create_or_update_record
Create a record in an ActiveCampaign custom object schema. Accepts fields, relationships, and identifiers to add new data. Repeated calls may create duplicates.
Instructions
🟡 WRITE · creates data · Custom Objects · POST /customObjects/records/{schemaId}
Create or update record
Creates a new record. Not idempotent — calling twice may create duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (application/json). | |
| schemaId | Yes | ID of schema |