PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

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

 August 26, 2022     docusignapi     No comments   

Issue

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


Solution

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?



Answered By - Karan Kaushik
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing