Create help center article
documentedCreate a help center article.
POST /help_center/articlesHelp Centerno 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/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}}}'