Introduction
In this help center article, you will find step-by-step instructions on how to seamlessly integrate Saleshandy with Clay using the HTTP API enrichment.
Send Clay data to Saleshandy
In Saleshandy, navigate to the API section and generate a new API key.
In Clay, set up a new HTTP API integration with the following settings:
Method: POST
Endpoint: Choose an endpoint from the Saleshandy API docs
Headers: You'll need an
Authorization
header with a value set toBearer YOUR_API_KEY
(replace with the API key from step 1)Body: Add your JSON object with the data you want to send to Saleshandy:
{
"name": "John Doe",
"email": "[email protected]",
"status": "Interested"
}
You can adjust these settings depending on the type of data you want to send to Saleshandy.
Need More Help?
Chat with us below or email us at [email protected].