@pipedream/vero 0.1.1 → 0.1.2

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 +11 -0
  2. package/package.json +5 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Overview
2
+
3
+ Vero's API allows you to automate email marketing tasks such as managing campaigns, users, and events. Integrating Vero with Pipedream enables you to create workflows that respond to various triggers, like webhooks or schedules, and carry out actions such as sending emails, segmenting users, or tracking events. This integration can be a powerful tool to personalize your marketing efforts and respond in real-time to your customers' interactions.
4
+
5
+ # Example Use Cases
6
+
7
+ - **Customer Onboarding Campaign**: Trigger a Vero workflow in Pipedream when a new user signs up via your app. The workflow can send personalized welcome emails, track user activity, and tag users for segmentation, ensuring a tailored onboarding experience.
8
+
9
+ - **Behavior-Based Email Trigger**: Create a Pipedream workflow that listens for specific user actions, like cart abandonment or product views, using webhooks. Use Vero's API to send targeted follow-up emails encouraging users to complete their purchase or explore related products.
10
+
11
+ - **Real-Time User Segmentation**: Use Pipedream to process user interactions from your website or app, updating their profiles in Vero in real-time. This can include tagging users based on their activity or updating user attributes, allowing for dynamic segmentation and more effective marketing campaigns.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@pipedream/vero",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pipedream Vero Components",
5
- "main": "dist/app/vero.app.mjs",
5
+ "main": "vero.app.mjs",
6
6
  "keywords": [
7
7
  "pipedream",
8
8
  "vero"
@@ -11,5 +11,8 @@
11
11
  "author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12
12
  "publishConfig": {
13
13
  "access": "public"
14
+ },
15
+ "dependencies": {
16
+ "@pipedream/platform": "^3.0.3"
14
17
  }
15
18
  }