Sign in

Create Custom Object

documented

Create a new custom object type.

POST /api/v2/custom_objectsCustom Datano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl https://{{$subdomain}}.zendesk.com/api/v2/custom_objects \
  -X POST \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -d '{"custom_object": {"key": "{{$key}}", "title": "{{$title}}", "title_pluralized": "{{$title_pluralized}}"}}'
Create Custom Object · Zendesk · OpenIntegrations