-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
chargify
URLs
Polling Sources
new-customer
Prompt
Emit new event when a customer is added. No props are required.
new-subscription
Prompt
Emit new event when a new subscription is created. Props required include the subscription details.
new-subscription-state
Prompt
Emit new event when the state of a subscription changes. The subscription ID is a required prop.
Actions
create-customer
Prompt
Creates a new customer in Chargify. This requires the 'name' prop. Optional props would include 'email', 'organization'.
create-subscription
Prompt
Establishes a new subscription for a given customer in Chargify. Essential props: 'customer_id', 'product_id'. Optional ones could include 'coupon_code', 'next_billing_at'.
update-subscription
Prompt
Modifies an existing subscription in Chargify using its unique 'subscription_id'. Possible props to modify may include 'product_id', 'next_billing_at' or 'coupon_code'.
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done