Objects and records
Create a record
Create a record in one workspace object.
POST
Create a record in one workspace object.
Use a developer access key. See authentication, errors, and rate limits.
Required scopes:
This request changes workspace data. A timeout does not prove that the write failed; inspect the result before retrying.
records:write.
Satisfy the object’s required fields. Writes create the same record activity as the app. Invalid field mappings or values return 400; an unknown object returns 404.
Parameters
string
Object ID or slug. Supply exactly one of object or object_type_id.
string
Legacy object identifier alternative; do not supply with object.
object
Map writable field IDs or unambiguous slugs to values matching their field definitions. Unknown fields are rejected. Read-only fields are ignored. Discover the schema first; the example assumes a text field named
name on clients. Defaults to an empty map.Response
201 — Returns the record model underdata. Example IDs and values are illustrative.