Events
Create Event
Creates a new event.
POST
Create Event
Location
Provide the event location via thelocation object. To link an existing saved location, pass location_id. To create an inline location, provide name, address, city, and zip — set saved to "1" to save it for reuse.
Custom fields
Send custom fields as an array of{ field_id, value } objects, where field_id is the custom field’s ID.
The
client_id field is optional. When provided, it links the event to an existing client record.Authorizations
Body
application/json
Response
Created
Created event ID
Create Event