Integration Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
This is an older form of Webhook, which only supports events related to changes in integration state. Unlike , each event generates an individual Webhook.
Entity
Event
Description
Integration
IntegrationCreated
Event triggered when a new integration is created
Integration
IntegrationEnabled
Event triggered when a integration is enabled
Integration
IntegrationDisabled
Event triggered when a integration is disabled
Integration
IntegrationCanceled
Event triggered when a integration is canceled
Integration
IntegrationReinstated
Event triggered when a integration is reinstated
Integration
IntegrationDeleted
Event triggered when a integration is deleted
TerminologyAn Integration refers to the unique connection between an Enterprise or Property (i.e. Mews customer) and an API client (i.e. Mews partner), corresponding to a unique Access Token. For a full description of all the terms used, see the .
Action
required
Type of action or event.
Data
object
required
Enterprise
required
Property or chain of properties.
Service
optional
Service the integration is connected to.
Requestor
required
Person requesting the action or event.
AccessToken
string
required
Access token of the client application.
CreatedUtc
string
required
Creation date and time of the integration in UTC timezone in ISO 8601 format.
IsEnabled
bool
required
Whether integration is enabled.
Integration
required
Integration data.
Id
string
required
Unique identifier of the enterprise.
Name
string
required
Name of the enterprise.
Id
string
required
Unique identifier of the service.
Name
string
required
Name of the service.
Name
string
required
Name of the requestor.
Email
string
required
Email of the requestor.
Id
string
required
Unique identifier of the integration.
Name
string
required
Name of the integration.
Integration
required
Integration data.
Integration
required
Integration data.
Integration
required
Integration data.
Integration
required
Integration data.
DeletedUtc
string
required
Deletion date and time of the integration in UTC timezone in ISO 8601 format.
Integration
required
Integration data.
string
Structure of the object depends on .
IntegrationCreated
- Triggered when a new integration is created. Data
is .
IntegrationEnabled
- Triggered when an integration is enabled. Data
is .
IntegrationDisabled
- Triggered when an integration is disabled. Data
is .
IntegrationCanceled
- Triggered when an integration is canceled. Data
is .
IntegrationReinstated
- Triggered when an integration is reinstated. Data
is .
IntegrationDeleted
- Triggered when an integration is deleted. Data
is .
The structure of the Data object depends on .