Skip to main content

Integration settings update

This event is used to notify you when the integration settings of a company change.

In order to subscribe to this event, you need to send the following message to BUS:

{
"type": "SUBSCRIBE.INTEGRATION_SETTING_UPDATE",
"payload": {
"companyId": "Number!"
}
}

When the integration settings change, you will receive the following message:

{
"type": "SUBSCRIBE.INTEGRATION_SETTING_UPDATE_RECEIVED",
"payload": "OnIntegrationSettingUpdateData!"
}
info

See Integration settings types for more information.