You can send manual reminders to participants of the transaction that have not yet completed their actions. This can only be done if you have set an initial invitation email for these participants. This means that the schedule
parameter has to be already set for this participant before you can send him/her a manual reminder.
Send a request to POST /v1/transactions/{transaction_id}/participants/remind
. If you pass an email
parameter, you will send a reminder to one participant. If not, all participants with an action open
will receive a reminder.
curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE/participants/remind \
-d email=john@company.com \
Note that there must be a minimum of 1 hour between each manual reminder.