Reminder emails in REST API
Saturday, July 1, 2017 at 11:02amHi,
We have implemented the Reminder emails to the signers by given API and refering the below link:
Reference link:
Setting Reminders Guide
Currently we are getting the reminder emails not on the next day. As per email, we will receive the reminder emails will be generated in GMT timezone.
Our scenario is:
{
"startInDaysDelay": 1,
"repetitionsCount": 2,
"intervalInDays": 1,
"packageId": "WG_gSb144JraYoQhaoxX6BHHNM0="
}
In this scenario, we have intitated the signature process on 28th before GMT time zone as well as sent parameters from our end as mentioned above. But we have received the email on 30th as first reminder and second reminder on July 1st.
As per our expectation is, first reminder mail should generate on 29th rather than 30th. Please let me know why this was generated on 30th.
Thanks,
Allen
Reply to: Reminder emails in REST API
Sunday, July 2, 2017 at 09:58pm