Create a record
POST/v1/objects/:entity
Create a single record of a CRM entity.
Send the record's fields as a flat object. Custom fields go under
custom_fields keyed by their slug — read the entity's field schema first so
you use real slugs and, for dropdowns, values from the allowed list, since an
off-list value is stored as written rather than rejected.
Creating a record fires whatever automations are configured for that entity, exactly as if it had been created in the app.
Requires the matching {entity}:write scope.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
Created record
Error
Error
Error
Error
Validation Error
Error