Search results for send emails

302 articles found

  • 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

  • Saved Replies

    You can compose and send an email directly from the Contact record. In the email editor, you also have the option to use a saved reply. Click the Saved Replies icon to open a window where you can

  • Zapier Integration: Getting started

    Groundhogg has the power to connect with Zapier which can connect you to 1000+ services and give you the power to automate more than just your email marketing funnels. Users of Groundhogg can

  • 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

  • HelpScout Integration: Setup webhook event listener

    For the HelpScout benchmark in Groundhogg to function, you must configure webhooks in HelpScout to send data to Groundhogg. Instructions: Go to HelpScout and open the Apps page under the Manage menu.

  • Why Do I Need An SMTP Service?

    What is an SMTP service? An SMTP service is like a gateway. You send an email to this service and then they take care of delivering that email to the recipient. The SMTP service provides credibility

  • 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.

  • HelpScout Integration: Introduction

    Use HelpScout to support your customers? With the Groundhogg Helpscout integration (which is included in the pro plan or above), you’ll be able to start funnels when tickets are received and updated

  • Introduction to Custom Meta

    Custom meta (a.k.a custom fields) in Groundhogg allows you to store an unlimited amount of information about a contact. Using them effectively can allow you to do some really cool things and send

  • Twilio Integration: Introduction

    Twilio makes it possible to leverage SMS and WhatsApp as channels to communicate with your customers! Twilio offers some unique features above other SMS integrations, for example, limited 2-way

  • Meta Conversions API Integration: Introduction

    With Groundhogg’s Meta Conversions API Integration, you can send conversion events directly from your funnels to Meta (Facebook) for better tracking, optimization, and retargeting. Follow these steps

  • 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

  • Introduction to Benchmarks

    Benchmarks are a core component of Groundhogg. They serve as the starting points or triggers within your funnels, enabling you to automate workflows based on specific actions or events. Whether a

  • How Do I Provide Support Admin Access?

    If you have an ongoing technical support ticket, you may be asked to provide administrative access to the support team so that we can troubleshoot your issue. Why do we need admin access? Our support

  • Easy Digital Downloads Integration: Replacement codes

    The Groundhogg Easy Digital Downloads integration contains six different replacement codes that you can use to send discount codes to contacts. Cart URL edd_cart_url The URL of your cart page.

  • 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

  • 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

  • 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

  • Caching Compatibility

    If you have a caching plugin (please only use one at a time) or any sort of system caching on your website or may notice Groundhogg not quite working as well and as quickly as you had hoped. There

  • 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

  • Booking Calendar: How to create a new booking calendar

    Once you are ready to create a new Groundhogg booking calendar, you can do so under the menu. How to create a new Groundhogg booking calendar: Under the Groundhogg menu choose calendars. Then, click

  • 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

  • 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

  • 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

  • Branching: Weighted Distribution

    Weighted Distribution Settings offer a flexible and probabilistic approach to funnel design, allowing you to route contacts across multiple branches based on assigned "weights" rather than strict

  • Lead Scoring: Introduction

    Lead scoring is one of the most effective ways to find your most likely “ready to buy” customers. The largest organizations in the world use lead scoring to determine when it's the right time to send

  • Contact Activity

    You can keep track of the contact's activities. What are activities? The "Activity" tab provides a log of events that occur for this contact. Events like: Logged In / Logged Out Page Visits

  • REST API / Authentication

    The REST API Supports three different methods of authentication at this point in time. Groundhogg API Keys WordPress Application Passwords WordPress REST Nonce Groundhogg API Keys To use an API key

  • groundhogg/broadcast/{broadcast_type}/before

    Execute a block of code before sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/before", $this, $contact, $event ); Here, broadcast_type will be replaced with

  • groundhogg/broadcast/{broadcast_type}/after

    Execute a block of code after sending a specific type of broadcast. do_action( "groundhogg/broadcast/{broadcast_type}/after", $this, $contact, $event ); Here, broadcast_type will be replaced with the

  • Fixed segment and Dynamic segment.

    Broadcasts have two scheduling options: Fixed and Dynamic. By default, Fixed Segment is selected, which means the broadcast is sent only to the contacts currently in the selected segment. If

  • Performance reports

    Stay Informed with Groundhogg Performance Reports Groundhogg’s performance reports keep you updated with key insights into your business’s growth and engagement. What You’ll Receive: Weekly Updates:

  • 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

  • Tutorials: Importing Just A List of Phone Numbers

    Every carrier creates an email for their users (most people do not know this). You could create a form that concatenates the fields to give the signup person a distinct email. (they would still need

  • Do you support WPML/WooCommerce Stores and RTL?

    We do not have dedicated RTL support 😔 our market is primarily LTR at the moment. We may invest in RTL in the future. I think you might run into the same issue as you did with Fluent CRM where it's

  • 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

  • Creating a new contact record

    You can create new \Groundhogg\Contact objects on the fly by passing in an array of parameters. Duplicates will be avoided. $first_name = $_POST[ 'first' ]; $email = $_POST[ 'email' ]; $contact = new

  • What are the "Marketable" and "Non-marketable" tags?

    The Marketable and Un-marketable tags are special opt-in status tags that cannot be applied or removed from a contact as they are a reflection of the contact's current opt-in status and compliance

  • 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

  • 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

  • How do I reset my password?

    To reset your password for your Groundhogg account, you can follow these steps: Go to the Groundhogg login page. Click on the "Lost your password?" link located below the login form. Enter your

  • Introduction to field mapping

    The field mapping API allows you to map fields between your product and ours and generate or update contact records without touching the database. To retrieve all the fields which can be mapped by

  • Adding a tag on an action

    One way to trigger custom events from other plugins in the funnel builder is to add a tag whenever an action is completed. This acts as an alternative to creating a custom benchmark. The Plugins API

  • 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 |

  • 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

  • Frequently Asked Questions

    Q. Will the existing records be updated if I perform another import that includes email addresses that match contacts already in the system, but with new data(Phone numbers, addresses, etc.)? A. Yes,

  • 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

  • Rest API Contacts

    Groundhogg provides the /contacts/ endpoint. The contacts endpoint allows users to query the contact table inside the database and let you perform operations on contacts. This endpoint supports GET,

  • Sales Pipeline: Replacement Codes

    The Sales Pipeline Extension has four replacement codes. You can see a full list of replacement codes by clicking the "Insert Replacements" button that can be found in the e-mail editor and funnel

  • 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