Contacts
Update contacts labels
Updates lables associated with contacts.
This API
replaces all the current labels on provided Contact IDs with the new labels
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token> is your apiKey
generated in Periskope API settings.
Headers
x-phone
string
requiredOrganisation phone number(with country code) and without any spaces or special characters.
e.g. 9190043XXXXX
Body
application/json
labels
string
requiredList of comma-separated labels
E.g. "high, low, medium"
contact_ids
string[]
requiredArray of Contact IDs
E.g. ["9198765XXXXX@c.us", "9198765XXXXX@c.us"]
Was this page helpful?