Search results for creating custom extension for groundhogg
550 articles found
-
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:
-
SMTP: Connect to Sendgrid
If you are using SendGrid with the SMTP extension please follow these steps. Navigate to the Email API Screen and select SMTP Relay. Enter an API key name (does not have to be anything specific) and
-
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
-
HelpScout Integration: Setup contact record siderbar widget
You can display the Groundhogg contact record in HelpScout tickets in just a few steps using the Groundhogg HelpScout Integration. Instructions: Open Apps under the HelpScout Manage menu. Search for
-
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
-
groundhogg/steps/{type}/run/before
This Groundhogg hook used to run custom code before the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/before", $this ); This hook provides
-
groundhogg/steps/{type}/run/after
This Groundhogg hook used to run custom code after the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/after", $this ); This hook provides
-
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:
-
How Do I Import My List?
If you are coming from another CRM (or maybe your Excel sheet) you may already have a list of contacts. You can add this list to Groundhogg easily. Step 1 Make sure you have a valid CSV file
-
Form Styling: Introduction
Note: The Form Styling extension no longer works with the form editor. This extension is not available for sale. The form's styling will default to the theme style. The Form Styling extension which
-
White Label Branding: Shipping custom funnel and email templates
With the White Label Branding addon, you can ship custom funnel and email templates to your clients' sites! Prerequisites Before you can start shipping your custom templates, you'll need... An Agency
-
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
-
Advanced Features: Introduction to page visited benchmark
Groundhogg provides the page visited benchmark included with the advanced feature plugin. This benchmark is executed when the user visits the specifics page and runs automation based on that. Page
-
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.
-
Custom Replacement Codes: Use replacement codes
Once you have successfully added a replacement code inside the database you will be able to view all the newly added replacement code in the replace code section. You can copy the code name from this
-
Custom Replacement Codes: Add replacement code
To add a custom replacement code go to the Replacements tab under the Groundhogg menu. Once you click on the tab, you will be able to view the page that allows you to add custom codes. You will also
-
Custom Replacement Codes: Edit replacement code
Groundhogg provides the functionality to edit and delete custom codes generated by the users. To edit an existing replacement code all you need to do is click on the edit button under the replacement
-
Custom fields in the list view
Customizing the contact list view in Groundhogg lets you display the data that matters most to your business—whether it’s tracking a "Last Purchase" date or hiding less-used fields like "Survey
-
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
-
Benchmark: Logs In
The Benchmark "Logs In" can trigger action(s) when a user logs in. Drag and drop the "User Created" Benchmark over into the flow on the left. You will be presented with some setting options. Run when
-
Benchmark: Page Visited
The Benchmark "Page Visited" can trigger action(s) when a contact visits pages matching specific rules. Drag and drop the "Page Visited" Benchmark over into the flow on the left. You will be
-
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
-
Content Restriction: Introduction
Some pages may be designed for a specific audience (such as having a membership site). Due to this, Groundhogg provides the functionality to stop users from viewing certain pages. In order to do
-
Benchmark: Download Purchased
The Benchmark "Download Purchased" can trigger action(s) when a download is purchased in Easy Digital Downloads. Drag and drop the "Download Purchased" Benchmark over into the flow on the left. You
-
Groundhogg's Logs
*Click the tabs in the menu to view more information. These logs can be very helpful in reviewing and troubleshooting the activity in Groundhogg.
-
Groundhogg's Tools
*Click the tabs in the menu to view more information. Groundhogg provides many useful tools.
-
groundhogg/event_queue/process/after
This action hook is used to run custom code once Groundhogg has completed the execution of an event using the event queue. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook
-
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
-
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
-
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/steps/settings/before
This Groundhogg hook used to add a custom setting before each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/before", $this
-
groundhogg/steps/settings/after
This Groundhogg hook used to add a custom setting after each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/after", $this );
-
Preferences Page
Groundhogg includes a page called the "Preference Page", which is automatically created during installation and is essential for Groundhogg to function correctly. You can find it at
-
groundhogg/steps/{type}/reporting/before
This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action. do_action(
-
groundhogg/steps/reporting/after
This Groundhogg hook used to add a custom code after each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(
-
groundhogg/steps/reporting/before
This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(
-
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(
-
WooCommerce: Adding data from the Checkout Field Editor
If you utilize WooCommerce along with the " Checkout field editor" to incorporate additional fields into your checkout form and aim to gather data to append to your Contact, here's what you need to
-
Contacts: Profile Picture
A contact’s profile picture adds a visual touch to their record in Groundhogg, making it easier to recognize them in your contact list or reports. By default, Groundhogg uses the WordPress Gravatar
-
Action: Admin Notification
The Admin Notification action sends an email notification to a specified admin or user whenever a contact reaches this step in the funnel. This action is useful for keeping team members informed
-
Tutorials: How to connect to Amelia
To connect Amelia (a WordPress booking plugin) to Groundhogg's Webhook Listener Benchmark and capture data into the Groundhogg, you’ll need to set up a webhook in Amelia to send data to Groundhogg,
-
How Do I Export My List?
We understand that you may not want to use Groundhogg anymore, or want to have a backup of your list. We have made multiple ways to export the lists that you want. From the Contacts Screen To export
-
Companies: Introduction
"The Companies addon offers an organizational framework that allows you to link multiple contacts to one or more company records within the CRM. With a company record, you can view all associated
-
Booking Calendar: How to integrate with Google calendar
Groundhogg booking calendar allows you to integrate with Google if you wish to do so. How to integrate with Google Calendar: Log into your WordPress install. Click on Groundhogg > Calendars: Navigate
-
Action: Loop
If you would like to have a series of actions repeated you can use the Loop action What you want to do, is add Loop to the funnel, by dragging it from the right-hand side over to the list of steps.
-
Action: Assign Owner
If you'd like to assign a new or different owner to a contact at this stage of the funnel, simply add the 'Assign Owner' action. Drag it from the right-hand panel and drop it into the list of steps
-
Text Messaging (SMS): Create a custom SMS integration
Want to add your own custom SMS integration? You can do that. Copy the code below and add it to a custom plugin file on your site. Once you add the code your custom SMS service will show in the SMS
-
AWS Integration: Using a custom Mail From domain
You can improve your email deliverability and mask the fact you use AWS SES by using a custom Mail From domain. Configuring this must be done through the AWS console, and can't be done through the
-
How to auto-fill web forms.
If you would like a Groundhogg web form to be pre-filled with a contact's information you can do that! All you have to do is use a replacement code for the field value. In the form editor, click the