Loading...
Loading...
Manage and reply to lead responses in Instantly unibox. Fetches unread conversations, classifies reply intent, drafts contextual responses, and sends replies via Instantly API. Fits after campaign-sending in the GTM pipeline. Triggers on: "reply to leads", "inbox replies", "instantly inbox", "unibox", "respond to replies", "manage replies", "instantly replies", "check inbox", "lead replies", "answer leads".
npx skill4agent add extruct-ai/gtm-skills inbox-reply| Variable | Service |
|---|---|
| Instantly |
https://api.instantly.ai/api/v2| Input | Required | Source |
|---|---|---|
| Instantly API key | yes | env var |
| Context file | yes | context file (voice, product, proof points) |
| Campaign ID | no | user selection or list from API |
GET /emailsis_unread=trueemail_type=receivedsort_order=desclimit=50campaign_idmode=emode_focused| # | From | Company | Subject | Preview | Received |GET /emails?search=thread:{thread_id}&sort_order=ascInterested → wants to learn more, asks questions, requests a call
Objection → raises concern but door is not closed (pricing, timing, fit)
Not interested → clear rejection, asks to stop
Auto-reply → OOO, bounce, auto-responder
Meeting request → explicitly asks to book time
Question → asks a specific question without clear buying signal
Referral → redirects to someone else at the companyInterested → confirm interest, propose next step (call or resource)
Objection → address concern directly, offer proof point if relevant
Question → answer the question, bridge to value
Meeting request → confirm availability, suggest booking link or times
Referral → thank them, ask for intro or reach out to referral directly
Not interested → short, respectful close; do not push
Auto-reply → skip, no reply needed| # | To | Via Account | Subject | Intent | Action |POST /emails/replyeaccountreply_to_uuidsubjectbody{ "text": "...", "html": "..." }POST /emails/threads/{thread_id}/mark-as-readPOST /leads/update-interest-statuslead_emailinterest_value| # | Lead | Intent | Reply Sent | Status Updated |