Search results for what are actions
431 articles found
-
How funnels work
The basics Most automation builders use the "if this, then that" language to inspire their workflows. From using dozens of different flowchart-style automation builders, we've found them to be
-
Sales Pipeline: Deals
Add a deal Move a deal Edit a deal Add notes to a deal Mark deal as won or lost Manage custom properties for a deal Search for deals Send email to contacts associated with a deal Add a deal using a
-
Connect Bricks Builder Forms to Groundhogg
Bricks is a premium WordPress theme that lets you visually build performant WordPress sites and uses what are called elements. Elements are very similar to blocks. The Bricks’ “Form” element allows
-
Tutorials: Creating Lead Distribution Funnels
Does your organization have more than one department or multiple salespeople? Would you like to be able to have more control over who your notification emails are going to? Try following this Lead
-
Presto Player Integration: Introduction
Note: this integration requires the Pro plan (or above) of Groundhogg, and the paid version of Presto Player. Presto Player is the ultimate WordPress video player plugin. It lets you use video or
-
Tutorials: How to connect to Zendesk
Connecting Zendesk to Groundhogg's Webhook Listener involves setting up a webhook in Zendesk to send data (e.g., ticket events) to Groundhogg, where the Webhook Listener can trigger automations based
-
Connect Formsite to Groundhogg
This guide will walk you through the process of integrating Formsite with Groundhogg by setting up a webhook in Formsite to send form submission data to Groundhogg's Webhook Listener. This allows you
-
Introduction to Groundhogg
If you are already familiar with CRM's and marketing automation then many of these terms may already be familiar. If not, then this article will get you up to speed on what you need to know about
-
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
-
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
-
How to add contacts to a funnel
If you want to add contacts to a funnel in bulk, there are two ways Through the Contacts Bulk Actions Add contacts to this funnel wizard Contacts - Bulk Actions First, search for your contacts in the
-
Custom Step Titles
Do you feel the necessity to alter the titles* of the steps? *The Step titles that Groundhogg generates are pretty impressive Groundhogg generated User generated You can enable the ability to
-
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
-
How to remove inactive subscribers
Regularly removing inactive subscribers from your general email list is a recommended practice to enforce COI (confirmed opt-in) and adopt a consent-based approach to email marketing. Even if the
-
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
-
Text Messaging (SMS): Introduction
Groundhogg's amazing stacks provide access to SMS marketing along with email marketing. You can enable SMS marketing in Groundhogg by installing the SMS plugin on your website. You can download the
-
Easy Digital Downloads Integration: Tags
Tag Management Groundhogg's Easy Digital Downloads Integration can: Add tags Remove tags Reverse tags on refund These actions are implemented individually for each download. They take effect upon the
-
How To Send Transactional Email
Are you sending a transactional email? You can bypass the contact's marketing preferences for transactional emails by changing the email type to Transactional. Warning! You should not use
-
groundhogg/steps/init
This Groundhogg WordPress hook is used to add custom actions when the steps are loaded. You can use this action to add custom steps. do_action( 'groundhogg/steps/init', $this ); This action provides
-
Social Proof: Introduction
Social Proof is one of the easiest ways to increase conversion rates on your lead capture pages. Groundhogg provides a Social Proof extension that displays actions done by the previous users.
-
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
-
Event Log
In the Events log, you have the flexibility to sort your events. You can sort them as Waiting, Paused, In Progress, Complete, Skipped, Cancelled or Failed. When reviewing the log, in the list view
-
AffiliateWP Integration: Benchmarks
AffiliateWP has two benchmarks. These benchmarks are used to trigger actions. Affiliate Status Changed: This benchmark executes when the affiliate status changes to... ( Active, Inactive, Pending,
-
Tutor LMS Integration: Introduction
Tutor LMS is a feature-rich, easy to use learning platform. With our Tutor LMS integration, you will be able to make it even MORE powerful. The Goundhogg integrations include actions for courses: Add
-
Tutorials: Importing contacts into a funnel
How to import already tagged contacts into a new funnel Do you need to add contacts to a specific funnel in Groundhogg? You may be looking to do this because you are creating a new funnel marketed
-
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
-
Tutorials: Deactive all funnels
If you need to stop all funnels on a website (it could be a testing site, or because something is not working) you can do that without having to go into each funnel to deactivate them. Go into the
-
Twilio Integration: Composing & sending WhatsApp messages
Before continuing, please review Getting started with WhatsApp. Once you have configured Groundhogg to send and receive messages with WhatsApp, you can begin to message your customers and collect
-
Connect TypeForm to Groundhogg
This guide will walk you through the process of integrating TypeForm with Groundhogg by setting up a webhook in TypeForm to send form submission data to Groundhogg's Webhook Listener. This allows 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
-
Connect Breakdance Forms to Groundhogg
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
-
Introduction: Tags
In Groundhogg, tags are used as labels or markers to categorize and segment contacts, leads, or customers based on specific attributes, behaviors, or characteristics. These tags serve several
-
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
-
Conditional Logic: Introduction
The Conditional Logic extension allows you to run or skip steps within a funnel depending on whether the contact meets certain criteria. Groundhogg conditional logic runs based on the tags and custom
-
How To Bulk Edit Contacts
Bulk editing contacts in Groundhogg lets you update multiple contact records at once—saving you time when managing tags, custom fields, or statuses. Whether you’re adding a “VIP” tag to top
-
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,
-
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
-
groundhogg/event/post_setup
Used to do any actions after the event setup is completed. do_action( 'groundhogg/event/post_setup', $this ); it returns the object of an event as an argument. Ideal for storing custom information
-
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 |
-
How to enable email logging
If you want to keep a record of all emails that are sent from your site you can enable the Email Logging feature. Enable email logging To enable it, go to Groundhogg > Settings > Email and scroll to
-
How To Reschedule Failed Events
If you had a number of events fail, for example, a broadcast email, you may want to retry those emails. This can be done easily. Go to Admin > Groundhogg > Events > Failed. Select the events you'd
-
Easy Digital Downloads Integration: Benchmarks
Easy Digital downloads have five benchmarks. These benchmarks are used to automate funnels and send automated emails based on the contact's actions. Cart Updated: This benchmark executes when the
-
Advanced Features: How to tag contacts who opened a broadcast email
1. After your Broadcast has been successfully sent, click on “Broadcasts” then go to Sent Tab 2. Under the “Stats” heading, click on the number beside “Sent”. Note: You can also follow the same
-
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
-
How To Mass Delete Contacts
If you want to delete a large group of contacts you can do so by using the Contact's Advance Search Go to Groundhogg > Contacts Click [ Filter Contacts ] button then the "+" sign - Add a filter You
-
Sales Pipeline: Introduction
The Sales Pipeline is the ultimate tool to kick your sales team into high gear with sales automation. It allows you to easily manage your leads manually or automatically with Groundhogg so you don’t
-
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
-
Advanced Features: Introduction To Webhooks
Webhooks is included in the basic plan of Groundhogg and you will need to install the advanced features plugin to use webhook's. Groundhogg provides webhooks that you can use to communicate with
-
GiveWP Integration: Benchmarks
GiveWP has two benchmarks. Before using this benchmark you will want to create a donation form in GiveWP Drag and Drop the GiveWP Benchmark into the flow New Donation: This benchmark executes when a
-
Having trouble activating a license or installing an extension? It's not just you
If you try to activate a Groundhogg license or install an extension through the Groundhogg helper, you may get an error message saying “cURL error 60: SSL certificate problem: certificate has