Search results for what is the funnel builder
602 articles found
-
Pipelines Reporting
When you arrive at the Pipeline Reporting page you will be presented with two line graphs of "Closed Revenue" and " Closed Deals" for the last 30 days. This graph displays what is won and lost. You
-
Increase max_input_vars
The max_input_vars is the number of variables that your website can use to run a function. You may already know this, but if someone gets an error similar to "PHP Warning: Unknown: Input variables
-
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
-
AffiliateWP Integration: Filters
Groundhogg's AffiliateWP Integration provides filters to allow you to Affiliate Status Referral History Paid Earnings Unpaid Earnings Number of referrals *You can use these filters together in
-
Page Tracking
In version 2.5.4 (or later) of Groundhogg (publicly released on September 27, 2021) you can track what pages your customers are going to. If they haven’t logged in, but have approved use of cookies,
-
Contact Columns
When you visit Groundhogg > Contacts you will be presented with a list of Contacts. This list view can be customized to your liking. Selecting what columns to display Managing columns can become
-
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
-
Sales Pipeline: Pipeline
Add a pipeline Edit a pipeline Delete a pipeline Add a Pipeline You can create a pipeline by going to Groundhogg > Pipelines and then clicking New Pipeline at the top. Once clicked you will be given
-
Task Outcomes
Task Outcomes in Groundhogg let you create custom results for tasks, giving you flexibility to track how they’re completed. Whether you’re managing sales follow-ups, support tickets, or marketing
-
Third Party Integrations
Groundhogg works with many third-party integrations* that can expand the functionality. AutomatorWP Samples Flowmattic Provides triggers and actions Hyperise Connect Groundhogg to Hyperise Pabbly
-
Zapier Integration: Zap action
Zapier works in trigger -> action pairs. The action specifies what to do with the retrieved data. There is a large number of apps to choose from, but for the sake of this example, we are going to
-
Background Tasks
Groundhogg's Background Tasks are a powerful feature that ensures smooth operations by handling heavy processing tasks asynchronously. These tasks are executed in the background to maintain
-
Really Simple Payments: Creating PayPal test account
Note: Really Simple Payments has been discontinued to concentrate on developing smooth and improved integrations with top-tier payment solutions. We have decided to prioritize compatibility with
-
Tasks
You can create tasks for Contacts, Companies, and Deals. What are tasks? Tasks allow you to create a task using a WYSIWYG editor. For example, if you need to make a phone call In addition to the task
-
GiveWP Integration: Filters
Groundhogg's GiveWP Integrations provide filters to allow you to Recent Donations Number of donations Total Donation Value *You can use these filters together in combination Recent Donations Select a
-
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
-
Importing Contacts with Their Opt-in Status
By default, when you import a list for the first time their opt-in status will be "Unconfirmed." Depending on where you are in the world this can mean you may or may not be able to send emails to the
-
How to create a custom countdown timer theme
Steps to Create the Plugin: 1. Create the Plugin Folder: Go to your WordPress installation directory. Navigate to /wp-content/plugins/. Create a new folder for your plugin, for example:
-
Booking Calendar: Replacement Codes
The Booking Calendar comes with these replacement codes. Time to appointment {time_to_appointment} The time difference to the start of the appointment Contact Appointment Start Time
-
Email Editor
To use the Advanced Email Editor, visit Groundhogg > Emails From this screen, you can select from a list of existing emails, add new, broadcast, or search based on the email name. Sorting is
-
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
-
Preferences Page: Consent & Compliance
If you enable GDPR this card will be presented. Here the Contact can: Update Consent - Select if they agree to "storage and processing of my personal data" and "marketing offers and updates" Download
-
Make Replacement Code link look pretty
If you don’t want the full replacement code link to appear in your email you can include it as a link anywhere in your email. Here’s how to do this: When you have your email open (and are editing
-
Contact Notes
You can keep track of detailed contact information by using the Contact Notes feature. What are notes? Notes allow you to store detailed information about a contact using a WYSIWYG editor. For
-
Saved Searches
If you regularly search for contacts with specific search criteria, you can save yourself time by saving the search criteria and reusing it later. Saving a search Loading a search Delete a search
-
Installation: How to Install and License an Extension
Just purchased an extension or a premium plan? Follow these steps to install and license your purchases in Groundhogg. Purchase a Plan or Extension First you need to get a license key for one of our
-
Snippets
These snippets can be placed in your theme's functions.php file or a code snippets plugin. Modify Marketing Consent Modify Terms Agreement Modify GDPR Consent Modify Confirmation Text Modify Footer:
-
Contact Reporting
Upon selecting the "Contacts" tab a report specifically for Contacts is presented with charts and tables. You can refine your data by utilizing the date range selector to focus on a specific time
-
Companies: Filters
Groundhogg's Companies Integrations provide filters to allow you to Name Address Industry Phone Website Date Created Contacts Number of Contacts *You can use these filters together in combination
-
groundhogg/contact/note/added
This Groundhogg hook executes when any note is added to the contact. do_action( 'groundhogg/contact/note/added', $this->ID, $note, $this ); This hook comes with three arguments which is: contact_id:
-
Add an server cron-job: Cloudways
If you are using Cloudways, the best way to set up a cron job is through the Cloudways cron manager. Create an external cron job on Cloudways After logging in to Cloudways, go to Applications. Select
-
Understanding Time zones
Setting up your desired time zone. The Groundhogg booking calendar takes into consideration two distinct time zone settings. The first one is the time your WordPress site is set to. That setting can
-
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.
-
Really Simple Payments: Payments and refunds
Note: Really Simple Payments has been discontinued to concentrate on developing smooth and improved integrations with top-tier payment solutions. We have decided to prioritize compatibility with
-
Where Do I Submit A Support Ticket?
Need technical support from the Groundhogg team? Open a support ticket and we'll help you resolve your answer ASAP. Premium Support access requires an active support license or premium plan. Open a
-
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
-
Cloudflare Compatibility
If you are using Cloudflare, you must make several tweaks so that Groundhogg and other highly dynamic WordPress plugins work as expected. Set Max Browser Cache TTL The max TTL is, "the amount of time
-
groundhogg/form/submission_handler/before_create_contact
This hook is used to handle the data before contact is created by Groundhogg. do_action( 'groundhogg/form/submission_handler/before_create_contact', $args, $meta, $tags, $files, $this ); This hook
-
Filters
Groundhogg comes with these filters to allow you to filter by: Contact Contact Location User Activity Flow Broadcast Query *You can use these filters together in combination NOTE: Additional filters
-
REST API V3 / SMS / Get
URL GET /wp-json/gh/v3/sms Method This endpoint supports the GET method. Request You can pass the search string to get SMS with that string. PARAM TYPE REQUIRED DESCRIPTION search string no String to
-
REST API V3 / Tags / Get
URL GET /wp-json/gh/v3/tags Method This endpoint supports the GET method. Request You can pass the search string to get SMS with that string. PARAM TYPE REQUIRED DESCRIPTION search string no String
-
Does Groundhogg track UTM parameters?
UTM tracking occurs upon a lead's sign-up, after which it is stored as metadata accessible via the Contact's "More" tab. Filtering is managed through the "Custom Meta" filter. To filter, input the
-
How to Search for Contacts
Need to find a contact or group of contacts? Here is how you can search for them. Advanced Search You can perform an advanced search with multiple criteria by clicking on the filter contacts button
-
AWS Integration: Introduction
Groundhogg is an extraordinary sales and marking automation tool for the WordPress platform. Here at Groundhogg, we believe marketing and automation tools shouldn’t be expansive and for that, we have
-
Really Simple Payments: Adding webhook manually
Note: Really Simple Payments has been discontinued to concentrate on developing smooth and improved integrations with top-tier payment solutions. We have decided to prioritize compatibility with
-
REST API V3 / Emails / Get
URL GET /wp-json/gh/v3/emails Method This endpoint supports the GET method. Request You can pass the search string to get SMS with that string. PARAM TYPE REQUIRED DESCRIPTION search string no String
-
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
-
AWS Integration: Troubleshooting SES
If you are experiencing errors sending emails with AWS there could be a couple of reasons as to why. Your Account is in Sandbox Mode. Your AWS SES account may be in Sandbox mode. You can request for
-
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: Initial set up
Note: Really Simple Payments has been discontinued to concentrate on developing smooth and improved integrations with top-tier payment solutions. We have decided to prioritize compatibility with