Create an integration hook
POST
/api/v1/accounts/{account_id}/integrations/hooks
Integrations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//integrations/hooks' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"app_id": "string",
"inbox_id": "string",
"settings": {}
}'
Response Response Example
200 - Example 1
{
"id": "string",
"app_id": "string",
"inbox_id": "string",
"account_id": "string",
"status": true,
"hook_type": true,
"settings": {}
}
Request
Path Params
account_id
integerÂ
required
Body Params application/json; charset=utf-8