intercom-common-errors

Featured

Diagnose and fix Intercom API errors by HTTP status code and error type. Use when encountering Intercom errors, debugging failed API requests, or troubleshooting integration issues. Trigger with phrases like "intercom error", "fix intercom", "intercom not working", "debug intercom", "intercom 401", "intercom 429".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Intercom Common Errors ## Overview Quick reference for Intercom API errors by HTTP status code, with real error response shapes and proven solutions. ## Intercom Error Response Shape All Intercom errors return this structure: ```json { "type": "error.list", "request_id": "req_abc123", "errors": [ { "code": "unauthorized", "message": "Access Token Invalid" } ] } ``` ## Error Reference ### 401 Unauthorized ```json { "type": "error.list", "errors": [{ "code": "unauthorized", "message": "Access Token Invalid" }] } ``` **Causes:** - Access token is expired, revoked, or malformed - Using a test token against production (or vice versa) - Token was regenerated in Developer Hub but not updated in app **Fix:** ```bash # Verify token works curl -s https://api.intercom.io/me \ -H "Authorization: Bearer $INTERCOM_ACCESS_TOKEN" \ -H "Accept: application/json" | jq '.type' # Should return "admin" # If invalid, regenerate at: # app.intercom.com > Settings > Developer Hub > Your App > Authentication ``` --- ### 403 Forbidden ```json { "type": "error.list", "errors": [{ "code": "forbidden", "message": "You do not have permission to access this resource" }] } ``` **Causes:** - OAuth app missing required scope - Trying to access a resource in another workspace - Admin permissions insufficient **Fix:** Add the required OAuth scope in Developer Hub > OAuth Scopes. --- ### 404 Not Found ```json { "type": "error.list", "errors": [{ "c...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

hubspot-common-errors

Diagnose and fix common HubSpot API errors with real error responses. Use when encountering HubSpot errors, debugging failed API requests, or troubleshooting integration issues with specific HTTP status codes. Trigger with phrases like "hubspot error", "fix hubspot", "hubspot 401", "hubspot 429", "hubspot not working", "debug hubspot API".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-common-errors

Diagnose and fix common Adobe API errors across Firefly Services, PDF Services, Photoshop API, and Adobe I/O Events. Use when encountering Adobe errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "adobe error", "fix adobe", "adobe not working", "debug adobe", "adobe 403", "adobe 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-common-errors

Diagnose and fix Hootsuite common errors and exceptions. Use when encountering Hootsuite errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "hootsuite error", "fix hootsuite", "hootsuite not working", "debug hootsuite".

2,266 Updated today
jeremylongshore
AI & Automation Featured

canva-common-errors

Diagnose and fix Canva Connect API errors and HTTP status codes. Use when encountering Canva errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "canva error", "fix canva", "canva not working", "debug canva", "canva 401", "canva 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-common-errors

Diagnose and fix common Klaviyo API errors and exceptions. Use when encountering Klaviyo 4xx/5xx errors, debugging failed requests, or troubleshooting SDK integration issues. Trigger with phrases like "klaviyo error", "fix klaviyo", "klaviyo not working", "debug klaviyo", "klaviyo 400", "klaviyo 429".

2,266 Updated today
jeremylongshore