POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
objects
/
{objectName}

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required
integrationId
string
required
objectName
string
required

Body

application/json
groupRef
string
required

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.

type
enum<string>
required

The type of write operation. The only supported types currently are create and update.

Available options:
create,
update
mode
enum<string>

The mode of write operation. The only supported mode currently is synchronous.

Available options:
synchronous
record
object

The record to write

Response

200 - application/json
result
object
required