Diego Betancourt
Diego Betancourt

Reputation: 1

Power automate errorCode": "INVALID_EMAIL_ADDRESS_FOR_RECIPIENT" "The email address for the recipient is invalid. The recipient Id follows." }

I created a flow in Power Automate in which I am using DocuSign and I am passing the same recipient to receive the mail but I am getting the error { "errorCode": "INVALID_EMAIL_ADDRESS_FOR_RECIPIENT", "message": "The email address for the recipient is invalid. The recipient Id follows." }

The flow must send an email with the file that must be signed

Upvotes: 0

Views: 137

Answers (2)

Mohamed Ali
Mohamed Ali

Reputation: 29

Where are you getting the email address from? Have you tried hard coding the email address into the docusign action as opposed to getting a variable (Eg. from sharepoint or other source)? Trying to pin-point the cause here.

Upvotes: 0

Inbar Gazit
Inbar Gazit

Reputation: 14050

Is it possible you have more than one recipient? Or that you are mistakenly passing the wrong email address? This error is very self-explanatory and means an invalid email address was provided for one of the recipients. You need to double check the information you entered into the envelopes. Email addresses must be in the format of [email protected]

Upvotes: 0

Related Questions