Search results for how to add a tag on an action

524 articles found

  • WooCommerce: Examples

    Example Funnel Let’s take for example a customer that adds anything to their shopping cart, then empty’s it. Here’s an example on how your funnel may go. This way, the customer is reminded (by an

  • Introduction to Groundhogg Custom Extension

    Funnel elements are what makes magic happen in Groundhogg. We have designed a methodology for implementing custom actions & benchmarks which you can find below. To see example implementations of some

  • Adding custom contact table columns

    This code is used to add the custom column inside Groundhogg's contact table. <?php add_action( 'groundhogg_contact_columns', 'add_my_custom_column' ); function add_my_custom_column( $cols ){ $cols[

  • Manage Logs

    In the Manage section, you will find 4 tools. Purge historical event logs Cancel Waiting/Paused Events Fix unprocessed events Purge historical activity logs These tools can help with issues such as

  • Why are Emails Going to Spam?

    Email is a tricky business. Email service providers like Gmail and Yahoo are constantly tweaking their algorithms to ensure users only see relevant emails in their inbox. Here are some things you can

  • Why are my contacts "unconfirmed?"

    The Groundhogg email confirmation system exists to protect senders and recipients alike. Legislation surrounding privacy and data usage is becoming increasingly common, and more complex to navigate

  • How the List-Unsubscribe header works

    You may be here because you heard that GMail is now enforcing best practices for bulk senders, including adding the List-Unsubscribe header to your emails. Since Groundhogg always follows best

  • User Roles & Capabilities

    Groundhogg separates most of its functionality into user roles and various capabilities. Below we describe what roles are included. Administrator The administrator will always have full privileges

  • Companies: Introduction

    The Companies addon provides an organizational framework for associating multiple contacts to one or more company records within the CRM. From a company record, you can see all associated contact

  • Can I send emails from my hosting account?

    Groundhogg can use your hosting e-mail service for sending emails. However, when setting up you need to see what limits your hosting company has, and if the emails go into spam or not. You should see

  • eLearnCommerce Integration: Introduction

    eLearnCommerce is a top-tier LMS (Learning Management System) that allows you to turn your WordPress website into a learning portal for your customers. With Groundhogg's eLearnCommerce integration,

  • Advanced Features: Introduction to field changed

    Groundhogg provides the functionality to add custom fields for a contact. Users can add custom fields using the custom info section of contact. In some cases, custom information for the contact is

  • Advanced Features: Introduction to field timer

    What does the field timer do? The field timer allows you to set a limit between actions (steps). It allows you to use a specific date that has been set in a custom field. Wait at least: This option

  • Really Simple Payments: Initial set up

    Really Simple Payments is another plugin created by the Groundhogg team which makes collecting payments easier and faster for users. It is also included in the plus plan or above. Using Groundhogg's

  • Do you support WPML/WooCommerce Stores and RTL?

    We do not have dedicated RTL support 😔 our market is primarily LTR at the moment. We may invest in RTL in the future. I think you might run into the same issue as you did with Fluent CRM where it's

  • Sales Pipeline: Managing Products

    It is possible to arbitrarily add products to a deal, however, if you want to introduce consistency in both name and price of products, you can add a central product list to each pipeline which will

  • Elastic Email Integration: Connect email API

    Elastic Email says they can send emails faster and more reliably, you can make use of their REST API within Groundhogg to know yourself. One of the cool things about our integration is that with it,

  • How do I renew my license?

    If your license expired or your payment method is no longer valid, you may need to manually renew your license key to ensure service continues without issue. You may instead be looking to change your

  • How do I reset my password?

    To reset your password for your Groundhogg account, you can follow these steps: Go to the Groundhogg login page. Click on the "Lost your password?" link located below the login form. Enter your

  • How do I upgrade my license?

    Time to upgrade and get more features? It's super easy and will only take you a few minutes. Go to your licenses in the account dashboard. Click View upgrades for the license you wish to upgrade.

  • Really Simple Payments: Adding webhook manually

    When a user installs Really Simple Payments and tries to connect with Stripe, Groundhogg tries to create a webhook for Stripe and subscribes to it when user access keys are added inside Really Simple

  • Using Web Forms As Internal Forms

    All web forms can be used as internal forms as well from within the admin area. When filling out an internal form as an admin, the information used will create or update an existing contact and add

  • Twilio Integration: Getting started with WhatsApp

    We are pleased to now offer an integration with the WhatsApp Business API via Twilio! This new integration allows limited 2-way communication with your customers via the popular chat app. Getting

  • Booking Calendar: Connect your Zoom account

    If you want to create Zoom meetings when someone schedules a new appointment from the Groundhogg Booking Calendar you're just a few simple steps away. Connect Groundhogg to your Zoom Account Open the

  • groundhogg/safe_mode_enabled

    This action hooks run when the safe mode is enabled from the tools section of groundhogg. Groundhogg's safe mode disable all the other plugin on your site except Groundhogg once. do_action(

  • Custom fields disappeared after updating to 2.6

    If your custom fields disappeared after updating to 2.6 this is how you can fix it quickly. Go to Groundhogg > Tools > Install & Updates Select Groundhogg from the dropdown and click view updates

  • What to do when extension aren't updating?

    When you get the "download failed: unauthorized" message when trying to update it means 1 of 2 things The license is invalid, you need to renew or upgrade In this case, you need to log into your

  • Advanced Features: Introduction to the Advance Timer

    The advanced timer is available in the basic plan or above. What does the advance timer do? The advanced timer allows you to set a time limit between actions. It allows you to use common language as

  • Advanced Features: Resend broadcast email to unopened

    This feature included in the Advanced Features extension allows you to resend a broadcast email to anyone who did not open it. Simply go to Groundhogg > Broadcasts > Sent and click Resend to Unopened.

  • groundhogg/admin/{slug}

    This hook is used to add custom code on the top of the admin pages when pages are using tab page architecture. do_action( "groundhogg/admin/{$this->get_slug()}", $this ); This hook comes with an

  • Why are My Contacts Unmarketable?

    What does Marketable/Unmarketable Mean? In Groundhogg, a contact can either be Marketable or Unmarketable. An Unmarktable contact will NOT receive any marketing from Groundhogg, while a Marketable

  • Introduction à Groundhogg(French)

    Si tu connais déjà les CRM et l'automatisation marketing, alors beaucoup de ces termes te seront sûrement familiers. Sinon, cet article te mettra au courant de ce que tu dois savoir sur les

  • Editing Contact List to show what you want

    Overwhelmed with how much is in the contacts list? Want it to show less or more information? You can do that. What you want to do first is go to your contacts list and look for the screen options (in

  • groundhogg/email_notification/run/before

    This hook is used to add custom code before an email notification sends to a customer. do_action( 'groundhogg/email_notification/run/before', $this, $contact, $event ); This hook provides three

  • Google Calendar Sync Explained

    Groundhogg Booking Calendar is one of the advanced enhancements to your Groundhogg account. Using the calendar, admins can enable appointment bookings for their site. Booking Calendar is packed with

  • Really Simple Payments: Setting up Payments

    Really Simple Payments is packed with custom benchmarks that you can access from the funnel builder. These benchmarks are used to create a payment form that will allow the admin to collect payments

  • Breakdance Forms Integration

    Breakdance is a premium WordPress theme, and visual builder with 130+ built-in elements and deep WooCommerce integration. The Breakdance “Form Builder” block allows the building and placement of

  • groundhogg/event_queue/process/before

    This action hook is used to run custom code before the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/before', $event_ids ); Using this hook developer

  • Contact Activity

    You can keep track of the contact's activities. What are activities? The "Activity" tab provides a log of events that occur for this contact. Events like: Logged In / Logged Out Page Visits Funnels

  • GDPR Cookies

    Warning! You should consult your lawyer or other legal professional before making decisions with legal implications. We will not be held responsible for any violations levied against you as a result

  • What to do if the gh-cron is not verifying?

    If you are unable to verify the Groundhogg cron job gh-cron.php then you will have to rely on the WordPress cron wp-cron.php. This is not a big deal but will result in a slight performance hit on

  • SendGrid Integration: Connect to SendGrid with the email API

    Basic SMTP can be slow, so SendGrid has a REST API that can deliver emails much faster! Here is how you use our SendGrid integration (also included in plus plan or above) to deliver emails via the

  • groundhogg/event/run/before

    This action hook is used to run custom code after the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook developer can

  • I can't download any of my exported contact files!

    Are you having trouble downloading your contacts? User Role Permissions/Restrictions The user who is trying to download the contact files must have permission to do so. By default, the administrator

  • ZeroBounce: Introduction

    Delivering emails inside the client's primary inbox is a hard task as it relies upon various elements, including maintaining a good server reputation and you can use ZeroBounce to help you.

  • Sorry, you are not allowed to upload this file type.

    If you are attempting to import a CSV file and receive an error: The error may arise from specific HTML tags in your .CSV file, which WordPress restricts for security purposes during the import

  • Error: You do not have permission to view this file

    If you are encountering the "You do not have permission to view this file" error in WordPress, there are a few steps you can take to resolve the issue: Check file permissions: Make sure that the file

  • PHP Fatal error: Allowed memory size exhausted.

    PHP Fatal error: Allowed memory size of xxxxxxxxx bytes exhausted. This message indicates a PHP Fatal Error due to the exhaustion of the allowed memory. Exhaustion of PHP memory limit is a common

  • Email Log

    By default, Email logging is not enabled. How to enable logging. You will be presented with a notification. You can click the [ Settings ] button or the "email settings" link to be taken to the

  • List of Replacement Codes

    When Groundhogg is installed the following replacement codes are available. Contact Info CRM Address WP User Contact Owner Site Post Compliance Email Other As you add extensions additional