Looking for “transfer-cancellation-requested” event payload, any guidance leading to the official payload or the link is appreciated other than this Transfer Cancellation.
Hi @sandeepm
Thanks for reaching out.
If you’re question is about what the payload looks like, this is just a new type of entry in the eventType
of the events that are delivered to your cloud app as detailed here.
Here is an example of a payload that has been sanitised.
{
"cloudAppKey": "string",
"transferId": "uuid",
"migrationDetails": {
"migrationId": "uuid",
"migrationScopeId": "uuid",
"name": "string",
"createdAt": 1689008645340,
"jiraClientKey": "uuid",
"confluenceClientKey": "uuid",
"cloudUrl": "url"
},
"eventType": "transfer-cancellation-requested",
"messageId": "uuid"
}
Let us know if you have any other questions
1 Like