With SIGN Butler V2, you can have full automation in reminders and expiration of your SIGN Requests.
The below schema shows how expiration and the automated reminders can work:
There are 2 ways of managing the expiration end date:
- Fixed end date
x number of days, eg 30 days, after the SIGN Request was created
- Number of days to wait before reminders : eg 10, the first reminder will be sent to the signer 10 days after the SIGN Request was created
- Frequency of reminders in days : After the wait period, this setting will determine how frequently the reminder mails must be sent. Eg Every 5 days
- Number of days before expiration : Fixed amount of days the SIGN Request is valid, after this period, the SIGN Request cannot be signed anymore. Eg 30 days.
- Number of days before expiration warning : To put some more pressure on the signer, you can sent out a Warning email to let them know the SIGN Request is about to expire
- With DataSource and Date Field:Â
The expiration date can be dynamically set as well. If you specify a DataSource and a field (Date field on your record), this field will define the expiration date of the SIGN Request. The “Number of days before expiration ” field will disappear but other fields will remain and have the same functionality.
Enabling automatic expiry & reminders:
SIGN Butler will store and process all expiry action directly from Salesforce. All you have to do is schedule the batch jobs for Reminder (Notify), Warning and Expiry emails. You will have to enable all 3 jobs if you want all emails to be sent out automatically. If for instance you do not want the Warning email, just do not start the the job for Warnings.
You will find these settings in SIGN Butler (App) => Admin (Tab)
The moment the jobs are run is managed via a Cron Expression. In the image above, the mails will be sent out each day at 7AM, 6AM and 5AM respectively.
Learn more here if you want to change these settings: Apex Scheduler Cron Jobs | Salesforce Developers