Add subscription type attributes
documentedAdd attributes to a subscription type.
POST /subscription_types/{subscription_type_id}/attributesTicket Type Attributesno implementation yet0 runsNo 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}}"}'