Webhook Event Payloads

Agreement Events

Agreement all events

This is a superset of all events for the Agreement object.

Note:

If you subscribe to "All Events", be aware that new event types can be added at any time. Ensure your code is robust enough to accomodate new events as they are added.

AGREEMENT_CREATED

{  
  "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_REQUESTED

{  
  "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

{  
  "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_WORKFLOW_COMPLETED

{  
  "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_EXPIRED

{  
  "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_EXPIRATION_UPDATED

{
	"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_DELETED

{  
  "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_REJECTED

{  
  "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

{  
  "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

{  
  "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_REPLACED_SIGNER

{  
  "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

{  
  "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_USER_ACK_AGREEMENT_MODIFIED

{  
  "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

{  
  "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_BOUNCED

{  
  "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_AUTO_CANCELLED_CONVERSION_PROBLEM

{  
  "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":""
      }
    }
  }
}

AGREEMENT_OFFLINE_SYNC

{  
  "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_UPLOADED_BY_SENDER

{  
  "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

{
	"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_READY_TO_VAULT

{  
  "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

{  
  "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_WEB_IDENTITY_AUTHENTICATED

{  
  "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

{  
  "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_REMINDER_SENT

{
	"webhookId": "",
	"webhookName": "",
	"webhookNotificationId": "",
	"webhookUrlInfo": {
		"url": ""
	},
	"webhookScope": "",
	"webhookNotificationApplicableUsers": [
		{
			"id": "",
			"email": "",
			"role": "",
			"payloadApplicable": 
		}
	],
	"event": "AGREEMENT_REMINDER_SENT",
	"eventDate": "",
	"eventResourceType": "",
	"participantUserId": "",
	"participantUserEmail": "",
	"actingUserId": "",
	"actingUserEmail": "",
	"reminderInfo": {
		"id": "",
		"note": "",
		"participantList": [
			{
				"participantUserId": "",
				"id": "",
				"email": ""
			}
		]
	},
	"agreement": {
		"id": "",
		"name": "",
		"signatureType": "",
		"status": "",
		"documentVisibilityEnabled": ,
		"createdDate": "",
		"firstReminderDelay": ,
		"locale": "",
		"message": "",
		"reminderFrequency": "",
		"senderEmail": "",
		"participantSetsInfo": {
			"participantSets": [
				{
					"memberInfos": [
						{
							"id": "",
							"email": "",
							"status": ""
						}
					],
					"order": ,
					"role": "",
					"status": "",
					"id": ""
				}
			],
			"nextParticipantSets": [
				{
					"memberInfos": [
						{
							"id": "",
							"email": "",
							"status": ""
						}
					],
					"order": ,
					"role": "",
					"status": "",
					"id": ""
				}
			]
		},
		"documentsInfo": {
			"documents": [
				{
					"id": "",
					"numPages": ,
					"mimeType": "",
					"name": ""
				}
			]
		}
	}
}

AGREEMENT_SIGNER_NAME_CHANGED_BY_SIGNER

{
	"webhookId":"",
	"webhookName":"",
	"webhookNotificationId":"",
	"webhookUrlInfo":{
		"url":""
	},
	"webhookScope":"",
	"webhookNotificationApplicableUsers"[
		{
			"id":"",
			"email":"",
			"role":"",
			"payloadApplicable":""
		}
	],
	"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":""
				}
			]
		}
	}
}

Sign in Bulk (previously Mega Sign) Events

Note:

"Mega Sign" was rebranded to "Send in Bulk" in the June 2021 release.

Both refer to the same function.

Send in Bulk all events

This is a superset of all events for the Send in Bulk object.

Note:

If you subscribe to "All Events", be aware that new event types can be added at any time. Ensure your code is robust enough to accomodate new events as they are added.

MEGASIGN_CREATED

{  
  "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":""
      }
    ],
    "createdDate":"",
    "expirationTime":"",
    "externalId":{  
      "id":""
    },
    "firstReminderDelay":"",
    "locale":"",
    "message":"",
    "postSignOption":{  
      "redirectDelay":"",
      "redirectUrl":""
    },
    "reminderFrequency":"",
    "senderEmail":"",
    "signatureType":"",
    "vaultingInfo":{  
      "enabled":""
    }
  }
}

MEGASIGN_SHARED

{  
  "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":""
    }
  }
}

MEGASIGN_RECALLED

{  
  "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":""
    }
  }
}

Web form Events

Widget all events

This is a superset of all events for the Web form object.

Note:

If you subscribe to "All Events", be aware that new event types can be added at any time. Ensure your code is robust enough to accomodate new events as they are added.

WIDGET_CREATED

{  
  "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

{  
  "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_DISABLED

{  
  "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

{  
  "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

{  
  "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

{  
  "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":""
      }
    }
  }
}
Adobe logo

Sign in to your account