API Reference
Add channel to contact
Add a new communication channel to an existing contact.
POST
Add channel to contact
Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request body to add a channel to a contact.
Channel type.
Available options:
sms, whatsapp, email, telegram, voice Channel identifier (phone number in E.164 format or email address).
Example:
"+14155551234"
ISO country code for phone numbers.
Required string length:
2Example:
"US"
Optional label for the channel.
Maximum string length:
50Example:
"work"
Whether this should be the primary channel for its type.
Response
Channel added.
A communication channel for a contact.
