workflows.fit
Back to n8n workflows
n8n templateFreeBy Maxim Dudnik

Recover missed Aloware calls with instant SMS follow-up and re-engagement

Description Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts into...

DevelopmentCore NodesSticky NoteWebhookSetHttp Request
Loading interactive preview...

Template notes

Description Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts into a re-engagement sequence. Missed calls are one of the biggest silent revenue leaks in sales and support teams. This workflow turns every missed call into a structured recovery cadence — all hands-free.

How it works

1. A Webhook receives the call.missed event from Aloware in real time. 2. A Set node extracts the caller's phone number, name, contact ID, and the timestamp of the missed call. 3. An HTTP Request sends an immediate personalized SMS: "Sorry we missed your call! Reply YES to schedule a callback…" 4. A Wait node pauses the workflow for 2 hours. 5. An HTTP Request looks up the contact in Aloware to check whether they've replied or been contacted since the missed call. 6. An IF node evaluates whether there has been any communication after the missed call timestamp.

- Contact replied → no further action needed. - No reply → a follow-up SMS is sent, and the contact is enrolled in a Re-engagement Sequence for continued multi-touch outreach.

How to use

1. Import the JSON into n8n. 2. Add these n8n Variables: ALOWAREAPITOKEN, ALOWARELINEPHONE, ALOWAREREENGAGEMENTSEQUENCEID, and COMPANYNAME. 3. In Aloware, create a Re-engagement Sequence (e.g., SMS → wait 1 day → call → wait 2 days → SMS) and copy the Sequence ID. 4. In Aloware Admin → Settings → Webhooks, create a new webhook with event call.missed pointing to this workflow's Webhook URL. 5. Activate the workflow and make a test missed call.

Requirements

Aloware account with API access, webhook capabilities, and an outbound line No external CRM required — this workflow is self-contained within Aloware + n8n