Create a bulk job to perform batch operations (create, update, delete, upsert) on custom object records in Zendesk. Use when you need to process multiple records of a custom object type efficiently in a single API call. Returns a job ID for tracking the operation progress via GE…
itemsRequiredarrayArray of record objects for create, update, or upsert actions. Each object contains the record attributes matching the custom object's field definitions. For delete actions, this should be an array of record IDs (strings).
actionRequiredstringThe bulk operation to perform. 'create' adds new records, 'update' modifies existing records, 'delete' removes records, 'upsert' creates or updates based on matching criteria.
custom_object_keyRequiredstringThe key of the custom object to operate on. This is the unique identifier for the custom object type (e.g., 'car', 'product', 'order').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.