Sign in

Create Article

documented

Create a new Help Center article.

POST /api/v2/help_center/articlesHelp Centerno 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://{{$zendesk_subdomain}}.zendesk.com/api/v2/help_center/articles\" \
  -X POST \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"article\": {\"title\": \"{{$title}}\", \"body\": \"{{$body}}\", \"locale\": \"{{$locale}}\", \"user_segment_id\": {{$user_segment_id}}, \"permission_group_id\": {{$permission_group_id}}}, \"notify_subscribers\": {{$notify_subscribers}}}'