Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] clickfunnels #12570

Closed
pipedream-component-development opened this issue Jun 25, 2024 · 1 comment · Fixed by #12577
Closed

[Components] clickfunnels #12570

pipedream-component-development opened this issue Jun 25, 2024 · 1 comment · Fixed by #12577
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 Jun 25, 2024

clickfunnels

URLs

Webhook Sources

new-contact-identified-instant

Prompt

Emit new event when a fresh or formerly anonymous contact is identified via email address or contact number. The event type must to be 'contact.identified'. No props are required.

URLs

new-one-time-order-paid-instant

Prompt

Emit new event when a one-time order gets paid by a customer. The event type must to be 'one-time-order.invoice.paid'. No props are required.

URLs

new-subscription-invoice-paid-instant

Prompt

Emit new event when a subscription fee is paid by a customer. The event type must to be 'subscription/invoice.paid'. No props are required.

URLs

Actions

apply-tag-contact

Prompt

Applies a tag to a contact. Required props: contact-id, tag-id. If the contact doesn't currently have the specified tag, this action will add it.

URLs

remove-tag-contact

Prompt

Removes a specified tag from a contact. Required props: contact-id, tag-id. This action will take no effect if the specified tag doesn't exist on the contact.

URLs

update-create-contact

Prompt

Searches for a contact by email and updates it, or creates a new one if not found. Required props: email. Optional props: contact-details. When updating, only non-empty fields will be changed. A new contact is always created if not found.

URLs

@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jun 25, 2024
@luancazarine luancazarine self-assigned this Jun 25, 2024
luancazarine added a commit that referenced this issue Jun 26, 2024
Sources
 - New Contact Identified (Instant)
 - New One Time Order Paid (Instant)
 - New Subscription Invoice Paid (Instant)

Actions
 - Apply Tag Contact
 - Remove Tag Contact
 - Update Create Contact
@vunguyenhung
Copy link
Collaborator

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

Test report
https://vunguyenhung.notion.site/Components-clickfunnels-212a0c05fea34360a126f83e841b7757

luancazarine added a commit that referenced this issue Jun 27, 2024
* clickfunnels init

* [Components] clickfunnels #12570
Sources
 - New Contact Identified (Instant)
 - New One Time Order Paid (Instant)
 - New Subscription Invoice Paid (Instant)

Actions
 - Apply Tag Contact
 - Remove Tag Contact
 - Update Create Contact

* pnpm update

* Fix event

* Update components/clickfunnels/sources/new-subscription-invoice-paid-instant/new-subscription-invoice-paid-instant.mjs

Co-authored-by: michelle0927 <[email protected]>

---------

Co-authored-by: Leo Vu <[email protected]>
Co-authored-by: michelle0927 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants