-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] chargify #13204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
Hi everyone, all test cases are passed! Ready for release! Test report |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
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'.
The text was updated successfully, but these errors were encountered: