FluentCRM Hooks: Action and Filter Hooks for FluentCRM

relevant information about fluentcrm hooks - FluentCRM Hooks: Action and Filter Hooks for FluentCRM

FluentCRM is a powerful customer relationship management (CRM) plugin for WordPress that allows you to manage your contacts, create email campaigns, and track customer interactions. One of the key features of FluentCRM is its extensive use of action and filter hooks, which allow developers to customize and extend the functionality of the plugin.

Table
  1. Available Action Hooks
    1. fluent_crm/contact_created
    2. fluent_crm/contact_updated
    3. fluentcrm_contact_added_to_tags
    4. fluentcrm_contact_added_to_lists
    5. fluentcrm_contact_removed_from_tags
    6. fluentcrm_contact_removed_from_lists
    7. fluentcrm_subscriber_status_to_subscribed
    8. fluentcrm_subscriber_status_to_unsubscribed
    9. fluentcrm_subscriber_status_to_pending
    10. fluentcrm_subscriber_status_to_bounced
    11. fluentcrm_subscriber_status_to_complained
    12. fluent_crm/subscriber_unsubscribed_from_web_ui
    13. fluentcrm_subscriber_contact_type_to_lead
    14. fluentcrm_subscriber_contact_type_to_customer
    15. fluent_crm/contact_email_changed
    16. fluencrm_benchmark_link_clicked
    17. fluent_crm/smart_link_clicked_by_contact
    18. fluent_crm/email_url_clicked
    19. fluent_crm/track_activity_by_subscriber
    20. fluent_crm/pref_form_self_contact_updated
    21. fluent_crm/list_created
    22. fluent_crm/list_updated
    23. fluent_crm/list_deleted
    24. fluent_crm/tag_created
    25. fluent_crm/tag_updated
    26. fluent_crm/tag_deleted
    27. fluent_crm/email_template_created
    28. fluent_crm/email_template_duplicated
    29. fluent_crm/email_template_updated
    30. fluent_crm/campaign_created
    31. fluent_crm/campaign_data_updated
    32. fluent_crm/campaign_deleted
    33. fluent_crm/campaign_duplicated
    34. fluent_crm/campaign_recipients_query_updated
    35. fluent_crm/campaign_scheduled
    36. fluent_crm/campaign_set_send_now
    37. fluent_crm/campaign_processing_start
    38. fluent_crm/automation_funnel_start
    39. fluent_crm/automation_funnel_completed
    40. fluent_crm/admin_app
    41. fluent_crm/email_header
    42. fluent_crm/confirmation_head
    43. fluent_crm/confirmation_footer
    44. fluent_crm/manage_subscription_head
    45. fluent_crm/manage_subscription_footer
    46. fluent_crm/unsubscribe_head
    47. fluent_crm/before_unsubscribe_form
    48. fluent_crm/before_unsubscribe_submit
    49. fluent_crm/after_unsubscribe_content
    50. fluent_crm/unsubscribe_footer
    51. fluent_crm/view_on_browser_head
    52. fluent_crm/view_on_browser_before_heading
    53. fluent_crm/view_on_browser_before_email_body
    54. fluent_crm/view_on_browser_after_email_body
    55. fluent_crm/view_on_browser_footer
    56. fluent_crm/contact_added_by_fluentform

Available Action Hooks

fluent_crm/contact_created

This action hook is triggered when a new contact is created in FluentCRM. Developers can use this hook to perform additional actions or integrations when a contact is added to the CRM.

fluent_crm/contact_updated

This action hook is triggered when an existing contact is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a contact is updated.

fluentcrm_contact_added_to_tags

This action hook is triggered when a contact is added to one or more tags in FluentCRM. Developers can use this hook to perform custom actions when a contact is added to specific tags.

fluentcrm_contact_added_to_lists

This action hook is triggered when a contact is added to one or more lists in FluentCRM. Developers can use this hook to perform custom actions when a contact is added to specific lists.

fluentcrm_contact_removed_from_tags

This action hook is triggered when a contact is removed from one or more tags in FluentCRM. Developers can use this hook to perform custom actions when a contact is removed from specific tags.

fluentcrm_contact_removed_from_lists

This action hook is triggered when a contact is removed from one or more lists in FluentCRM. Developers can use this hook to perform custom actions when a contact is removed from specific lists.

fluentcrm_subscriber_status_to_subscribed

This action hook is triggered when the status of a subscriber is changed to "subscribed" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's status changes.

fluentcrm_subscriber_status_to_unsubscribed

This action hook is triggered when the status of a subscriber is changed to "unsubscribed" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's status changes.

fluentcrm_subscriber_status_to_pending

This action hook is triggered when the status of a subscriber is changed to "pending" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's status changes.

fluentcrm_subscriber_status_to_bounced

This action hook is triggered when the status of a subscriber is changed to "bounced" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's status changes.

fluentcrm_subscriber_status_to_complained

This action hook is triggered when the status of a subscriber is changed to "complained" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's status changes.

fluent_crm/subscriber_unsubscribed_from_web_ui

This action hook is triggered when a subscriber unsubscribes from emails using the web UI in FluentCRM. Developers can use this hook to perform custom actions when a subscriber unsubscribes.

fluentcrm_subscriber_contact_type_to_lead

This action hook is triggered when the contact type of a subscriber is changed to "lead" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's contact type changes.

fluentcrm_subscriber_contact_type_to_customer

This action hook is triggered when the contact type of a subscriber is changed to "customer" in FluentCRM. Developers can use this hook to perform custom actions when a subscriber's contact type changes.

fluent_crm/contact_email_changed

This action hook is triggered when the email address of a contact is changed in FluentCRM. Developers can use this hook to perform custom actions when a contact's email address changes.

fluencrm_benchmark_link_clicked

This action hook is triggered when a benchmark link is clicked in FluentCRM. Developers can use this hook to track link clicks and perform custom actions based on the link clicked.

fluent_crm/smart_link_clicked_by_contact

This action hook is triggered when a smart link is clicked by a contact in FluentCRM. Developers can use this hook to track smart link clicks and perform custom actions based on the link clicked.

fluent_crm/email_url_clicked

This action hook is triggered when a URL in an email is clicked by a contact in FluentCRM. Developers can use this hook to track URL clicks and perform custom actions based on the URL clicked.

Related Topic:FluentSMTP - The Ultimate SMTP Plugin for WordPressFluentSMTP - The Ultimate SMTP Plugin for WordPress

fluent_crm/track_activity_by_subscriber

This action hook is triggered when a subscriber's activity is tracked in FluentCRM. Developers can use this hook to track and log custom activities performed by subscribers.

fluent_crm/pref_form_self_contact_updated

This action hook is triggered when a contact updates their preferences using the self-update form in FluentCRM. Developers can use this hook to perform custom actions when a contact updates their preferences.

fluent_crm/list_created

This action hook is triggered when a new list is created in FluentCRM. Developers can use this hook to perform additional actions or integrations when a list is created.

fluent_crm/list_updated

This action hook is triggered when an existing list is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a list is updated.

fluent_crm/list_deleted

This action hook is triggered when a list is deleted in FluentCRM. Developers can use this hook to perform additional actions or integrations when a list is deleted.

fluent_crm/tag_created

This action hook is triggered when a new tag is created in FluentCRM. Developers can use this hook to perform additional actions or integrations when a tag is created.

fluent_crm/tag_updated

This action hook is triggered when an existing tag is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a tag is updated.

fluent_crm/tag_deleted

This action hook is triggered when a tag is deleted in FluentCRM. Developers can use this hook to perform additional actions or integrations when a tag is deleted.

fluent_crm/email_template_created

This action hook is triggered when a new email template is created in FluentCRM. Developers can use this hook to perform additional actions or integrations when an email template is created.

fluent_crm/email_template_duplicated

This action hook is triggered when an email template is duplicated in FluentCRM. Developers can use this hook to perform additional actions or integrations when an email template is duplicated.

fluent_crm/email_template_updated

This action hook is triggered when an existing email template is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when an email template is updated.

fluent_crm/campaign_created

This action hook is triggered when a new campaign is created in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign is created.

fluent_crm/campaign_data_updated

This action hook is triggered when the data of a campaign is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign's data is updated.

fluent_crm/campaign_deleted

This action hook is triggered when a campaign is deleted in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign is deleted.

fluent_crm/campaign_duplicated

This action hook is triggered when a campaign is duplicated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign is duplicated.

fluent_crm/campaign_recipients_query_updated

This action hook is triggered when the recipients query of a campaign is updated in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign's recipients query is updated.

fluent_crm/campaign_scheduled

This action hook is triggered when a campaign is scheduled to be sent in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign is scheduled.

fluent_crm/campaign_set_send_now

This action hook is triggered when a campaign is set to be sent immediately in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign is set to be sent immediately.

fluent_crm/campaign_processing_start

This action hook is triggered when the processing of a campaign starts in FluentCRM. Developers can use this hook to perform additional actions or integrations when a campaign processing starts.

Related Topic:FluentCRM WordPress Customer Relationship Management: FeaturesFluentCRM WordPress Customer Relationship Management: Features

fluent_crm/automation_funnel_start

This action hook is triggered when an automation funnel starts in FluentCRM. Developers can use this hook to perform additional actions or integrations when an automation funnel starts.

fluent_crm/automation_funnel_completed

This action hook is triggered when an automation funnel is completed in FluentCRM. Developers can use this hook to perform additional actions or integrations when an automation funnel is completed.

fluent_crm/admin_app

This action hook is triggered when the FluentCRM admin app is loaded. Developers can use this hook to perform additional actions or integrations when the admin app is loaded.

fluent_crm/email_header

This action hook is triggered when the email header is rendered in FluentCRM. Developers can use this hook to modify the email header or add custom content to it.

fluent_crm/confirmation_head

This action hook is triggered when the confirmation email header is rendered in FluentCRM. Developers can use this hook to modify the confirmation email header or add custom content to it.

fluent_crm/confirmation_footer

This action hook is triggered when the confirmation email footer is rendered in FluentCRM. Developers can use this hook to modify the confirmation email footer or add custom content to it.

fluent_crm/manage_subscription_head

This action hook is triggered when the manage subscription page header is rendered in FluentCRM. Developers can use this hook to modify the manage subscription page header or add custom content to it.

fluent_crm/manage_subscription_footer

This action hook is triggered when the manage subscription page footer is rendered in FluentCRM. Developers can use this hook to modify the manage subscription page footer or add custom content to it.

fluent_crm/unsubscribe_head

This action hook is triggered when the unsubscribe page header is rendered in FluentCRM. Developers can use this hook to modify the unsubscribe page header or add custom content to it.

fluent_crm/before_unsubscribe_form

This action hook is triggered before the unsubscribe form is rendered in FluentCRM. Developers can use this hook to modify the unsubscribe form or add custom content to it.

fluent_crm/before_unsubscribe_submit

This action hook is triggered before the unsubscribe submit button is rendered in FluentCRM. Developers can use this hook to modify the unsubscribe submit button or add custom content to it.

fluent_crm/after_unsubscribe_content

This action hook is triggered after the unsubscribe content is rendered in FluentCRM. Developers can use this hook to add custom content after the unsubscribe form.

fluent_crm/unsubscribe_footer

This action hook is triggered when the unsubscribe page footer is rendered in FluentCRM. Developers can use this hook to modify the unsubscribe page footer or add custom content to it.

fluent_crm/view_on_browser_head

This action hook is triggered when the "view on browser" page header is rendered in FluentCRM. Developers can use this hook to modify the "view on browser" page header or add custom content to it.

fluent_crm/view_on_browser_before_heading

This action hook is triggered before the "view on browser" heading is rendered in FluentCRM. Developers can use this hook to modify the "view on browser" heading or add custom content to it.

fluent_crm/view_on_browser_before_email_body

This action hook is triggered before the email body is rendered in the "view on browser" page in FluentCRM. Developers can use this hook to modify the email body or add custom content to it.

fluent_crm/view_on_browser_after_email_body

This action hook is triggered after the email body is rendered in the "view on browser" page in FluentCRM. Developers can use this hook to add custom content after the email body.

fluent_crm/view_on_browser_footer

This action hook is triggered when the "view on browser" page footer is rendered in FluentCRM. Developers can use this hook to modify the "view on browser" page footer or add custom content to it.

fluent_crm/contact_added_by_fluentform

This action hook is triggered when a contact is added to FluentCRM through FluentForm integration. Developers can use this hook to perform additional actions or integrations when a contact is added through FluentForm.

Related Topic:Pabbly vs Zapier: Which Automation Tool is Better?Pabbly vs Zapier: Which Automation Tool is Better?

These are just some of the available action hooks in FluentCRM. By utilizing these hooks, developers can extend the functionality of FluentCRM and create custom integrations and workflows tailored to their specific needs.

If you want to discover other articles similar to FluentCRM Hooks: Action and Filter Hooks for FluentCRM, you can visit the Tools and Reviews category.

Related Posts:

We use cookies to ensure that we provide you with the best experience on our website. If you continue to use this site, we will assume that you agree to it. More info

SUBSCRIBE TO MY

NEWSLETTER

popup-backgrounnd-01

JOIN TO MY COMMUNITY

I send relevant emails with tools recommendations and tips for online business owners.

You're free to unsubscribe whenever you want.

WELCOME,

Now you're part of my community!

WE ARE READY TO START!

As part of my community you will receive relevant tips and tools recommendations for your online business.