PATCH /integrations/{id}

Authentication

Send your organization API key as a Bearer credential.

Authorization: Bearer YOUR_API_KEY

Path parameters

id number required

Positive integration ID

Example: 42

Body

application/json
name string

String length: maximum 255

Example: Priority leads
event string

Allowed values: reply_received, lead_interested, other_folder

Example: lead_interested
include_thread_link boolean
Example: false

Response

application/json

Integration updated

id number required

Range: x ≥ 1

Example: 42
name string required
Example: Sales Telegram
provider string required

Allowed values: webhook, telegram, max, bitrix

Example: telegram
event string required

Allowed values: reply_received, lead_interested, other_folder

Example: lead_interested
include_thread_link boolean required
Example: false
destination any required