Search results for admin notification
101 articles found
-
Troubleshooting: How To Get Your Extensions After Upgrading Your License
If you have recently upgraded your license, your new access may not be reflected in your site right away if you use the extension installer to download your extensions. To see an updated list of
-
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
-
REST API V3 / Contact / Get
URL GET /wp-json/gh/v3/contacts Method This endpoint supports the GET method Request This endpoint provides multiple ways of searching and retrieving contact information. Here are the parameters you
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
Why are Tracking (and Other) Links Not Working?
If you have just installed Groundhogg and have sent a few emails, you may have noticed that your tracking links may be leading to a page not found (also known as a 404 page, that says the page can't
-
Enable Core Beta Version Updates
If you want to participate in the Groundhogg Core release cycle, you can install and download the latest pre-release version candidates through the automatic plugin update system! Warning! Beta
-
Install and License Extensions Using the Groundhogg Helper
Installing extensions for Groundhogg the old-fashioned way can be a bit of a pain in the butt. We've created a new extension to make installing and managing the rest of your extensions a breeze!
-
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:
-
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
-
Booking Calendar: How to create an appointment booking page
You can create the front end of your appointment solutions by embedding the Google calendar into a page by using the automatically generated shortcode. To find the shortcode you need to follow 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
-
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
-
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
-
Why Are My Emails Not Sending?
There can be various reasons why your emails are not sending. Listed below are some of the most common problems and how to solve them. Did you set up your Cron job? Email in Groundhogg is sent based
-
I can't download any of my exported contact files!
Are you having trouble downloading your contacts? User Role Permissions/Restrictions The user who is trying to download the contact files must have permission to do so. By default, the administrator
-
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
-
Why are my contacts "unconfirmed?"
The Groundhogg email confirmation system exists to protect senders and recipients alike. Legislation surrounding privacy and data usage is becoming increasingly common, and more complex to navigate
-
Companies: Custom Fields
When in Companies the way to add a new tab to store your custom fields is by going to the tabs list below the Company information. On the rightmost is a plus icon, clicking to add a new tab. A model
-
Web Form Widget(Block)
The Groundhogg Web Form Widget is a WordPress block designed to simplify the process of embedding forms into your posts and pages. Prerequisites A WordPress site with the Groundhogg plugin installed
-
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
-
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: Setting up Payments
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
-
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
-
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 |
-
Connect Google Forms to Groundhogg
This guide will walk you through the process of integrating a Google Form with Groundhogg by sending form responses to Groundhogg’s Webhook Listener. Once connected, you can trigger automations,
-
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:
-
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
-
Adding custom contact table columns
This code is used to add the custom column inside Groundhogg's contact table. <?php add_action( 'groundhogg_contact_columns', 'add_my_custom_column' ); function add_my_custom_column( $cols ){ $cols[
-
BuddyBoss Integration: Tracking link compatibility
What to do if your preference link is not working as expected! If you have the following instances activated inside of your WordPress site your members may have a hard time getting to their
-
Adding custom reports
Groundhogg provides functionality to add reports in the Groundhogg dashboard. Using the Groundhogg dashboard you can add tables, line chart, donut chart in the dashboard. To add your custom chart you
-
REST API V3 / Contact / Delete
URL DELETE /wp-json/gh/v3/contacts Method This endpoint supports the DELETE method. Request To delete a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string |
-
Booking Calendar: Introduction
To use the Booking calendar, you need a plus or above plan, and/or the booking calendar extension. Groundhogg Booking Calendar provides immersive appointment booking experiences to your users and
-
REST API V3 / Contact / Update
URL PUT|PATCH /wp-json/gh/v3/contacts Method This endpoint supports PUT or PATCH Request To update a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string|int
-
Marketability explained
Contacts can either be Marketable, or Unmarketable. These two states are a reflection of several criteria that factor in a contact's activity, metadata, and your site's level of compliance. How
-
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,
-
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
-
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
-
Dashboard
Groundhogg's dashboard offers a highly intuitive, user-friendly interface designed to give users quick access to essential tools and insights. The dashboard features a range of helpful widgets, each
-
Really Simple Payments: Collecting PayPal payments
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
-
Replacements Keyboard Shortcut
Replacement codes are very useful and merge in user data to whichever supported content you want, such as emails, notifications, text messages and more. There is a keyboard shortcut to bring up the
-
Intro to Replacement Codes
You can personalize much of the customer experience by using replacement codes. Where Do I Use Replacements? Replacement codes merge in user data to whichever supported content you want, such as
-
Zapier Integration: Create zap triggers
Once you have your zap action-ready in your funnel it's time to create a Zap. To create Zap you need to login into your Zapier account. You can create a Zap by clicking on the MAKE A ZAP button in
-
Tutorials: How to connect MailHawk
MailHawk is a new email sending service specifically designed to deliver WordPress emails to the inbox. MailHawk is perfect for sending... All Groundhogg emails Password reset emails WooCommerce