Add Mailchimp subscriber when SendOwl subscription starts
This trigger fires when a buyer's subscription becomes active in your SendOwl store.
Developer info
- API endpoint slug
- sendowl.new_subscription_started
Trigger fields
Subscription Dropdown list
- Label
- Subscription
- Helper text
- Choose a subscription to watch, or select "All subscriptions" to fire on every new subscription.
- Slug
- subscription
- Required
- true
- Can have default value
- false
Ingredients
Subscriber name The name of the subscriber.
- Slug
- buyer_name
- Filter code
- Sendowl.newSubscriptionStarted.SubscriberName
- Type
- String
- Example
- Jane Doe
Subscriber email The email address of the subscriber.
- Slug
- buyer_email
- Filter code
- Sendowl.newSubscriptionStarted.SubscriberEmail
- Type
- String
- Example
- jane@example.com
Subscription The subscription product the subscriber signed up for.
- Slug
- products
- Filter code
- Sendowl.newSubscriptionStarted.Subscription
- Type
- String
- Example
- Monthly Membership
Amount The amount paid, as a numeric value in string form.
- Slug
- amount
- Filter code
- Sendowl.newSubscriptionStarted.Amount
- Type
- String
- Example
- 9.00
Currency The ISO 4217 currency code the subscription settled in.
- Slug
- currency
- Filter code
- Sendowl.newSubscriptionStarted.Currency
- Type
- String
- Example
- USD
Order number The SendOwl order number for the subscription.
- Slug
- order_number
- Filter code
- Sendowl.newSubscriptionStarted.OrderNumber
- Type
- String
- Example
- 12346
Created at When the subscription order was created.
- Slug
- created_at
- Filter code
- Sendowl.newSubscriptionStarted.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
