instantly-common-errors

Featured

Diagnose and fix Instantly.ai API v2 common errors and exceptions. Use when encountering Instantly errors, debugging failed requests, or troubleshooting campaign/account/lead issues. Trigger with phrases like "instantly error", "instantly 401", "instantly 429", "instantly api failed", "instantly debug", "instantly troubleshoot".

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

# Instantly Common Errors ## Overview Diagnostic reference for Instantly API v2 errors. Covers HTTP status codes, campaign state errors, account health issues, lead operation failures, and webhook delivery problems. ## Prerequisites - Completed `instantly-install-auth` setup - Access to Instantly dashboard for verification - API key with appropriate scopes ## HTTP Status Codes | Status | Meaning | Common Cause | Fix | |--------|---------|-------------|-----| | `400` | Bad Request | Malformed JSON, invalid field values | Validate request body against schema | | `401` | Unauthorized | Invalid, expired, or revoked API key | Regenerate key in Settings > Integrations | | `403` | Forbidden | API key missing required scope | Create key with correct scope (e.g., `campaigns:all`) | | `404` | Not Found | Invalid campaign/lead/account ID | Verify resource exists with a GET call first | | `422` | Unprocessable Entity | Business logic violation (duplicate lead, invalid state) | Check error body for details | | `429` | Too Many Requests | Rate limit exceeded | Implement exponential backoff (see below) | | `500` | Internal Server Error | Instantly server issue | Retry with backoff; check status.instantly.ai | ## Campaign Errors ### Campaign Won't Activate (Stuck in Draft) ```typescript // Diagnosis: check campaign requirements async function diagnoseCampaign(campaignId: string) { const campaign = await instantly<Campaign>(`/campaigns/${campaignId}`); const issues: string[] = []; ...

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

instantly-hello-world

Create a minimal working Instantly.ai example with real API calls. Use when starting a new Instantly integration, testing your setup, or learning basic Instantly API v2 patterns. Trigger with phrases like "instantly hello world", "instantly example", "instantly quick start", "simple instantly code", "test instantly api".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-observability

Set up monitoring, alerting, and dashboards for Instantly.ai integrations. Use when implementing campaign health monitoring, account health alerts, or building analytics dashboards from Instantly data. Trigger with phrases like "instantly monitoring", "instantly dashboard", "instantly alerts", "instantly observability", "monitor instantly campaigns".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-incident-runbook

Execute Instantly.ai incident response procedures with triage, mitigation, and recovery. Use when responding to campaign failures, account health crises, deliverability drops, or Instantly API outages. Trigger with phrases like "instantly incident", "instantly outage", "instantly campaign failed", "instantly emergency", "instantly runbook".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-performance-tuning

Optimize Instantly.ai API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing high-volume lead operations. Trigger with phrases like "instantly performance", "instantly slow", "instantly caching", "instantly batch", "optimize instantly api".

2,266 Updated today
jeremylongshore
AI & Automation Featured

customerio-common-errors

Diagnose and fix Customer.io common errors. Use when troubleshooting API errors, delivery failures, campaign issues, or SDK exceptions. Trigger: "customer.io error", "customer.io not working", "debug customer.io", "customer.io 401", "customer.io 429".

2,266 Updated today
jeremylongshore