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.
-
Available Action Hooks
- fluent_crm/contact_created
- fluent_crm/contact_updated
- fluentcrm_contact_added_to_tags
- fluentcrm_contact_added_to_lists
- fluentcrm_contact_removed_from_tags
- fluentcrm_contact_removed_from_lists
- fluentcrm_subscriber_status_to_subscribed
- fluentcrm_subscriber_status_to_unsubscribed
- fluentcrm_subscriber_status_to_pending
- fluentcrm_subscriber_status_to_bounced
- fluentcrm_subscriber_status_to_complained
- fluent_crm/subscriber_unsubscribed_from_web_ui
- fluentcrm_subscriber_contact_type_to_lead
- fluentcrm_subscriber_contact_type_to_customer
- fluent_crm/contact_email_changed
- fluencrm_benchmark_link_clicked
- fluent_crm/smart_link_clicked_by_contact
- fluent_crm/email_url_clicked
- fluent_crm/track_activity_by_subscriber
- fluent_crm/pref_form_self_contact_updated
- fluent_crm/list_created
- fluent_crm/list_updated
- fluent_crm/list_deleted
- fluent_crm/tag_created
- fluent_crm/tag_updated
- fluent_crm/tag_deleted
- fluent_crm/email_template_created
- fluent_crm/email_template_duplicated
- fluent_crm/email_template_updated
- fluent_crm/campaign_created
- fluent_crm/campaign_data_updated
- fluent_crm/campaign_deleted
- fluent_crm/campaign_duplicated
- fluent_crm/campaign_recipients_query_updated
- fluent_crm/campaign_scheduled
- fluent_crm/campaign_set_send_now
- fluent_crm/campaign_processing_start
- fluent_crm/automation_funnel_start
- fluent_crm/automation_funnel_completed
- fluent_crm/admin_app
- fluent_crm/email_header
- fluent_crm/confirmation_head
- fluent_crm/confirmation_footer
- fluent_crm/manage_subscription_head
- fluent_crm/manage_subscription_footer
- fluent_crm/unsubscribe_head
- fluent_crm/before_unsubscribe_form
- fluent_crm/before_unsubscribe_submit
- fluent_crm/after_unsubscribe_content
- fluent_crm/unsubscribe_footer
- fluent_crm/view_on_browser_head
- fluent_crm/view_on_browser_before_heading
- fluent_crm/view_on_browser_before_email_body
- fluent_crm/view_on_browser_after_email_body
- fluent_crm/view_on_browser_footer
- 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.
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.
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 WordPressfluent_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: Featuresfluent_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.
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.
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.
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.
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?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: