SMS & Text Messaging Templates
2 workflow templates for sms & text messaging automation
Phone Number Clean up - N8n Template
This workflow cleans up phone numbers by removing non-numeric characters and replacing the leading '0' with '44', presumably for international formatting. It starts with a manual trigger, sets a sample phone number with extra characters, and then processes it using a function to achieve the cleanup.
Send Daily Weather Updates to a Phone Number via Plivo
This workflow allows you to send daily weather updates via an SMS message using the Plivo node.  **Cron node:** The Cron node will trigger the workflow daily at 9 AM. **OpenWeatherMap node:** This node will return data about the current weather in Berlin. To get the weather updates for your city, you can enter the name of your city instead. **Plivo node:** This node will send an SMS with the weather update, which was sent by the previous node.