signatureRequestUpdate

Triggered on updates to requests for e-signatures: when requests are sent, cancelled, completed, or deleted.

Depending on the type of request, additional context will be included in the webhook payload:

  • Offers - "relatedEntityType" is "offer" and "offerId" is included.
  • Applications - "relatedEntityType" is "application" and "applicationId" is included.
Payload
string
enum
required
Allowed:
data
required
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…