Templates

Get template reminders

Retrieve all reminders configured for a specific template

get/templates/{id}/reminders

Path parameters

idstring uuid required

Template ID

Response

Template reminders retrieved successfully

idstring uuid required

Unique identifier for the reminder

hoursinteger required

Hours after sending before reminder is sent

subjectstring required

Email subject for the reminder

messagestring required

Email message body for the reminder

all_usersboolean

Whether reminder applies to all users

template_user_idstring uuid nullable

Specific user to send reminder to (used in template context)

recipient_idstring uuid nullable

Specific recipient to send reminder to (used in signing request context, same as template_user_id)

sent_onstring date-time nullable

Timestamp when the reminder was actually sent

created_atstring date-time

Reminder creation timestamp

updated_atstring date-time

Reminder last update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.