Skip to main content
POST
Link a conversation to a record

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The conversation's ID.

Body

application/json
entity_type
enum<string>
required

The kind of record a conversation can be about.

Available options:
person,
organization,
animal,
location_unit,
donation,
campaign,
shift,
volunteer_event,
shift_signup,
adoption_application,
org_event,
form_submission
entity_id
string
required

Response

The link.

id
string
entity_type
enum<string>

The kind of record a conversation can be about.

Available options:
person,
organization,
animal,
location_unit,
donation,
campaign,
shift,
volunteer_event,
shift_signup,
adoption_application,
org_event,
form_submission
entity_id
string
source
string

How the link was made: manual (a person, or a key, linked it), sender_match (the sender's address matched exactly one person on file), or address_token and reply (carried over from the conversation a message answered).

is_confirmed
boolean

Whether somebody has vouched for it. Only a confirmed link puts the conversation on the record.

confirmed_at
string | null
confirmed_by_person_id
string | null
created_at
string<date-time>