Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
1

AdobeSign API disable 'Please Sign' email notification on agreement creation

New Here ,
Jul 20, 2017 Jul 20, 2017

Hello,

Is it possible to disable 'Please Sign' email notification that the signer gets when agreement is created? But still send an email when agreement has been signed.

In my use case I want to show the user link that I get from  'GET /agreements/{agreementId}/signingUrl' and not send an email at the same time.

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 03, 2019 Jun 03, 2019

In the v6 'POST /agreements' we have an option called emailOption in the JSON.

Add the following to the JSON while POST:

"emailOption":{

     "sendOptions": {

     "initEmails": "NONE"

     }

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 18, 2024 Jan 18, 2024
LATEST

Hello,
This did not stop AdobeSign from sending emails - one when the agreement was ready for signing and once when the agreement was signed.

How can I stop all emails from AdobeSign to the client when using API

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines