instantly-common-errors
Diagnoses and resolves common Instantly errors, providing solutions for debugging and troubleshooting integration issues.
Install this skill
Security score
The instantly-common-errors skill was audited on May 12, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 53 | const campaign = await instantly<Campaign>(`/campaigns/${campaignId}`); |
Template literal with variable interpolation in command context
| 68 | const mappings = await instantly(`/account-campaign-mappings/${campaignId}`); |
Template literal with variable interpolation in command context
| 86 | issues.forEach((i) => console.log(` - ${i}`)); |
Template literal with variable interpolation in command context
| 118 | console.log(`BROKEN: ${v.email} — SMTP=${v.smtp_status}, IMAP=${v.imap_status}`); |
Template literal with variable interpolation in command context
| 120 | await instantly(`/accounts/${encodeURIComponent(v.email)}/pause`, { method: "POST" }); |
Template literal with variable interpolation in command context
| 121 | console.log(` Paused ${v.email}. Fix credentials, then resume.`); |
Template literal with variable interpolation in command context
| 166 | console.warn(`429 Rate Limited. Waiting ${wait}ms (attempt ${attempt + 1}/${maxRetries})`); |
Curl to non-GitHub URL
| 197 | curl -s https://api.instantly.ai/api/v2/campaigns?limit=100 \ |
Curl to non-GitHub URL
| 202 | curl -s https://api.instantly.ai/api/v2/accounts?limit=100 \ |
Webhook reference - potential data exfiltration
| 28 | Diagnostic reference for Instantly API v2 errors. Covers HTTP status codes, campaign state errors, account health issues, lead operation failures, and webhook delivery problems. |
Webhook reference - potential data exfiltration
| 177 | ## Webhook Errors |
Webhook reference - potential data exfiltration
| 181 | | Events not delivered | Check webhook status: `GET /webhooks` | Webhook may be paused — resume with `POST /webhooks/{id}/resume` | |
Webhook reference - potential data exfiltration
| 183 | | Delivery failures | Check `GET /webhook-events/summary` | Fix target URL, ensure 2xx response within 30s | |
External URL reference
| 193 | https://api.instantly.ai/api/v2/campaigns?limit=1 \ |
External URL reference
| 197 | curl -s https://api.instantly.ai/api/v2/campaigns?limit=100 \ |
External URL reference
| 202 | curl -s https://api.instantly.ai/api/v2/accounts?limit=100 \ |
External URL reference
| 218 | - [Instantly Help Center](https://help.instantly.ai) |