Web Form Events
Last update: Aug 10, 2025.
data-slots=text
Common payload elements
Minimum payload for web form events
The following returns for an web form event if all the conditional parameters are set to false while creating webhooks:
idnamestatusPayload attributes inherited from Widget
Inherited payload attributes
idnamestatusccsauthFailureInfocompletionInfocreatorEmailcreatedDatelocalevaultingInfoparticipantSetsInfowidgetParticipantSetdocumentsInfoconditionalParametersTrimmedWIDGET_ALL
If you want to subscribe to all widget events, subscribe to WIDGET_ALL.
Web app name: Web Form all events
data-slots=text
WIDGET_CREATED
Web app name: Web Form created
Triggers when a web form is created.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"widget": {
"name": "",
"status": "",
"id": "",
"authFailureInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"ccs": [
{
"email": ""
}
],
"completionInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"creatorEmail": "",
"createdDate": "",
"locale": "",
"vaultingInfo": {
"enabled": ""
},
"participantSetsInfo": {
"additionalParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
],
"widgetParticipantSet": {
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
WIDGET_AUTO_CANCELLED_CONVERSION_PROBLEM
Web app name: Web Form creation failed
Triggers when Acrobat Sign can’t process certain PDFs; for example, LiveCycle documents.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"widget": {
"name": "",
"status": "",
"id": "",
"authFailureInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"ccs": [
{
"email": ""
}
],
"completionInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"creatorEmail": "",
"createdDate": "",
"locale": "",
"vaultingInfo": {
"enabled": ""
},
"participantSetsInfo": {
"additionalParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
],
"widgetParticipantSet": {
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
}
}
}
WIDGET_DISABLED
Web app name: Web Form disabled
Triggers when a web form is disabled.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"widget": {
"name": "",
"status": "",
"id": "",
"authFailureInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"ccs": [
{
"email": ""
}
],
"completionInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"creatorEmail": "",
"createdDate": "",
"locale": "",
"vaultingInfo": {
"enabled": ""
},
"participantSetsInfo": {
"additionalParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
],
"widgetParticipantSet": {
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
WIDGET_ENABLED
Web app name: Web form enabled.
Triggers when a web form is enabled.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"widget": {
"name": "",
"status": "",
"id": "",
"authFailureInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"ccs": [
{
"email": ""
}
],
"completionInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"creatorEmail": "",
"createdDate": "",
"locale": "",
"vaultingInfo": {
"enabled": ""
},
"participantSetsInfo": {
"additionalParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
],
"widgetParticipantSet": {
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
WIDGET_MODIFIED
Web app name: Web form modified
Triggers when a web form is modified.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"widget": {
"name": "",
"status": "",
"id": "",
"authFailureInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"ccs": [
{
"email": ""
}
],
"completionInfo": {
"url": "",
"deframe": "",
"delay": ""
},
"creatorEmail": "",
"createdDate": "",
"locale": "",
"vaultingInfo": {
"enabled": ""
},
"participantSetsInfo": {
"additionalParticipantSets": [
{
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
],
"widgetParticipantSet": {
"memberInfos": [
{
"id": "",
"email": "",
"company": "",
"name": "",
"privateMessage": "",
"status": ""
}
],
"order": "",
"role": "",
"id": ""
}
},
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
WIDGET_SHARED
Web app name: Web form shared
Triggers when a web form is shared.
The payload may include these event-specific payload as well as the Payload attributes inherited from Widget`.
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": "",
"participantUserId": "",
"participantUserEmail": "",
"actingUserId": "",
"actingUserEmail": "",
"actingUserIpAddress": "",
"initiatingUserId": "",
"initiatingUserEmail": "",
"megaSign": {
"name": "",
"status": "",
"id": "",
"ccs": [
{
"email": ""
}
],
"childAgreementsInfo": {
"fileInfo": {
"fileType": "",
"childAgreementsInfoFileId": ""
}
},
"createdDate": "",
"expirationTime": "",
"externalId": {
"id": ""
},
"firstReminderDelay": "",
"locale": "",
"message": "",
"postSignOption": {
"redirectDelay": "",
"redirectUrl": ""
},
"reminderFrequency": "",
"senderEmail": "",
"signatureType": "",
"vaultingInfo": {
"enabled": ""
}
}
}
© Copyright 2022, Adobe Inc.. Last update: Aug 10, 2025.