configureIntegration
An integration can call this endpoint to configure itself
POST
Body
application/json
Configuration of the integration
Unique identifier of the integration that was installed on the bot
Maximum length:
200
Recurring schedule on which register()
will be called on the integration
Available options:
hourly
, daily
, weekly
, bi-weekly
, monthly
, bi-monthly
, quarterly
, yearly
Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations.
Response
200
application/json
Configuration of the integration
The response is of type object
.
Was this page helpful?