@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.
Files changed (2) hide show
  1. package/README.md +9 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,15 +1,11 @@
1
1
  # Overview
2
2
 
3
- You can do so much with the Textlocal API! Textlocal is an easy-to-use platform
4
- for sending and receiving mobile and SMS messages, making it a great avenue for
5
- businesses to communicate with their customers. Here are a few examples of what
6
- you can build with the Textlocal API:
7
-
8
- - Automate SMS marketing campaigns to customers
9
- - Notify customers of special offers and discounts
10
- - Send reminders and appointment confirmations
11
- - Create location-based notifications
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.0.3",
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.2.0"
19
+ "@pipedream/platform": "^1.6.8"
20
20
  }
21
21
  }