Integrating Clay for Outreach Automation: Seeking Workflow Guidance
Hey Clay community! 👋 I’m working on setting up an outreach automation workflow and need some guidance on integrating Clay. Here’s what I’m trying to accomplish: Goal: Send an HTTP request to Clay with company identifiers (name/domain/LinkedIn URL) and receive a webhook response containing all employees at that company. Ideal Flow:
- 1.
My system sends request to Clay with company info
- 2.
Clay processes the request and finds all relevant people
- 3.
Clay sends the complete employee data back via webhook
Has anyone implemented something similar? I’m particularly interested in:
Best approach for this type of integration
Sample code/implementation details
Potential limitations or gotchas to be aware of
Alternative approaches if this exact flow isn’t possible
Any insights would be super helpful! Thanks in advance.