How can I authenticate my recipients via WhatsApp?
To authenticate your recipients via WhatsApp, the verify_recipient parameter must be set as true and verification_type must be passed as WHATSAPP.
Note:
- Enable and configure your WhatsApp integration from Zoho Sign's dashboard. Learn how
- Once that's done, you need to enable recipient authentication via WhatsApp from your Zoho Sign dashboard by following these steps:
- From the left navigation pane, click Settings > Account Settings.
- Check WhatsApp under Recipient authentication and click Save.
Sample payload
Copied{
"requests": {
"actions": [
{
"verify_recipient": true,
"verification_type": "WHATSAPP",
"recipient_countrycode_iso": "IN",
"recipient_phonenumber": "9999999999",
}
]
}
}