Published when an approval is created.
Permissions:Project.Content.Approval
Event payload
Attribute |
---|
accountId UUID The ID of the account associated with the event. |
type string The type of event this represents, approval.approved . |
eventId UUID Unique ID for the event. |
createdAt DateTime Timestamp of when the event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: 2020-01-26T02:25:34Z |
data ProjectExportedEventData Data associated with the event. |
{
"accountId": "117781559",
"type": "approval.created",
"eventId": "aedeb1fb-6c7d-4484-8106-866d97652383",
"createdAt": "2023-06-18T18:23:11Z",
"data": {
"projectId": "fa90bfcf-54db-4ed7-b07c-0127dc5a29ff",
"approvalStatus": "approved",
"requesterId": 163375509,
"approverId": null,
"timestamp": "2023-05-26T08:40:03Z"
}
}