Arturo O. should be able to help I believe.
But I'll try to quickly outline the steps. As Colin P. mentioned it's a bit complicated 😅 and honestly kind of easy to mess up.
- 1.
Make a new Clay table importing data from webhook
- a.
You should be given a URL
- 2.
Make a new HTTP API column
- 3.
- 4.
- a.
Get the API key from bettercontact.rocks
Data should look like this
{
"data":[
{
"first_name": <DATA>,
"last_name": <DATA>,
"company": <DATA>,
"company_domain": <DATA>,
"linkedin_url": <DATA>,
"custom_fields":
{
"you_can_put_anything_here": <DATA>
}
}
],
"webhook":"<THE_URL_YOU_WERE_GIVEN_ABOVE>"
}