@pipedream/textlocal 0.0.3 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
# Overview
|
|
2
2
|
|
|
3
|
-
You can
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
- Receive two-way communication from customers
|
|
13
|
-
- Integrate text alerts into other applications, like business workflows and
|
|
14
|
-
CRMs
|
|
15
|
-
- Send mass notifications during emergencies
|
|
3
|
+
The Textlocal API on Pipedream allows for robust SMS messaging capabilities within workflows. You can send notifications, alerts, and updates directly to mobile users, automate marketing campaigns, or integrate SMS into multi-channel communication strategies. By leveraging Pipedream's serverless platform, you can create complex workflows involving Textlocal for various application domains without managing infrastructure, boosting productivity and engagement through the power of automated text messaging.
|
|
4
|
+
|
|
5
|
+
# Example Use Cases
|
|
6
|
+
|
|
7
|
+
- **SMS Notifications for E-commerce Orders**: Whenever a new order is placed on an e-commerce platform like Shopify, trigger a workflow in Pipedream that sends an order confirmation SMS to the customer using Textlocal. The message can include details like order number, expected delivery date, and a thank you note.
|
|
8
|
+
|
|
9
|
+
- **Appointment Reminders for Healthcare**: In a healthcare app, use the Google Calendar API to monitor upcoming appointments. Set up a Pipedream workflow that sends SMS reminders to patients 24 hours before their appointment using Textlocal, reducing no-show rates and improving patient compliance.
|
|
10
|
+
|
|
11
|
+
- **Real-time Alerts from IoT Devices**: Connect IoT devices, such as temperature sensors or security cameras, to Pipedream. Set a workflow that triggers an SMS alert via Textlocal when certain thresholds are met or anomalies are detected, providing immediate notification for quick action.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/textlocal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pipedream Textlocal Components",
|
|
5
5
|
"main": "textlocal.app.mjs",
|
|
6
6
|
"keywords": [
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@pipedream/platform": "^1.
|
|
19
|
+
"@pipedream/platform": "^1.6.8"
|
|
20
20
|
}
|
|
21
21
|
}
|