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

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

New Here ,
Jul 20, 2017 Jul 20, 2017

Copy link to clipboard

Copied

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.

Views

1.1K

Translate

Translate

Report

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

Copy link to clipboard

Copied

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"

     }

}

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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