Kamilski81
Kamilski81

Reputation: 15107

What does the attribute 'reminderEnabled' do on the reminders DocuSign API?

I think that the text under envelopes->getNotificationSettings->reminder->reminderEnabled is incorrect and feels like a copy & paste error on DocuSign. Anyone know what this means? Essentially, i'm trying to send out a reminder right away of an envelope.

https://developers.docusign.com/docs/esign-rest-api/v2/reference/envelopes/envelopes/getnotificationsettings/

reminderEnabled text

Upvotes: 0

Views: 114

Answers (1)

Karan Kaushik
Karan Kaushik

Reputation: 865

You're right - it is a copy pasting error. The correct definition is in the v2.1 Documentation

When true, reminders are enabled. The default value is false.

When you create and send an Envelope, it should notify the recipient immediately. Are you intending to send a reminder along with it?

Upvotes: 2

Related Questions