v1

latestOpenAPI 3.0.42026-07-246086174.5 KB
Contacts

Assigns a contact to teams

put/api/ext/v3/contacts/teams

Request body

targetstring required

The target contact in the following formats:

  • ContactId: The unique ID of a contact.
  • PhoneNumber: The contact's phone number (e.g., 14155552671).
  • Channel:PhoneNumber: A combination of the channel (name or phone number) and the recipient's phone number (e.g., MyChannel:1415552671, 123456789:1415552671).
teamsstring[] required

List of teams to assign.

Response

Returns the assign result.

resultboolean

Result of the team assignment operation.