WhatsApp Disconnected Trigger
The WhatsApp Disconnected trigger is a custom Whatsapp provider workflow trigger that fires automatically whenever a WhatsApp number disconnects from your CRM. Use it to build automated alerts, create reconnection tasks, or notify your team instantly when a connection is lost.
Key Benefitsβ
Instant Alerts - Know immediately when a WhatsApp number goes offline
Prevent Missed Messages - Take action before leads go unanswered
Multi-Account Monitoring - Track disconnections across all your sub-accounts
Automated Recovery - Trigger notifications to reconnect quickly
Zero Manual Monitoring - No need to constantly check connection status
Who Should Use Itβ
Agencies - Monitor client WhatsApp numbers and alert account managers instantly
Teams with multiple numbers - Track which numbers need attention across locations
High-volume operations - Ensure 24/7 WhatsApp availability for lead response
Remote teams - Get notified when field devices lose connection
Requirementsβ
Before using this trigger, update your Whatsapp provider app to the latest version:
- Go to App Marketplace β Installed Apps
- Find Whatsapp provider
- Click Update if available
How to Set Upβ
Step 1: Create a New Workflowβ
- Go to Automation β Workflows
- Click Create Workflow or + Add
- Select Start from Scratch
Step 2: Add the Triggerβ
- Click Add New Trigger
- Switch to the Apps tab (not the default triggers)
- Find and click the Whatsapp provider app icon
- Select WhatsApp Disconnected from the dropdown
- Click Save trigger

Step 3: Add Your Actionsβ
Add any actions you want to execute when disconnection occurs:
- Send Email β Alert admin team
- Send SMS β Notify account owner
- Create Task β Assign reconnection task
- Send Slack Message β Alert your team channel
- Internal Notification β Notify CRM users
Step 4: Save and Publishβ
- Review your workflow
- Click Save
- Toggle workflow from Draft to Published
Available Trigger Variablesβ
When the trigger fires, these variables become available for use in your workflow actions. Insert them by clicking the tag icon in any field or typing with double curly braces.
| Variable | Description | Example Value |
|---|---|---|
{{whatsapp_disconnected_prod.payload.instance.phoneNumber}} | The disconnected phone number | +1234567890 |
{{whatsapp_disconnected_prod.payload.instance.instanceIndex}} | Instance identifier index | 1 |
{{whatsapp_disconnected_prod.payload.channelType}} | The channel type | whatsapp |
{{whatsapp_disconnected_prod.locationId}} | The CRM location ID | abc123xyz |
Example Use Casesβ
Use Case 1: Email Alert to Adminβ
Send an immediate email when any WhatsApp number disconnects.
Trigger: WhatsApp Disconnected
Action: Send Email
- To: admin@yourcompany.com
- Subject: β οΈ WhatsApp Disconnected - Action Required
- Body:
Alert: WhatsApp Number Disconnected
Phone Number: {{whatsapp_disconnected_prod.payload.instance.phoneNumber}}
Location ID: {{whatsapp_disconnected_prod.locationId}}
This number is now offline. Please reconnect immediately.
Use Case 2: Create Reconnection Taskβ
Automatically create a high-priority task for your operations team.
Trigger: WhatsApp Disconnected
Action: Create Task
- Title: π΄ Reconnect WhatsApp:
{{whatsapp_disconnected_prod.payload.instance.phoneNumber}} - Description: This WhatsApp number has disconnected. Please reconnect immediately.
- Assign to: Operations Manager
- Priority: High
Important Notesβ
Technical Detailsβ
- The trigger fires once per disconnection event
- Works for both manual disconnections and unexpected disconnections
- Executes immediately when disconnection is detected
- Works across all WhatsApp instances in the location
Best Practicesβ
- Set up multiple notification channels for critical numbers
- Include the phone number variable in all notifications for quick identification
- Create high-priority tasks with immediate due dates
- Test your workflow by manually disconnecting a test number
FAQsβ
Will the trigger fire if I manually disconnect WhatsApp?β
Yes. The trigger fires for all disconnection eventsβwhether manual, network-related, or unexpected.
Can I use this trigger with multiple actions?β
Yes. You can add as many actions as needed to a single workflow. They will execute in sequence when the trigger fires.
Why can't I send a WhatsApp message when this trigger fires?β
When the trigger fires, your WhatsApp number is already offline and cannot send messages. Use alternative notification methods like email, SMS, or Slack.
How quickly does the trigger fire after disconnection?β
The trigger fires immediately when the disconnection is detectedβtypically within seconds of the actual event.