How can I send the document signing link via WhatsApp to my recipients?
To send a signing link to your recipient's WhatsApp number, set the delivery_mode param as EMAIL_WHATSAPP and recipients phone number along with country code to be passed.
Note:
- Enable and configure your WhatsApp integration from Zoho Sign's dashboard. Learn how
- Once that's done, you need to enable document delivery via WhatsApp from your Zoho Sign dashboard by following these steps:
- From the left navigation pane, hover over Settings > Account Settings.
- Check Email+WhatsApp under Delivery mode - Document link and click Save.
Sample payload
Copied{
"requests": {
"actions": [
{
"delivery_mode": "EMAIL_WHATSAPP”,
"recipient_countrycode_iso": "IN",
"recipient_phonenumber": "9999999999"
}
]
}
}