Introduction
In this help center article, you will find step-by-step instructions on how to seamlessly integrate JustCall with Clay using the HTTP API enrichment.
Send Clay data to JustCall(Sales Dialer)
In JustCall, 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 JustCall 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)-You'll need an
Accept
header with a value set toapplication/json
Body: Add your JSON object with the data you want to send to Sales Dialer:
{
"campaign_id":"2265065",
"first_name": <Map column>,
"last_name": <Map column>,
"phone": <Map column>,
"email": <Map column>,
"occupation": <Map column>
"address": <Map column>,
"custom_props": {
"custom_field_id": <Map column>,
"custom_field_id": <Map column>,
"custom_field_id": <Map column>
}
}
You can adjust these settings depending on the type of data you want to send to Sales Dialer.
Need More Help?
Chat with us below or email us at [email protected].