Add an integration with FluentCRM. Triggers:
- Contact created
- Contact updated
- Tags applied
- Tags removed
- Lists assigned
- Lists removed
- Email sent
- New event
- Automation started
do_action('fluent_crm/automation_funnel_start', $funnel, $subscriber);
- Automation completed
do_action('fluent_crm/automation_funnel_completed', $funnelSubscriber->funnel, $funnelSubscriber->subscriber);
- Automation link clicked
- Email URL clicked
Actions reference https://developers.fluentcrm.com/hooks/actions/
Add an integration with FluentCRM. Triggers:
do_action('fluent_crm/automation_funnel_start', $funnel, $subscriber);do_action('fluent_crm/automation_funnel_completed', $funnelSubscriber->funnel, $funnelSubscriber->subscriber);Actions reference https://developers.fluentcrm.com/hooks/actions/