Woodpecker.co platform help — cold email campaigns, condition-based sequences, email warmup, Bounce Shield, Adaptive Sending, email verification, inbox rotation, centralized inbox, LinkedIn automation, Lead Finder, agency panel, API & webhooks. Use when Woodpecker emails are landing in spam, campaign open rates are dropping, you're not sure how to set up condition-based sequences, warmup isn't improving deliverability, the agency panel isn't isolating client data properly, or Woodpecker sending has stopped unexpectedly. Do NOT use for general outbound cadence strategy (use /sales-cadence), cross-platform email deliverability (use /sales-deliverability), email tracking strategy (use /sales-email-tracking), building prospect lists (use /sales-prospect-list), or connecting Woodpecker to other tools via Zapier (use /sales-integration).
Help the user with Woodpecker.co platform questions — from cold email campaign setup and condition-based sequences through deliverability tools, warmup, inbox rotation, LinkedIn automation, Lead Finder, agency panel, API, and integrations.
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What area of Woodpecker do you need help with?
What's your role?
What are you trying to accomplish? (describe your specific goal or question)
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
Note: If the user needs a specialized skill, route them there with a brief explanation of why that skill is a better fit.
If the request maps to a specialized skill, route:
/sales-cadence/sales-deliverability/sales-email-tracking/sales-prospect-list/sales-integration/sales-agency-outboundOtherwise, answer directly from platform knowledge using the reference below.
Read references/platform-guide.md for detailed module documentation, pricing, integrations, and data model.
You no longer need the platform guide details — focus on the user's specific situation.
Based on the user's specific question:
Recommended setup order for new accounts:
Configuration recommendations:
For API questions: Always include a pointer — "For the full endpoint catalog, request/response schemas, and rate limits, see references/woodpecker-api-reference.md."
Best-effort from research — verify details against current Woodpecker documentation.
references/learnings.md with today's date./sales-cadence — Design outbound cadence strategy (platform-agnostic, works with Woodpecker campaigns)/sales-deliverability — Cross-platform email deliverability — SPF/DKIM/DMARC, warmup, inbox placement/sales-email-tracking — Email tracking strategy — open/click tracking, engagement signals/sales-prospect-list — Build prospect lists to import into Woodpecker/sales-integration — Connect Woodpecker to other tools via webhooks, Zapier, or API/sales-agency-outbound — Multi-client agency architecture — infrastructure, client isolation, onboarding/sales-enrich — Enrich contacts with emails/phones before importing into Woodpecker/sales-smartlead — Smartlead platform help (if evaluating alternatives to Woodpecker)/sales-lemlist — Lemlist platform help (if evaluating alternatives to Woodpecker)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install with /install-skill sales-do if you don't have it.User says: "How do I set up a cold email campaign in Woodpecker with A/B testing and follow-ups?" Skill does:
User says: "My Woodpecker emails are going to spam. How do I fix deliverability?" Skill does:
User says: "I run an agency and need to manage 10 clients in Woodpecker" Skill does:
x-company-id headerSymptom: Prospects report finding emails in spam, or reply rates are near zero despite high send volume
Cause: Missing or misconfigured domain authentication (SPF/DKIM/DMARC), insufficient warmup, spammy content, or sender reputation damage
Solution: Run Woodpecker's domain audit to check SPF/DKIM/DMARC — fix any issues flagged. Verify warmup has been running 2+ weeks on all mailboxes. Use the spam checker to audit email copy. Enable Bounce Shield and Adaptive Sending. If reputation is damaged, pause campaigns, run warmup-only for 2-3 weeks, then relaunch with lower volume. See /sales-deliverability for a comprehensive diagnosis framework.
Symptom: Campaign open rates below 30% Cause: Poor subject lines, bad send times, inbox placement issues, or stale prospect data Solution: A/B test subject lines (use all 5 variant slots). Check deliverability — low opens often mean emails are landing in spam, not that prospects are ignoring them. Verify prospect emails with Woodpecker's built-in verification to remove invalid addresses. Test different send times and days. Use Adaptive Sending to let Woodpecker optimize send timing. If open rates are low across all variants, the issue is likely deliverability, not content.
Symptom: Frequent HTTP 429 (Too Many Requests) responses from the Woodpecker API
Cause: Exceeding the 1-concurrent-request limit or overflowing the 6-request queue
Solution: Woodpecker allows only 1 request at a time with a queue of 6 (15-second timeout per queued request). Implement strict request serialization — never send concurrent requests. Add retry logic with exponential backoff starting at 15 seconds. For bulk operations, batch where possible and process sequentially. If you need higher throughput, contact [email protected] about rate limit increases. See references/woodpecker-api-reference.md for full rate limit details.