These attributes make up the extra payload for the Timer webhook resource for the following events: Created / Completed / Changed / Cancelled
Created / Completed / Changed / Cancelled Attributes
ATTRIBUTE |
---|
name string |
description string |
associations array of objects |
associations.entity.Id string |
associations.entityType string |
associations.relationship string |
completionTime string |
created string |
createdBy string |
lastUpdated string |
lastUpdatedBy string |
status string |
Webhook Payload Notification Samples
{
"eventId": "138be935-0498-420e-be67-49107c9afcc7",
"eventTime": "2024-12-19T16:17:36.000Z",
"eventType": "created",
"meta": {
"userId": "Encompass\\BE11172646\\admin",
"resourceType": "Timer",
"resourceId": "TimerTest_Webhook_MR2",
"instanceId": "be11172646",
"resourceRef": "v1/timers/TimerTest_Webhook_MR2",
"payload": {
"name": "Webhook Sheduler 2",
"description": "INT Testing",
"associations": [
{
"entityId": "50d66c5a-e206-4b96-9cf9-32ce307dd565",
"entityType": "urn:elli:service:workflow",
"relationship": "rule1"
},
{
"entityId": "e3de046b-dad7-4279-80dd-6a832d22dad1",
"entityType": "urn:elli:encompass:loan",
"relationship": "loanguid"
}
],
"completionTime": "2024-12-18T10:00:00Z",
"created": "2024-12-19T16:17:36Z",
"createdBy": "Encompass\\BE11172646\\admin",
"lastUpdated": "2024-12-19T16:17:36Z",
"lastUpdatedBy": "Encompass\\BE11172646\\admin",
"status": "active"
}
}
}
{
"eventId": "f0eb1f4c-1793-4c99-bb82-702a6086e53b",
"eventTime": "2024-12-19T16:17:36.000Z",
"eventType": "completed",
"meta": {
"userId": "Encompass\\BE11172646\\admin",
"resourceType": "Timer",
"resourceId": "TimerTest_Webhook_MR2",
"instanceId": "be11172646",
"resourceRef": "v1/timers/TimerTest_Webhook_MR2",
"payload": {
"name": "Webhook Sheduler 2",
"description": "INT Testing",
"associations": [
{
"entityId": "50d66c5a-e206-4b96-9cf9-32ce307dd565",
"entityType": "urn:elli:service:workflow",
"relationship": "rule1"
},
{
"entityId": "e3de046b-dad7-4279-80dd-6a832d22dad1",
"entityType": "urn:elli:encompass:loan",
"relationship": "loanguid"
}
],
"completionTime": "2024-12-18T10:00:00Z",
"created": "2024-12-19T16:17:36Z",
"createdBy": "Encompass\\BE11172646\\admin",
"lastUpdated": "2024-12-19T16:17:36Z",
"lastUpdatedBy": "Encompass\\BE11172646\\admin",
"status": "completed"
}
}
}
{
"eventId": "dc64c16b-4aed-4669-a31e-e78ebaec3ebd",
"eventTime": "2024-12-19T16:18:56.000Z",
"eventType": "changed",
"meta": {
"userId": "Encompass\\BE11172646\\admin",
"resourceType": "Timer",
"resourceId": "TimerTest_Webhook_MR2",
"instanceId": "be11172646",
"resourceRef": "v1/timers/TimerTest_Webhook_MR2",
"payload": {
"name": "Webhook Sheduler 3",
"description": "INT Testing",
"associations": [
{
"entityId": "50d66c5a-e206-4b96-9cf9-32ce307dd565",
"entityType": "urn:elli:service:workflow",
"relationship": "rule1"
},
{
"entityId": "e3de046b-dad7-4279-80dd-6a832d22dad1",
"entityType": "urn:elli:encompass:loan",
"relationship": "loanguid"
}
],
"completionTime": "2024-12-18T10:00:00Z",
"created": "2024-12-19T16:17:36Z",
"createdBy": "Encompass\\BE11172646\\admin",
"lastUpdated": "2024-12-19T16:18:56Z",
"lastUpdatedBy": "Encompass\\BE11172646\\admin",
"status": "active"
}
}
}
{
"eventId": "d0d173d9-d7ae-48e3-bf43-f7755368d716",
"eventTime": "2024-12-19T16:20:42.000Z",
"eventType": "cancelled",
"meta": {
"userId": "Encompass\\BE11172646\\admin",
"resourceType": "Timer",
"resourceId": "TimerTest_Webhook_MR3",
"instanceId": "be11172646",
"resourceRef": "v1/timers/TimerTest_Webhook_MR3",
"payload": {
"name": "Webhook Sheduler",
"description": "INT Testing",
"associations": [
{
"entityId": "50d66c5a-e206-4b96-9cf9-32ce307dd565",
"entityType": "urn:elli:service:workflow",
"relationship": "rule1"
},
{
"entityId": "e3de046b-dad7-4279-80dd-6a832d22dad1",
"entityType": "urn:elli:encompass:loan",
"relationship": "loanguid"
}
],
"completionTime": "2024-12-20T10:00:00Z",
"created": "2024-12-19T16:19:54Z",
"createdBy": "Encompass\\BE11172646\\admin",
"lastUpdated": "2024-12-19T08:20:00Z",
"lastUpdatedBy": "Encompass\\BE11172646\\admin",
"status": "cancelled"
}
}
}