POST
/
api
/
v1
/
accounts
/
{account_id}
/
integrations
/
hooks
curl --request POST \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/integrations/hooks \
  --header 'Content-Type: application/json' \
  --data '{
  "app_id": "<string>",
  "inbox_id": "<string>",
  "settings": {}
}'
{
  "id": "<string>",
  "app_id": "<string>",
  "inbox_id": "<string>",
  "account_id": "<string>",
  "status": true,
  "hook_type": true,
  "settings": {}
}

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

application/json

Response

200
application/json
Success

The response is of type object.