Skip to main content
POST
Create a CRM integration

Authorizations

x-api-key
string
header
required

Body

application/json
auth
object
required
write-only

Authentication details for the CRM integration

config
object
required

The configuration for the CRM integration

instance_url
string<url>
required

Base URL of the CRM integration

Example:

"https://sandbox.salesforce.com"

provider
string
required

The CRM provider

secret
string
required
write-only

A secret key for the CRM integration

failure_notification_channel
string | null

The channel to send failure notifications to

is_enabled
boolean
default:true

Whether the integration is enabled

Example:

true

is_live
boolean
default:true

Whether the integration is live

Example:

true

Response

201 - application/json

Created

crm_integration
object