configureIntegration
An integration can call this endpoint to configure itself
POST
/v1/chat/integrations/configureAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Request body
Configuration of the integration
identifierstring | nullUnique identifier of the integration that was installed on the bot(max length: 200)
scheduleRegisterCallenum<string>Recurring schedule on which `register()` will be called on the integration
Available options:
"hourly","daily","weekly","bi-weekly","monthly","bi-monthly","quarterly","yearly"sandboxIdentifiersobject | null**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. This is an experimental feature meant to be used by specific integrations.
Response
Configuration of the integration