POST
/
api
/
crm_integrations

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
auth
object
required

Authentication details for the CRM integration

config
object
required

The configuration for the CRM integration

instance_url
string
required

Base URL of the CRM integration

provider
enum<string>
required

The CRM provider

Available options:
salesforce,
lendsmart,
orgmeter,
centrex,
lendsaas,
quickbase,
zoho,
origami,
dynamics,
in_memory
secret
string
required

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

is_live
boolean
default:
true

Whether the integration is live

Response

201 - application/json
crm_integration
object