Documill Leap
Breadcrumbs

Resending a Task Notification

Purpose

This endpoint triggers Leap to resend the task notification email to the specified signer, ensuring they receive an updated reminder about their pending signing task.

Request

Method

PATCH

API endpoint path

https://api.leap.documill.com/api/v1/external/projects/notifications/notify-sign-only-api-task-in-progress/{taskId}

Accept

header

*/*

Authorization

header

Your External API Key

Parameters

taskId

The ID of the Sign Task which notification is to be resent.
Should be available when starting a signing process (see Starting a Signing Process).

Response

Code

Notes

200

OK

Task notification email has been resent.

400

BAD_REQUEST

Please check if the taskId is valid.

404

NOT_FOUND

Please check if the taskId is valid. Alternatively, the task (along with the signing process) might have been deleted.