These attributes make up the extra payload for the TaskComment webhook resource for the Update event.
Update Attributes
ATTRIBUTE |
---|
id string |
entity.entityId string |
entity.entityType string |
action string |
modified string |
modifiedBy string |
modifiedAttributes.attribute string |
modifiedAttributes.priorValue string |
modifiedAttributes.newValue string |
Webhook Payload Notification Samples
{
"eventId": "7e96d982-1e40-4c45-9733-c984c7aecb3f",
"eventTime": "2024-12-11T21:21:13.000Z",
"eventType": "update",
"meta": {
"userId": "admin",
"resourceType": "TaskComment",
"resourceId": "c9d3dabb-4370-4750-82a7-f01a504b7adb",
"instanceId": "be11172718",
"resourceRef": "workflow/v1/comments/c9d3dabb-4370-4750-82a7-f01a504b7adb",
"payload": {
"id": "57a42b63-0e4a-46f6-88ab-60fa222ae9e8",
"entity": {
"entityId": "c9d3dabb-4370-4750-82a7-f01a504b7adb",
"entityType": "Comment"
},
"action": "UPDATE",
"modified": "2024-12-11T21:21:10.961Z",
"modifiedBy": "admin",
"modifiedAttributes": [
{
"attribute": "id",
"priorValue": null,
"newValue": "c9d3dabb-4370-4750-82a7-f01a504b7adb"
},
{
"attribute": "entityId",
"priorValue": null,
"newValue": "a01e06e7-56e9-4ca5-a1dd-84832be0bed1"
},
{
"attribute": "entityType",
"priorValue": null,
"newValue": "Task"
},
{
"attribute": "commentText",
"priorValue": null,
"newValue": "Test 22600"
},
{
"attribute": "created",
"priorValue": null,
"newValue": "2024-12-11T21:21:10.958Z"
},
{
"attribute": "lastModified",
"priorValue": null,
"newValue": "2024-12-11T21:21:10.958Z"
},
{
"attribute": "createdBy",
"priorValue": null,
"newValue": "admin"
},
{
"attribute": "lastModifiedBy",
"priorValue": null,
"newValue": "admin"
}
]
}
}
}