Integration Webhooks
Supported events
Terminology
Request body
{
"Action": "IntegrationCreated",
"Data": {
"Enterprise": {
"Id": "8865aa96-f62d-4f9b-a912-ab2100f60f42",
"Name": "Sample Chain Hotel 1"
},
"Service": {
"Id": "9745ce3a-8dbb-4cc0-a550-55f9ff67b242",
"Name": "Accommodation"
},
"Requestor": null,
"AccessToken":"9E5E84E9974D4F169662AB2200F27CB1-00B343A0DDA725CACAC028E38E3EABF",
"CreatedUtc": "2019-12-13T14:42:52Z",
"IsEnabled": true,
"Integration": {
"Id": "9e5e84e9-974d-4f16-9662-ab2200f27cb1",
"Name": "WebhookTEST"
}
}
}Property
Type
Contract
Description
Webhook action
Webhook data
Integration created data
Property
Type
Contract
Description
Enterprise
Property
Type
Contract
Description
Service
Property
Type
Contract
Description
Requestor
Property
Type
Contract
Description
Integration
Property
Type
Contract
Description
Integration enabled data
Property
Type
Contract
Description
Integration disabled data
Property
Type
Contract
Description
Integration canceled data
Property
Type
Contract
Description
Integration reinstated data
Property
Type
Contract
Description
Integration deleted data
Property
Type
Contract
Description
Integration API key created data
Property
Type
Contract
Description
Last updated
Was this helpful?