Write
Write records
POST
Authorizations
Body
application/json
Write request
The ID of the user group whose SaaS instance you'd like to write data to. This is the ID that was provided during installation creation.
The type of write operation. The only supported types currently are create and update.
Available options:
create
, update
Example:
"create"
The mode of write operation. The only supported mode currently is synchronous.
Available options:
synchronous
Example:
"synchronous"
The record to write
Example:
{
"email": "david@withampersand.com",
"warmthScore": "ready-for-close"
}
To write associations to the record. Note: currently only HubSpot associations are supported
Example:
[
{
"to": { "id": "18417469260" },
"types": [
{
"associationCategory": "HUBSPOT_DEFINED",
"associationTypeId": 279
}
]
}
]
Was this page helpful?