You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
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
The text was updated successfully, but these errors were encountered: