v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
integrations

Create integration

Create a new integration. Each type of integration has its own initialization logic and thus may yield suitable error codes depending on the underlying issue, such as credentials or connectivity issue.

Permission required: edit_integrations

post/integrations/

Request body

type'webhook' | 'dropbox' | 'office365' | 'email' | 'imap' | 'sftp' | 'smtp' | 'service_bus'

Example request

{
  "type": "webhook"
}

Response

Success