POST
/
reseller
/
teams
/
{teamId}
/
inboxes
/
bulk
curl --request POST \
  --url https://partners.clerk.chat/reseller/teams/{teamId}/inboxes/bulk \
  --header 'Content-Type: application/json' \
  --data '{
  "inboxes": [
    {
      "name": "<string>",
      "phone": "<string>",
      "email": "jsmith@example.com",
      "externalId": "<string>"
    }
  ]
}'
{
  "inboxes": [
    {
      "id": "<string>",
      "phone": "<string>",
      "externalId": "<string>",
      "created": "2023-11-07T05:31:56Z",
      "updated": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

teamId
string
required

Body

application/json
inboxes
object[]
required

Array of reseller inbox data

Response

201 - application/json
inboxes
object[]
required