Agreement Events
Last update: Aug 10, 2025.
Common payload elements
Minimum payload for agreements
The following returns for an agreement event if all the conditional parameters are set to false while creating webhooks:
Minimum payload for agreements
idnamestatusPayload attributes inherited from Agreement
Inherited payload attributes
idnamesignatureTypestatusccsdeviceInfodocumentVisibilityEnabledcreatedDateexpirationTimeexternalIdpostSignOptionfirstReminderDelaylocalemessagereminderFrequencysenderEmailvaultingInfoworkflowIdparticipantSetsInfodocumentsInfo{GET /agreements/{agreementId}/documents} API to get the details of the documents of an agreement.supportingDocuments{GET /agreements/{agreementId}/documents} API to get the details of the supporting documents of an agreement.conditionalParametersTrimmedAGREEMENT_ALL
Web app name: Agreement all events
To subscribe to all agreement events, subscribe to AGREEMENT_ALL.
data-slots=text
AGREEMENT_CREATED
Web app name: Agreement created
Triggers when an agreement or draft is created.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_RESTARTED
Web app name: Agreement restarted.
Triggers when an agreement is restarted.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_SHARED
Web app name: Agreement shared
Triggers when an agreement has been shared by a participant.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_UNSHARED
Web app name: Agreement unshared
Triggers when an agreement has been unshared.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_UNSHARED_AUTO
Web app name: Agreement unshared auto
Triggers when an agreement has been automatically unshared.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_MODIFIED
Web app name: Agreement modified
Triggers when an agreement in an "in-process" un-signed agreement has been replaced or changed.
Status change on event: The value of status in the event notification payload is unchanged.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_PARTICIPANT_COMPLETED
Web app name: Agreement participant completed
Triggers when a participant completes their action.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_PARTICIPANT_REPLACED
Web app name: Agreement participant replaced
Triggers when an agreement’s participant is replaced.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_ACTION_REPLACED_SIGNER
Web app name: Agreement participant replaced
Triggers when an agreement signer changes.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_ACTION_DELEGATED
Web app name: Agreement delegated
Triggers when an agreement is delegated by a participant.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
subEventparticipantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"actionType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_ACTION_REQUESTED
Web app name: Agreement sent
Triggers when an agreement is sent to a participant.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"actionType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_ACTION_COMPLETED
Web app name: Agreement participant completed
Triggers when a participant completes their action.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
actionTypeparticipantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"actionType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM
Web app name: Agreement creation failed
Triggers when an agreement is auto-canceled due to a conversion problem.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=2
data-languages=JSON, JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreementCancellationInfo": {
"comment": "",
"notifyOthers": ""
},
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
}
}
}
Payload example
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "55e823d5-82e3-4245-a6c4-23e7df4cd1f5",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
}
],
"event": "AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM",
"eventDate": "2024-04-25T22:58:51Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"participantUserEmail": "sender@gmail.com",
"actingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"actingUserEmail": "sender@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementCancellationInfo": {
"comment": "We were unable to create your agreement, because we had a problem processing your document.",
"notifyOthers": false
},
"agreement": {
"id": "CBJCHBCAABAAMwk43VWKmyL708A1teGI_XLeKJlHSljd",
"name": "test agreement",
"signatureType": "ESIGN",
"status": "CANCELLED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-25T22:58:51Z",
"locale": "en_US",
"message": "Please review and complete test agr.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAALxrd1B4PEWKMjIjc2IAl-Gv3JXQJ8yP8",
"email": "signer@gmail.com",
"company": "Test Company",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "NOT_YET_VISIBLE",
"id": "CBJCHBCAABAA_0EWxXrpX53FCoX23etqlTnnRh7T7vMh"
}
]
}
}
}
AGREEMENT_DOCUMENTS_DELETED
Web app name: Agreement deleted
Triggers when agreement documents are deleted.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
}
}
}
AGREEMENT_EMAIL_BOUNCED
Web app name: Agreement email bounced
Triggers when an agreement email gets bounced.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_EMAIL_VIEWED
Web app name: Agreement email viewed
Triggers when an agreement email is viewed by a recipient.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_EMAIL_OTP_AUTHENTICATED
Web app name: Agreement participant Email OTP authenticated
Triggers when an agreement participant is authenticated via email OTP.
AGREEMENT_RECALLED_MAX_SIGNING_EMAIL_OTP_ATTEMPTS
Web app name: Agreement RECALLED Maximum signing Email OTP attempts
Triggers when the maximum number of Email OTP authentication attempts exceeds.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"email": "",
"id": "",
"payloadApplicable": "",
"role": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"emailOption": {
"sendTarget": {
"completionEmails": "",
"inFlightEmails": "",
"initEmails": ""
}
},
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_REMINDER_INITIATED
Web app name: Agreement reminder initiated
Triggers when an agreement reminder is initiated.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"actionType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
},
"reminderInfo": {
"id": "",
"note": "",
"participantList": [
{
"participantUserId": "",
"id": "",
"email": ""
}
]
}
}
AGREEMENT_REMINDER_SENT
Web app name: Agreement reminder sent
Triggers when an agreement reminder is sent.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"actionType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
},
"reminderInfo": {
"id": "",
"note": "",
"participantList": [
{
"participantUserId": "",
"id": "",
"email": ""
}
]
}
}
AGREEMENT_OFFLINE_SYNC
Web app name: Agreement synced post offline event
Triggers when an offline agreement syncs.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_WEB_IDENTITY_AUTHENTICATED
Web app name: Agreement participant social identity authenticated
Deprecated. Do not subscribe to this event.
Triggers when an agreement participant is authenticated through web or social identity, such as Google, Facebook, and so on.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_KBA_AUTHENTICATED
Web app name: Agreement participant KBA authenticated
Triggers when an agreement participant is authenticated through knowledge-based authentication.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_READY_TO_NOTARIZE
Web app name: Not available in the UI
Triggers when an agreement is ready to notarize.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"accountId": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_USER_ACK_AGREEMENT_MODIFIED
Web app name: Agreement modification acknowledged
Triggers when a signer acknowledges modification before signing.
Status change on event: The value of status in the event notification payload is unchanged.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_READY_TO_VAULT
Web app name: Not available in the UI
Triggers when an agreement is ready to vault.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_VAULTED
Web app name: Agreement vaulted
Triggers when an agreement is vaulted.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_SIGNER_NAME_CHANGED_BY_SIGNER
Web app name: Agreement signer name changed by signer
Triggers when a recipient changes their name value during the e-signing process from the name value provided when the agreement was created.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"email": "",
"id": "",
"payloadApplicable": "",
"role": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"emailOption": {
"sendTarget": {
"completionEmails": "",
"inFlightEmails": "",
"initEmails": ""
}
},
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_WORKFLOW_COMPLETED
Web app name: Agreement workflow completed
Triggers when an agreement workflow is completed successfully, and all participants have taken their respective action.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantRole": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
},
"signedDocumentInfo": {
"document": ""
}
}
}
AGREEMENT_DELETED
Web app name: Agreement deleted
Triggers when agreement documents are deleted.
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_RECALLED
- Updated: July, 2023
- Web app name: Agreement cancelled
- Triggers when an agreement is canceled/recalled
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
subEventparticipantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmailcommentnotifyOthers{/agreements/{agreementId}/state} API.data-slots=heading, code
data-repeat=3
data-languages=JSON, JSON, JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
},
"agreementCancellationInfo": {
"comment": "",
"notifyOthers": ""
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "225ad211-9569-4509-9aa3-d85f88d4981e",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_RECALLED",
"eventDate": "2024-04-25T21:04:33Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"participantUserEmail": "sender@gmail.com",
"actingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"actingUserEmail": "sender@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementCancellationInfo": {
"comment": "Cancelling the Agreement to update the terms and conditions.",
"notifyOthers": true
},
"agreement": {
"id": "CBJCHBCAABAAT67oHETNYf-vouFg1WMsNZJMqtv6wEFD",
"name": "test agreement",
"signatureType": "ESIGN",
"status": "CANCELLED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-25T21:03:56Z",
"locale": "en_US",
"message": "Please review and complete test agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAwI63k09w6xRLob7rE_TV9UAeksMjKTZu",
"email": "signer@gmail.com",
"company": "test1Global",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "CANCELLED",
"id": "CBJCHBCAABAAFLCGKLsKoN20y7i1X7cN7ZTXoA2Pqs5z"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUAG5pZEwv-NE6kdRvfJf1yO-jKdQ6EuBHMLA6-ey8CcxBMXsXbRZV2n80Q9OQASMmeOrdOn4CX3pR7nUjJHs-uj",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "225ad211-9569-4509-9aa3-d85f88d4981e",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_RECALLED",
"eventDate": "2024-04-25T21:04:33Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"participantUserEmail": "sender@gmail.com",
"actingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"actingUserEmail": "sender@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementCancellationInfo": {
"comment": "Sender canceled without providing a reason.",
"notifyOthers": true
},
"agreement": {
"id": "CBJCHBCAABAAT67oHETNYf-vouFg1WMsNZJMqtv6wEFD",
"name": "test agreement",
"signatureType": "ESIGN",
"status": "CANCELLED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-25T21:03:56Z",
"locale": "en_US",
"message": "Please review and complete test agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAwI63k09w6xRLob7rE_TV9UAeksMjKTZu",
"email": "signer@gmail.com",
"company": "test1Global",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "CANCELLED",
"id": "CBJCHBCAABAAFLCGKLsKoN20y7i1X7cN7ZTXoA2Pqs5z"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUAG5pZEwv-NE6kdRvfJf1yO-jKdQ6EuBHMLA6-ey8CcxBMXsXbRZV2n80Q9OQASMmeOrdOn4CX3pR7nUjJHs-uj",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
AGREEMENT_REJECTED
Web app name: Agreement rejected
Triggers when an agreement is rejected by a participant.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
participantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=3
data-languages=JSON, JSON, JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreementCancellationInfo": {
"comment": "",
"notifyOthers": ""
},
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "8e511c56-14b5-4ae1-b838-6c031779fc86",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_REJECTED",
"eventDate": "2024-04-25T21:01:47Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"participantUserEmail": "signer@gmail.com",
"actingUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"actingUserEmail": "signer@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementCancellationInfo": {
"comment": "Signer canceled without providing a reason.",
"notifyOthers": false
},
"agreement": {
"id": "CBJCHBCAABAAEcvooowoyU_fafwHqEEc0MlaZQ36iPs_",
"name": "test agreement",
"signatureType": "ESIGN",
"status": "CANCELLED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-25T21:00:45Z",
"locale": "en_US",
"message": "Please review and complete test agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAuYILUZRn4Z0679H3Ktppxe0avhvfDGtB",
"email": "signer@gmail.com",
"company": "test1Global",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "CANCELLED",
"id": "CBJCHBCAABAAnekZaUMuKGJzUba9aKoD4G9zRRE3ELhR"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUBzoeXDvcKDcY4w8S7itEJ-Ptbha7ai2gk7PFx4xh7ho9eazPB6duU8gSCAFHdWgT0pfOlaFNqjE5kCsMe_hRws",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "c2c736a1-e8ff-4dd2-b07b-2bdf9e379827",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_REJECTED",
"eventDate": "2024-04-25T20:53:36Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"participantUserEmail": "signer@gmail.com",
"actingUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"actingUserEmail": "signer@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementCancellationInfo": {
"comment": "Declining to sign the agreement",
"notifyOthers": false
},
"agreement": {
"id": "CBJCHBCAABAAmDDrjaJHSS2X0iJCVx072w7vyii6yjXv",
"name": "test agreement",
"signatureType": "ESIGN",
"status": "CANCELLED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-25T20:52:45Z",
"locale": "en_US",
"message": "Please review and complete test agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAVydxko4RkOlEqFio2Ug-JSFSuiIrbvS8",
"email": "signer@gmail.com",
"company": "testGlobal",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "CANCELLED",
"id": "CBJCHBCAABAA93Jpi2FumEKmZQp4Z_zdkIH3AZLuEaLJ"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUAz51oinPNFxC4CVK06zUbX3V4vvcpIFJWSDqiT3T1U5YrIB4GL1IIEi3Lbq1cAr7HzTsObnNyl9bwybZ6RyYqW",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
AGREEMENT_EXPIRED
Web app name: Agreement expired
Triggers when an agreement expires.
The payload may include these event-specific payload as well as the Payload attributes inherited from Agreement`.
subEventparticipantUserIdparticipantUserEmailactingUserIdactingUserEmailinitiatingUserIdinitiatingUserEmaildata-slots=heading, code
data-repeat=3
data-languages=JSON, JSON, JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"id": "",
"email": "",
"role": "",
"payloadApplicable": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreementExpirationInfo" : {"comment" : ""},
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "b205dc27-5013-4907-a9c4-27d923842b98",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_EXPIRED",
"eventDate": "2024-04-25T21:10:42Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"participantUserEmail": "signer@gmail.com",
"actingUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"actingUserEmail": "signer@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementExpirationInfo": {
"comment": "Sender set the completion deadline of 2 days from creation. The agreement expired on 2024-04-25T21:10:35Z."
},
"agreement": {
"id": "CBJCHBCAABAAyoW7KlbsBoeGXa1PrMlq3cEvk_g0lurQ",
"name": "TEST agreement",
"signatureType": "ESIGN",
"status": "EXPIRED",
"documentVisibilityEnabled": false,
"createdDate": "2024-04-23T21:06:35Z",
"expirationTime": "2024-04-25T21:10:35Z",
"locale": "en_US",
"message": "Please review and complete TEST agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAVU6xS21mYZ81Vzlj7QHNK-mXPSi87KF0",
"email": "signer@gmail.com",
"company": "test1Global",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "EXPIRED",
"id": "CBJCHBCAABAACAVjzl8-c802Hl0E0Y_MpuEpYv5EwGI1"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUCuPAtEYDUcCcx3tnJtYG4m7ghd0kh_VetlG3QH6GztAtSI7LzDy5JY1D6lozKMV6GDG4liNlMJqCgQmNIw-JqG",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
{
"webhookId": "d6128c34-eef7-498b-a689-05d6778ca78a",
"webhookName": "test webhook",
"webhookNotificationId": "b205dc27-5013-4907-a9c4-27d923842b98",
"webhookUrlInfo": {
"url": "https://testurl.com/events"
},
"webhookScope": "ACCOUNT",
"webhookNotificationApplicableUsers": [
{
"id": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"email": "sender@gmail.com",
"role": "SENDER",
"payloadApplicable": true
},
{
"id": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"email": "signer@gmail.com",
"role": "SIGNER",
"payloadApplicable": false
}
],
"event": "AGREEMENT_EXPIRED",
"eventDate": "2024-04-25T21:10:42Z",
"eventResourceType": "agreement",
"participantUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"participantUserEmail": "signer@gmail.com",
"actingUserId": "CBJCHBCAABAAODofjR2IzvDwNv6qQ4H85QnVqgykMVTW",
"actingUserEmail": "signer@gmail.com",
"initiatingUserId": "CBJCHBCAABAAnOQJR8SKYbAVrQ7tqpviuW2way7m5Kqv",
"initiatingUserEmail": "sender@gmail.com",
"agreementExpirationInfo": {
"comment": "Acrobat Sign set the completion deadline of 365 days from creation. The agreement expired on 2024-04-25T21:10:35Z."
},
"agreement": {
"id": "CBJCHBCAABAAyoW7KlbsBoeGXa1PrMlq3cEvk_g0lurQ",
"name": "TEST agreement",
"signatureType": "ESIGN",
"status": "EXPIRED",
"documentVisibilityEnabled": false,
"createdDate": "2023-04-23T21:06:35Z",
"expirationTime": "2024-04-25T21:10:35Z",
"locale": "en_US",
"message": "Please review and complete TEST agreement.",
"senderEmail": "sender@gmail.com",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "CBJCHBCAABAAVU6xS21mYZ81Vzlj7QHNK-mXPSi87KF0",
"email": "signer@gmail.com",
"company": "test1Global",
"name": "test user",
"status": "ACTIVE"
}
],
"order": 1,
"role": "SIGNER",
"status": "EXPIRED",
"id": "CBJCHBCAABAACAVjzl8-c802Hl0E0Y_MpuEpYv5EwGI1"
}
]
},
"documentsInfo": {
"documents": [
{
"id": "3AAABLKmtbUCuPAtEYDUcCcx3tnJtYG4m7ghd0kh_VetlG3QH6GztAtSI7LzDy5JY1D6lozKMV6GDG4liNlMJqCgQmNIw-JqG",
"numPages": 1,
"mimeType": "application/pdf",
"name": "Sample Form modify.pdf"
}
]
}
}
}
AGREEMENT_EXPIRATION_UPDATED
Web app name: Not available in the UI
Triggers when an agreement’s expiration date is updated.
TBD
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"originatorAccountId": "",
"actingUserEmail": "",
"actingUserId": "",
"actingUserIpAddress": "",
"agreement": {
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"createdDate": "",
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"deviceTime": "",
"location": {
"latitude": "",
"longitude": ""
}
},
"documentVisibilityEnabled": "",
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"mimeType": "",
"name": "",
"numPages": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
},
"expirationTime": "",
"externalId": {
"id": ""
},
"firstReminderDelay": "",
"id": "",
"locale": "",
"message": "",
"name": "",
"participantSetsInfo": {
"participantSets": [
{
"id": "",
"memberInfos": [
{
"company": "",
"email": "",
"id": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"name": "",
"order": "",
"privateMessage": "",
"role": "",
"status": ""
}
]
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"reminderFrequency": "",
"senderEmail": "",
"signatureType": "",
"status": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": ""
},
"event": "",
"eventDate": "",
"eventResourceParentId": "",
"eventResourceParentType": "",
"eventResourceType": "",
"initiatingUserEmail": "",
"initiatingUserId": "",
"participantUserEmail": "",
"participantUserId": "",
"subEvent": "",
"webhookId": "",
"webhookName": "",
"webhookNotificationApplicableUsers": [
{
"email": "",
"id": "",
"payloadApplicable": "",
"role": ""
}
],
"webhookNotificationId": "",
"webhookScope": "",
"webhookUrlInfo": {
"url": ""
}
}
AGREEMENT_DOCUMENTS_VIEWED
- Implemented: July, 2023
- Web app name: Not available in the UI
- Triggers when a user views an agreement
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"email": "",
"id": "",
"payloadApplicable": "",
"role": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserIpAddress": "",
"actingUserEmail": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
AGREEMENT_DOCUMENTS_VIEWED_PASSWORD_PROTECTED
- Implemented: July, 2023
- Web app name: Not available in the UI
- Triggers when a user views an agreement that is password protected
data-slots=heading, code
data-repeat=1
data-languages=JSON
Payload template
{
"webhookId": "",
"webhookName": "",
"webhookNotificationId": "",
"webhookUrlInfo": {
"url": ""
},
"webhookScope": "",
"webhookNotificationApplicableUsers": [
{
"email": "",
"id": "",
"payloadApplicable": "",
"role": ""
}
],
"event": "",
"subEvent": "",
"eventDate": "",
"eventResourceType": "",
"eventResourceParentType": "",
"eventResourceParentId": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserIpAddress": "",
"actingUserEmail": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"agreement": {
"id": "",
"name": "",
"signatureType": "",
"status": "",
"ccs": [
{
"email": "",
"label": "",
"visiblePages": [
""
]
}
],
"deviceInfo": {
"applicationDescription": "",
"deviceDescription": "",
"location": {
"latitude": "",
"longitude": ""
},
"deviceTime": ""
},
"documentVisibilityEnabled": "",
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"reminderFrequency": "",
"senderEmail": "",
"vaultingInfo": {
"enabled": ""
},
"workflowId": "",
"participantSetsInfo": {
"participantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
],
"nextParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"status": "",
"id": "",
"name": "",
"privateMessage": ""
}
]
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
],
"supportingDocuments": [
{
"displayLabel": "",
"fieldName": "",
"id": "",
"mimeType": "",
"numPages": ""
}
]
}
}
}
© Copyright 2022, Adobe Inc.. Last update: Aug 10, 2025.