cURL
curl --request POST \ --url https://partners.clerk.chat/reseller/teams/{teamId}/inboxes \ --header 'Content-Type: application/json' \ --data ' { "phone": "<string>", "email": "[email protected]", "name": "<string>", "externalId": "<string>" } '
{ "id": "<string>", "phone": "<string>", "externalId": "<string>", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" }
Create a new inbox for a team. Also can assign a user to the inbox