Sign in

Create help center article

documented

Create a help center article.

POST /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://api.intercom.io/articles" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Intercom-Version: 2.15" \
  -d '{"title": "{{$title}}", "body": "{{$body}}", "author_id": {{$author_id}}, "state": "{{$state}}", "parent_type": "collection", "parent_id": {{$collection_id}}}'
Create help center article · Intercom · OpenIntegrations