Copy link to clipboard
Copied
I want some documents to be signed by my own with Adobe Sign. For this I am using my own email address in the signer email id and the agreement is getting created on Adobe but I am not getting email from Adobe for this agreement.
Since sending in this type of workflow through the UI would not need an email to be sent, we don't do that for self-sign workflows in the API either. You will need to either change the sender to a different user or alternatively, you can trigger a reminder via API or get the signing URL via API and deliver that via outside email infrastructure.
One other possible option I think would work is using an alternate email adress for yourself. With most email configurations you can add a "+" and some designator afterwards so the recipient could be like: you+selfsign@example.com which would be seen by sign as a different email address.
Copy link to clipboard
Copied
Hi Rupesh,
How are you initiating the transaction for self-signing? Through the API?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Since sending in this type of workflow through the UI would not need an email to be sent, we don't do that for self-sign workflows in the API either. You will need to either change the sender to a different user or alternatively, you can trigger a reminder via API or get the signing URL via API and deliver that via outside email infrastructure.
Copy link to clipboard
Copied
One other possible option I think would work is using an alternate email adress for yourself. With most email configurations you can add a "+" and some designator afterwards so the recipient could be like: you+selfsign@example.com which would be seen by sign as a different email address.
Copy link to clipboard
Copied
Thanks Aron for clearing this out to me.
Copy link to clipboard
Copied