cURL
curl --request POST \ --url https://api.callab.ai/v1/modules/integration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "salesforce", "settings": { "webhook_method": "GET", "url": "<string>", "headers": {}, "timeout": 123, "retry_limit": 123 } }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "<string>", "status": "active", "settings": { "webhook_method": "GET", "url": "<string>", "headers": {}, "timeout": 123, "retry_limit": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
salesforce
hubspot
zoho
dynamics
slack
teams
email
sheets
zapier
custom
Show child attributes
Integration created successfully
active
paused
error
Was this page helpful?