Clay Icon

Sending Enriched Data to a Webhook from Clay: Setup Guide

Β·
Β·

Can Clay send enriched data back to a webhook after processing? If so, how can I set the callback URL? I'm trying to be able to sync data back into Salesforce after enriching it in Clay. I have Clay and Salesforce connected via Make.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    Yes, Clay can send enriched data back to a webhook after processing. To do this, use the HTTP API integration within your Clay table: 1. In your Clay table, click Add enrichment and search for HTTP API. 2. Set the Method to POST. 3. Paste your desired callback (webhook) URL into the Endpoint field. 4. In the Body section, include the data you want to send, formatted as JSON. You can use dynamic column names so each row sends its data separately. 5. Save and run the enrichment. A 200 response in the column cell confirms the webhook was sent successfully. This setup allows you to automatically push processed data from Clay to any external system that accepts webhooks. If you need further help, you can request human assistance by clicking on "Talk to a person" in this chat.