PATCH
/
api
/
crm_integrations
/
{heron_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

heron_id
string
required

Body

application/json
auth
object

Authentication details for the CRM integration

config
object

The configuration for the CRM integration

failure_notification_channel
string | null

The channel to send failure notifications to

instance_url
string

Base URL of the CRM integration

is_enabled
boolean
default:
true

Whether the integration is enabled

is_live
boolean
default:
true

Whether the integration is live

provider
enum<string>

The CRM provider

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

A secret key for the CRM integration

Response

200 - application/json
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
failure_notification_channel
string | null

The channel to send failure notifications to

heron_id
string
is_enabled
boolean
default:
true

Whether the integration is enabled

is_live
boolean
default:
true

Whether the integration is live