[REQUEST] SMS Twilio Webook
Is your feature request related to a problem? Please describe. Many users rely on automated workflows to streamline their processes, but initiating these workflows often requires access to a web interface, application, or API. This can be inconvenient, especially when users are away from their computers or need a quick, hands-free way to trigger automation.
This feature would allow users to start workflows directly from their phones via SMS, making workflow automation more accessible and flexible.
Describe the solution you'd like We propose integrating an SMS-based trigger into the workflow system. The implementation would involve:
A dedicated phone number that users can send SMS messages to.
A webhook that listens for incoming SMS messages.
The webhook acts as an event listener at the beginning of a workflow, parsing the received message and initiating the corresponding automation.
The system can be configured to handle different commands or keywords within the SMS, enabling various workflow triggers based on predefined logic.
Key Benefits: Accessibility: Enables users to trigger workflows without needing an internet connection or app access.
Convenience: Users can start processes with a simple text message, reducing friction in automation.
Flexibility: Can be extended to support multiple workflows, parameters, and authentication mechanisms.
Describe alternatives you've considered Mobile App Integration: While a dedicated mobile app could provide a more interactive interface, it would require additional development and maintenance, whereas SMS is universally accessible.
Email-Based Triggers: Another alternative is triggering workflows via email, but this introduces potential delays and requires internet connectivity.
Voice-Based Commands: Using voice assistants (e.g., Alexa, Google Assistant) to trigger workflows is another possibility, but it requires additional integrations and might not be as universally accessible as SMS.
Additional Context This feature could be particularly useful in scenarios such as:
Field operations where employees need to trigger workflows without access to the internet.
IoT or home automation, allowing users to control devices remotely via SMS.
Emergency or time-sensitive workflows that need a quick, reliable trigger method.
Would love to hear feedback from the community on possible use cases, implementation approaches, and security considerations! 🚀
Hi! I would love to work on this issue. Since Twilio’s webhook setup is well-documented, I can create a new tool that triggers workflows based on incoming SMS messages. Let me know if I can proceed would love to submit a PR within a few days. 🚀