Learn how to sync data between Clay and Loops.
contact.created
events. This is the only event that makes sense to sync to Clay because it’s only event type that contains a full contact record.
+
button in the top right, or use the API or an integration.
Once the contact is created, go back to Clay. You should see a webhook record in your table, and there should now be data shown in the Setup mapping section on the right.
<api_key>
with the key.
Key | Value |
---|---|
Authorization | Bearer <api_key> |
Content-Type | application/json |
/
to add columns, and make sure to wrap values in quotes to create valid JSON data for the API.
email
in the request body./
to add columns, and make sure to wrap values in quotes to create valid JSON data for the API.
eventName
and an email
/userId
in the request body. Read moreemail
in the root of the request body. More info