Create Crm Meeting
POST /integrations/crm/meetings
POST
/integrations/crm/meetings
Create a meeting on the CRM’s calendar and associate it with records.
This does not send an invitation - it records the meeting on the CRM
object. /appointments/* is the surface that books with a person.
Authorizations
Parameters
Query Parameters
connection_id
required
string
Header Parameters
Request Body required
A meeting/event created on the CRM’s calendar object.
object
company_ids
Any of:
Array<string>
null
contact_ids
Any of:
Array<string>
null
deal_ids
Any of:
Array<string>
null
Responses
201
Successful Response
object
data
required
One CRM record, or one provider response.
Open-shaped ON PURPOSE. These bodies carry whatever the provider returned, the field set differs between HubSpot, Salesforce, Pipedrive and SugarCRM, and it grows every time one of them ships something. Pinning it would drop whatever a provider reported that this contract had not caught up on - which on a CRM surface means silently hiding the customer’s own data from them.
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string