Hello,
I'm having trouble creating the envelope when I set the delivery method to SMS or WhatsApp. In my tests, I send the following JSON to the Docusign API:
{
"emailSubject": "Test AppBuilder - 1_1",
"documents": []
"recipients": {
"signers": [
{
"roleName": "CONTRACTOR",
"name": "Carlos Oliveira",
"email": "",
"recipientId": "",
"routingOrder": "1",
"clientUserId": "",
"deliveryMethod": "SMS",
"phoneNumber": {
"countryCode": "55",
"number": ""
},
"tabs": {},
}
],
},
"status": "sent",
"sentDate": 1736456976955,
"completeDate": null
}
The country code is the country code of Brazil.
I get an error while requesting server, received a non successful HTTP code [400] with response Body: "errorCode": "INVALID_PHONE_NUMBER_FOR_RECIPIENT",
"message": "The Phone number is invalid. Envelope definition is missing a phoneNumber for recipientId: "