Library Events
Last update: Aug 10, 2025.
Common payload elements
Minimum payload for library events
The following returns for a library event if all the conditional parameters are set to false while creating webhooks:
idnamestatusPayload attributes inherited from Library
idnamecreatorEmailcreatedDatestatussharingModetemplateTypesconditionalParametersTrimmeddocumentsInfo{GET /libraryDocuments/{libraryDocumentId}/documents} API to get the details of the documents of a library document.LIBRARY_ALL
Web app name: Not available in the UI
If you want to subscribe to all library events, subscribe to LIBRARY_ALL.
data-slots=text
LIBRARY_DOCUMENT_AUTO_CANCELLED_CONVERSION_PROBLEM
The payload may include these event-specific payload as well as the Payload attributes inherited from Library`.
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": "",
"libraryDocument": {
"id": "",
"name": "",
"creatorEmail": "",
"createdDate": "",
"status": "",
"sharingMode": "",
"templateTypes": [
""
]
}
}
LIBRARY_DOCUMENT_CREATED
Web app name: Not available in the UI
The payload may include these event-specific payload as well as the Payload attributes inherited from Library`.
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": "",
"libraryDocument": {
"id": "",
"name": "",
"creatorEmail": "",
"createdDate": "",
"status": "",
"sharingMode": "",
"templateTypes": [
""
],
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
LIBRARY_DOCUMENT_MODIFIED
Web app name: Not available in the UI
The payload may include these event-specific payload as well as the Payload attributes inherited from Library`.
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": "",
"libraryDocument": {
"id": "",
"name": "",
"creatorEmail": "",
"createdDate": "",
"status": "",
"sharingMode": "",
"templateTypes": [
""
],
"documentsInfo": {
"documents": [
{
"id": "",
"label": "",
"numPages": "",
"mimeType": "",
"name": ""
}
]
}
}
}
© Copyright 2022, Adobe Inc.. Last update: Aug 10, 2025.