This workflow automates outbound WhatsApp messaging by integrating Baserow with n8n and WasenderAPI. It listens for new ‘Sent’ status updates in a Baserow table via a webhook, then triggers the WasenderAPI to send messages to specified contacts. After successful delivery, it logs the message status back into Baserow. This setup enables teams to streamline outbound communication, ensuring messages are sent reliably and logged automatically, perfect for customer engagement or notifications.
**Workflow Steps:**
1. **Webhook Trigger**: Listens for real-time updates from Baserow when a message’s status changes to ‘Sent’.
2. **Filter**: Checks if the message status is ‘Sent’.
3. **Send Message**: Calls WasenderAPI to dispatch the WhatsApp message using contact info and message content from Baserow.
4. **Update Log**: Upon successful message delivery, logs the sent status and message ID back into Baserow for record-keeping.
**Use Case**: Ideal for organizations that manage customer notifications, order updates, or marketing campaigns via WhatsApp, automating the entire process from trigger to logging, reducing manual effort and increasing reliability.
Reviews
There are no reviews yet.