Sign in

Add subscription type attributes

documented

Add attributes to a subscription type.

POST /subscription_types/{subscription_type_id}/attributesTicket Type Attributesno 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://api.intercom.io/ticket_types/{{$ticket_type_id}}/attributes" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Intercom-Version: 2.14" \
  -H "Content-Type: application/json" \
  -d '{"name": "{{$attribute_name}}", "type": "{{$attribute_type}}", "description": "{{$attribute_description}}"}'
Add subscription type attributes · Intercom · OpenIntegrations