Search results for 1. how to install groundhogg
600 articles found
-
groundhogg/email_notification/run/after
This hook is used to add custom code after email notification sends to a customer. do_action( 'groundhogg/email_notification/run/after', $this, $contact, $event ); This hook provides three objects to
-
groundhogg/steps/{type}/reporting/after
This Groundhogg hook used to add a custom data in the reporting view of the step after the inbuilt reporting view. Here, type can be a benchmark or action. do_action(
-
groundhogg/steps/{type}/settings/before
This Groundhogg hook used to add a custom setting before specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action(
-
groundhogg/steps/{type}/settings/after
This Groundhogg hook used to add a custom setting after specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action( "groundhogg/steps/{type}/settings/after",
-
groundhogg/admin/emails/add/{tab}
This hook is used to add a new tab inside the add page of the email builder. This hook provides the functionality to manage the response. do_action( "groundhogg/admin/emails/add/{tab}" ); While using
-
groundhogg/admin/tags/edit/form
This hook is used to add custom code in the tag's edit page. do_action( 'groundhogg/admin/tags/edit/form', $id ); This hook provides tag ID as an argument to work with.
-
groundhogg/broadcast/{broadcast_type}/after
Execute a block of code after sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/after", $this, $contact, $event ); Here, broadcast_type will be replaced with the
-
groundhogg/admin/{slug}/display/{method}
This hook is useful for creating the custom method to execute on a specific tabbed page. This hook accepts the slug of the page and method name to execute. do_action(
-
groundhogg/form/submission_handler/after
This Groundhogg hook executes after the submission handler successfully handles the submission request. do_action( 'groundhogg/form/submission_handler/after', $submission, $contact, $this ); To use
-
Booking Calendar: How to add custom notes to appointment card
The Groundhogg booking calendar offers the ability to leave private notes on each appointment. You don’t need any other extension to use this. Go into the appointment that is booked (that will be
-
WP Simple Pay Integration (Stripe): Introduction
WP Simple Pay allows you to collect payment anywhere on your site using a form. And you have the option to have a benchmark that allows you to do what you want after the form and payment is done. You
-
How to Sync Users With Contacts
Note For security reasons Groundhogg only provides one way sync. This means that the best way to update a WordPress user (and ensure it's seen in the Groundhogg contact record) is to update it in the
-
How to Remain Compliant with GDPR
In an effort to protect the privacy of its citizens at home and worldwide, any business that collects the contact information of European citizens, regardless of geographical location MUST comply
-
Advanced Features: How to use Superlinks
Superlinks are a helpful tool for filling in automation gaps based on subscriber interaction with your content. Essentially, they allow you to add tags, remove tags or update meta fields to a contact
-
How To Update Your Payment Method
If you signed up for Groundhogg with a credit card, you might need to update your payment method if your card expired, or was canceled. You can do this by logging into your account and going to your
-
How To Confirm An Email Address
Email confirmation is required under GDPR and CASL. The email confirmation does 2 things, it verifies the identity of the contact and confirms they are consenting to receive marketing information to
-
How to Remain Compliant with CASL
CASL, a.k.a the Canadian anti-spam legislation, is a Canadian legislation aimed at reducing the amount of spam in Canadian inboxes. Non-compliant businesses may be subject to fines from the CRTC
-
Contact Birthdays: Introduction
Wishing a Happy Birthday to your clients opens up a new possibility for the business and Groundhogg has got you covered with the Contacts Birthday plugin. Groundhogg's contact plugin can be used to
-
Booking Calendar: How to manage appointments via the admin area
In order to manage your appointments with the Groundhogg Booking calendar, you will have to navigate to the appointments menu item. How to check and edit your upcoming appointments: You can check
-
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
-
Action: Webhook
Groundhogg provides webhooks that you can use to communicate with other software or instances where Groundhogg is located on another website. You want to add Webhook to the funnel by dragging it from
-
Funnel Reporting
Upon selecting the "Funnels" tab, a comprehensive list of all existing funnels will be displayed. From this interface, you may generate a detailed report for a specific funnel by clicking its name,
-
Admin Tool Bar Widget
When you log in to your website you will find the Groundhogg Icon at the top right of your screen. This will give you access to the Groundhogg Admin Tool Bar Widget. Clicking on the icon displays the
-
How to Change the From Email Address
While editing an email you can select who the email is coming from by selecting a different user in the From dropdown. If you do not see the email address you want to use in the dropdown, add a new
-
How to disable the built-in WP-Cron system
To experience the best Groundhogg and WP performance, you need to disable the built-in WP-Cron system. To disable WP-Cron, add the following to your wp-config.php file, just before the line that says
-
How to add multiple outgoing STMP services
If you are sending a high volume of email, you may want to differentiate the service you use for Transactional email and Marketing email. Definitions: Don't know the difference between transactional
-
Booking Calendar: How to disconnect Google Integration
To disconnect Groundhogg Booking Calendar from Google Go to your Google Account, click the profile, and [ Manage your Google Account ] Select "Security" from the menu on the left Scroll down to "Your
-
Booking Calendar: How to Sync Google Calendar
Please follow the step below to configure two-way sync with Google Calendar. Navigate to the calendar you want to sync, then go Integration, then click connect to another Google account. After you
-
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.
-
Branching: Yes/No
Yes/No logic, often referred to as conditional branching or binary decision-making, is a foundational concept in funnel design and automation systems like Groundhogg CRM. This type of logic allows
-
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/admin/contacts/add/form/tags
This hook is used to add custom code after the segmentation section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/tags' );
-
groundhogg/admin/{slug}/display/{current_action}
This is used to add custom actions inside groundhogg admin area. This hook accepts the slug of the page and current action for which users are writing handlers.
-
groundhogg/admin/contacts/add/form/name
This hook is used to add custom code after the name section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/name' );
-
groundhogg/admin/contacts/add/form/notes
This hook is used to add custom code in the Notes section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/notes' );
-
groundhogg/steps/benchmarks/form/extra_settings
This action hook is used to add custom settings at the end of the form. do_action( 'groundhogg/steps/benchmarks/form/extra_settings' );
-
groundhogg/scripts/after_register_frontend_styles
This hook is used to add custom front end stylesheet into Groundhogg. do_action('groundhogg/scripts/after_register_frontend_styles');
-
groundhogg/scripts/after_register_frontend_scripts
This hook is useful to add front end script in Groundhogg. do_action('groundhogg/scripts/after_register_frontend_scripts', $this->is_script_debug_enabled(), $dot_min );
-
groundhogg/admin/contacts/add/form/after
This hook is used to add extra code after the add contact from. do_action( 'groundhogg/admin/contacts/add/form/after' );
-
groundhogg/admin/emails/process_add/{tab}
This hook is used to handle the process custom tag process. This hook provides the functionality to manage the response. do_action( "groundhogg/admin/emails/process_add/{$tab}", $this ); This hook
-
BuddyBoss Integration: Introduction
BuddyBoss is a great membership and community platform used by thousands to manage their members and content. You can now combine the power of BuddyBoss and Groundhogg to segment your members and
-
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
-
Glossary of Terms
This page provides explanations of terms used throughout our documentation and plugin, listed in alphabetical order. Index A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S |
-
Booking Calendar: How to create a new booking calendar
Once you are ready to create a new Groundhogg booking calendar, you can do so under the menu. How to create a new Groundhogg booking calendar: Under the Groundhogg menu choose calendars. Then, click
-
Branching: Split (A/B) Test
Split (A/B) Testing is a powerful method in funnel design and automation, particularly in systems like Groundhogg CRM, where you can experiment with different strategies to optimize performance.
-
Getting Started
Groundhogg provides a REST API that allows users to retrieve data remotely using a JSON format. Using the RESTful API users can manage contacts, emails, SMS and tags remotely. By default, Groundhogg
-
Getting Started
Groundhogg provides a REST API that allows users to retrieve data remotely using a JSON format. Using the RESTful API users can manage contacts, emails, SMS and tags remotely. By default, Groundhogg
-
AWS Integration: How to answer questions when moving from SES Sandbox to production
AWS (Amazon Web Services) will ask you a few questions when you want to move from their sandbox to production. Amazon has said they do this to prevent fraud and abuse of their services. Before you
-
seven Integration: Introduction
Groundhogg focuses on both SMS and email marketing. The Groundhogg Seven add-on is a plugin that lets you send messages using seven.io services. This documentation will help you set up your
-
Create a Web Form
Web forms in Groundhogg are a powerful way to collect contact information and kickstart your marketing funnels. Whether you're capturing leads or growing your email list, this built-in form builder