Bulk Update Custom Fields
gorgias_bulk_update_custom_fieldsBulk update multiple custom fields in one API request. Send an array of updates, each with a required ID and optional changes.
Instructions
PUT /api/custom-fields — Bulk update multiple custom fields in a single request. Send an array of update objects each containing an id and the fields to change. Only id is required per item; all other fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Array of custom field update objects. Each must include an id |