Set reminders for the agreement recipients

Adobe Acrobat Sign offers the option to send regular email reminders to the recipients that are currently expected to interact with your agreements.

Enable/disable agreement reminders

All service levels have access to:

  • Create cyclic reminders
    • During the sending process
    • From the Manage page
  • Create cyclic and ad hoc reminders from the Manage page

Individual and team service levels have no ability to automate or suppress the reminder feature.

Enterprise and business level options

Enterprise and business service levels can selectively expose the Reminder option during the sending process or enable account/group-wide automation.

The feature can be enabled/disabled and configured by:

Notă:

Enabling default reminders suppresses the ability to configure reminders on the Send page unless the option to "Allow senders to set or modify" is enabled.

The Audit report

Enterprise and business tier accounts have the option to add reminder events to their audit reports by navigating to Account Settings > Global Settings > Audit Report and enabling the Include reminders in audit report option.

Configure reminders to be reported in the audit report.

When enabled, a record of each reminder email sent is logged on the audit report (up to a maximum of 250 reminder events).

Reminders reported in the audit report.

Alertă:

When reminder emails are suppressed, no updates are added to the audit report. This restriction includes reminders that are triggered to produce a webhook event. e.g., When the account settings are configured to add reminders to the audit report, and individual groups have the reminder email suppressed, the specifically configured groups will not include reminder events in their audit reports.

Set a reminder during the sending process

Users that don’t have a default reminder configured for their group or account have the opportunity to define a reminder during the sending process.

These reminders are always cyclic and apply to all recipients of the agreement. The sender only has to define the iteration that the reminder will trigger. There are six options:

  • Every day
  • Every week
  • Every business day
  • Every other day
  • Every third day
  • Every fifth day

When an agreement with a reminder is initially sent, a Please Sign email is delivered to the first recipient. This event starts the timer for the first reminder.

If the reminder is configured to send every third day (for example), the first reminder will trigger exactly 72 hours after the Please Sign email was delivered.

When the recipient completes their action with the agreement, the reminder clock for that recipient is terminated.

In the case where there are multiple recipients, the next recipient in the flow receives a Please Sign email immediately after the preceding recipient has completed their action. The reminder clock starts for the new recipient based on the delivery time of their Please Sign email (not the initial time stamp).

This process cycles through all the recipients of the agreement until the agreement is fully executed.

Notă:

All cyclic reminders have a lifecycle, after which, the reminders self-terminate.

Reminders that trigger every day have a 10-day life cycle.

All other reminders have a 60-day lifecycle.

Set a reminder from the Manage page

Reminders created after the sending process are configured on the Manage page:

  1. Navigate to the Manage page

  2. Single click the agreement you want to review

  3. Click the Remind link in the rail of options on the right

    Reminders

  4. Configure the reminder for the appropriate user and the iteration 

  5. Click Create to install the reminder

The Manage page interface has a few more options that the Send page does not:

  • You can select which recipients you want to include in the reminder. Design the reminder for one, some or all of your recipients.
  • You can select a cyclic reminder process like on the Send page
    • If a recipient is added to a cyclic reminder after they have completed their action on the agreement, they will not receive reminders
  • You can create a one-time (ad hoc) reminder that will send either "Right Now" or on a "Specific Date"
    • Ad hoc reminders can be configured for participants that have completed their action for the agreement
    • Ad hoc reminders can be configured after the agreement is closed-signed, or archived
  • You must include a message. This is a required field when building a reminder on the Manage page

 

If other reminders are already configured for the agreement, the list of agreements is displayed instead of the Create Reminder interface.

You can create a new reminder by clicking the Add Reminder button

Review existing reminders

You can review all of the reminders that have been configured for an agreement by:

  1. Navigating to the Manage page

  2. Single click the agreement you want to review

  3. Click the Remind link in the rail of options on the right

    Existing Reminder

Notă:

Reminders are ordered based on the next time to trigger

All canceled/expired reminders are listed under the active reminders.

Cancel a reminder

To cancel a reminder:

  1. Log in as the user that created the agreement

  2. Navigate to the Manage page

  3. Single click the agreement in question to select it

  4. Click the Remind link in the rail of options on the right

  5. Find the reminder you want to cancel and single click it 

  6. Click the delete icon (garbage can)

Notă:

Recipients have the authority to terminate the reminders from the reminder email. This is required functionality and can not be suppressed.

Create custom email templates

Enterprise customers have the option to build a wholly custom email template for their reminders. 

If custom email templates interest you, please refer to this guide.

Reminders and the REST API

The REST v6 API allows direct access to the reminder objects via four operations:

  • POST /agreements/{agreementId}/reminders - Creates a reminder on the specified participants of an agreement identified by agreementId in the path.
  • GET /agreements/{agreementId}/reminders - Retrieves the reminders of an agreement, identified by agreementId in the path.
  • GET /agreements/{agreementId}/reminders/{reminderId} - Retrieves a specific reminder associated with an agreement.
  • PUT /agreements/{agreementId}/reminders/{reminderId} - Updates an existing reminder for an agreement.

Suppress the delivery of reminder emails

By default, all accounts that configure reminders will automatically send the reminder email per the schedule or explicit trigger.

Some industries have a requirement to capture all email communications (e.g., Financial Services), and these customers may opt to send their reminders through a different channel, leveraging webhooks.

Enterprise tier accounts have the option to suppress the delivery of reminder emails from the Acrobat Sign system at the account and group levels by submitting a request to the Support team.

Note that if reminder emails are suppressed, there will be no event listed in the activity log or audit report.

 

Webhooks triggered by reminders

Webhooks for reminders are split into events pertaining to both the method of composing (as a single agreement, or through a Send in Bulk process) and the method of notification (if Acrobat Sign sends the email or not).

Reminder content is included in the webhook payloads for the following events:

  • Agreement all events
  • Agreement reminder sent
  • Agreement reminder initiated
  • Send in Bulk all events
  • Send in Bulk reminder sent
  • Send in Bulk reminder initiated

 

When reminders are triggered normally with email notification enabled:

  • Single agreement events are REMINDER_SENT and the webhook is AGREEMENT_REMINDER_SENT.
  • Send in Bulk transactions generate a webhook called MEGASIGN_REMINDER_SENT.

When reminders are triggered with email notification suppressed:

  • Single agreement events are REMINDER_INITIATED and the webhook is AGREEMENT_REMINDER_INITIATED.
  • Send in Bulk transactions generate a webhook called MEGASIGN_REMINDER_INITIATED.

Send in Bulk webhooks only trigger once for the entire template. They do not trigger per child agreement.

Things to keep in mind

  • The lifespan of cyclic reminders:
    • Daily reminders expire after ten days.
    • All other cyclic reminders expire after 60 days.
  • Ad hoc reminders
    • Trigger only once
    • Can be configured to send the reminder to participants that have already completed their action on the agreement
    • Can be configured after the agreement is completed or archived
      • Reminders cannot be configured for agreements that have been canceled, declined, or expired
  • Reminders trigger at the same time of day that the original “Please Sign” email was sent.
    • In a multi-recipient workflow, when a recipient completes their action and triggers the next recipient in turn, the reminder clock is reset to that time.
    • Replacing the current signer via the Manage page does not reset the reminder time.
  • Recipients have a right to cancel the reminder. There is no option to deny them this right.
  • Expiration dates can be modified on the Manage page after the agreement is sent.
  • Expiration dates can be configured to be ignored for internal recipients.

 Adobe

Obțineți ajutor mai rapid și mai ușor

Utilizator nou?

Adobe MAX 2024

Adobe MAX

The Creativity Conference

14 – 16 octombrie, Miami Beach și online

Adobe MAX 2024

Adobe MAX

The Creativity Conference

14 – 16 octombrie, Miami Beach și online