Search results for how to leave a review
602 articles found
-
Preferences Page: Communication Preferences
Email Preferences By clicking the "Change my preferences →" the Contact can manage their communications. By default, they will be presented with the option to unsubscribe from " Marketing" emails.
-
MailHawk - The From address is not authorised
If you are using MailHawk with Groundhogg and have emails that are not sending because of the "The From address is not authorised" error. You may need to change the From address to the one(s)
-
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
-
Trigger when Tags are changed, any tags, not one specific tag
Scenario: Create a benchmark that triggers a funnel when tags are changed, any tags, not one specific tag. Using the Plugin API Benchmark. You will need to add this snippet of code to either your
-
Replacement Code: {date}
The date replacement code is a handy one that allows you to reformat any date into a nice presentable string. The syntax is the date format followed by a string representation of the date compatible
-
Action: Edit Meta
The action allows you to update any metadata that is attached to a contact or user profile. What you want to do is add Edit Meta to the funnel, by dragging it from the right-hand side over to the
-
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
-
Restore Missing Funnel Events
Under Tools > Misc is a utility to Restore missing funnel events. If something happens to the events in a funnel and they get canceled or deleted, this tool will bring back the contacts to where they
-
Export an email template
To export an existing template for use on another site or as a backup, follow these steps: Navigate to Groundhogg > Emails. Open the email you want to export. In the top right corner click the "kebab
-
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.
-
WooCommerce: Tagging
Tagging when buying something With the Groundhogg integration, you can go into the data of any product and have any tag applied or removed. This happens when the order is marked as paid or complete
-
REST API V3 / Tags / Manage
URL Apply Tags PUT /wp-json/gh/v3/contacts/apply_tags or PUT /wp-json/gh/v3/tags/apply Remove Tags PUT /wp-json/gh/v3/contacts/apply_tags or PUT /wp-json/gh/v3/tags/remove Method This endpoint
-
Groundhogg not loading
If you encounter issues such as pages failing to load, an ongoing spinner, email templates not displaying, or encountering an error message stating "No route was found matching the URL and request
-
Add an external cron-job: SiteGround
If you are using SiteGround, the best way to set up a cron job is through the SiteGround cron manager. Create an external cron job on SiteGround Go to the account you want to manage in SiteGround and
-
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
-
Advanced Features: Enable the Advanced Email Editor
If you want to design better emails and newsletters, you can use the Advanced Email Editor. After installing the Advanced Features extension, go to the settings area and enable the Advanced Email
-
Benchmark: Link Click
The Benchmark "Link Click" can trigger action(s) based on a contact's click. The flow will be completed and the contact will be redirected to the page. Drag and drop the "Link Click" Benchmark over
-
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
-
groundhogg/updater/{updater_name}/finished
This action hook is used to run a block of code when Groundhogg is updated to a new version. do_action( "groundhogg/updater/{$this->get_updater_name()}/finished" );
-
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
-
List of Replacement Codes
When Groundhogg is installed the following replacement codes are available. Contact Info CRM Address WP User Contact Owner Activity Site Post Compliance Email Other Formatting Custom Fields As you
-
WooCommerce: Replacement codes
The Groundhogg-Woocommerce add-on contains six different replacement codes that you can use to send discount codes to contacts. Cart URL wc_cart_url The URL of your cart page. Restore Cart URL
-
Email Blocks: Advanced
AdvanceTab Layout Provides: Padding(based on pixels and you can link/unlink the setting) Border Provides: Style(None, Solid, Dashed, Dotted, Double, Ridge, Groove, Inset, Outset - Default: None)
-
WooCommerce: Reporting
Want to find the best (and worst) converting emails and funnels to know what is working well for you (and what isn’t)? With our WooCommerce integration, you can know without having to dive into many
-
Why Is My Login Information Not Working?
The Groundhogg Academy Site is actually a different site than Groundhogg.io. You may need to create a new account so that you can participate in courses, it is free to create an account.
-
Change Your Language In Groundhogg
By default, Groundhogg is available in US English. But with clients on several continents, we have built Groundhogg to support many different languages. A list of all translations included with
-
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
-
Action: Plugin API Action
If you would like to create your own custom Action use the Plugin API Action. To add the Plugin API Action to the funnel flow, either click the "+" at the branch and click the Plugin API Action step
-
Action: Create Task
This action will create a task. This action is specifically for Contacts. What you want to do, is add Create Task to the funnel, by dragging it from the right-hand side over to the list of steps. You
-
AWS Integration: Setup
AWS is a powerful service that allows you to send both email and SMS directly from your site. Our integration provides several useful features such as... Send emails through SES Send SMS through SNS
-
Why are my emails stuck in "pending?"
If your emails are stuck in the pending status it's because you have failed to create a cronjob, or you set up your cronjob incorrectly. To solve this, follow the instructions in these articles:
-
Email Blocks: Text
Text Apply styles to content in this block Make the text bold or italic Change the text color Add or remove a hyperlink Align the text to the left, right, center, or make it justified Use a bullet or
-
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
-
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(
-
SMTP: Troubleshooting errors
SMTP ERROR: Data not accepted. If you are receiving this error this means that your SMTP provider did not like the SMTP request sent by Groundhogg. There are various reasons why this may occur.
-
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",
-
WooCommerce: Filters
Groundhogg's WooCommerce Integrations provide filters to allow you to Order Activity Purchased Product Purchased Product in Category Purchased Product with Tag Lifetime Customer Value Number of
-
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
-
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 );
-
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(
-
REST API V3 / Contact / Create
URI POST /wp-json/gh/v3/contacts Method This endpoint supports the POST method Request You can pass any relevant contact arguments to the contacts endpoint plus additional metadata. PARAM TYPE
-
Benchmark: Plugin API Benchmark
The Benchmark "Plugin API Benchmark" provides a way to create your own custom benchmark. Drag and drop the "Plugin API Benchmark" Benchmark over into the flow on the left. You will be presented with
-
WooCommerce: Custom code
Provided below is a code that can be added to accomplish different solutions for WooCommerce. Remove the WooCommerce meta box from the Contact based on the role. Remove the WooCommerce meta box Add
-
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
-
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