Yes, Clay supports both incoming and outgoing webhook functionality. [1]
Incoming webhooks: You can receive data from external sources by creating a webhook table in Clay - just click "Import Data from Webhook" to get a unique webhook URL. [2]
Outgoing webhooks: You can send Clay data to external services using the HTTP API enrichment with POST method to webhook endpoints. [3] This allows you to push enriched data back to your systems after processing. [4]
If you need any more help with setting up or using webhooks, I’m here to assist. Would you like to provide more details about what you’re trying to achieve with webhooks?
Data source = I'll call a clay table from an APEX
I would love to receive the data back in the APEX -> As i'm leveraging this APEX in a Prompt (agentforce)
I'm expecting to have a column (respond to webhook) at th end of my workflow and I select the data that I want to send back
Yes the Apex will make a regular API call