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
}
}
'