Hello,
I have a problem When I build my envelope with additionalNotification,I want a SMS notification but the Docusign API say that my vountry_code is not present. But I made that (in PHP) :
$additionnalNotification = new \DocuSign\eSign\Model\RecipientAdditionalNotification(N
"secondary_delivery_method" => "SMS",
"phone_number" =>
"country_code" =>”33”,
"number" => “625589878”
]
]);
The country code is the country code of france.
I get:
Error while requesting server, received a non successful HTTP code o400] with response Body: O:8:"stdClass":2:{s:9:"errorCode";s:34:"INVALID_PHONE_NUMBER_FOR_RECIPIENT";s:7:"message";s:73:"The Phone number is invalid. Country code is missing. Recipient id: 10511"