Create contact inbox
POST
/api/v1/accounts/{account_id}/contacts/{id}/contact_inboxes
Contact
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//contacts//contact_inboxes' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"inbox_id": 0,
"source_id": "string"
}'
Response Response Example
200 - Example 1
{
"source_id": "string",
"inbox": {
"id": 0,
"name": "string",
"website_url": "string",
"channel_type": "string",
"avatar_url": "string",
"widget_color": "string",
"website_token": "string",
"enable_auto_assignment": true,
"web_widget_script": "string",
"welcome_title": "string",
"welcome_tagline": "string",
"greeting_enabled": true,
"greeting_message": "string"
}
}
Request
Path Params
account_id
integerÂ
required
id
numberÂ
required
Body Params application/json; charset=utf-8