Skip to content

[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

Closed
pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · Fixed by #14284
Closed

[Components] chargify #13204

pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · Fixed by #14284
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Aug 8, 2024

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'.

@vunguyenhung vunguyenhung added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Sep 23, 2024
@michelle0927 michelle0927 self-assigned this Oct 11, 2024
@michelle0927 michelle0927 moved this from Doing to Ready for PR Review in Component (Source and Action) Backlog Oct 11, 2024
@michelle0927 michelle0927 moved this from Ready for PR Review to Doing in Component (Source and Action) Backlog Oct 11, 2024
@michelle0927 michelle0927 moved this from Doing to Ready for PR Review in Component (Source and Action) Backlog Oct 11, 2024
@jcortes jcortes moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog Oct 11, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Oct 14, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for Release in Component (Source and Action) Backlog Oct 15, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-chargify-11cbf548bb5e81d097e0c31fd4c56aa6

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

Successfully merging a pull request may close this issue.

3 participants