Search results for sending emails 

139 articles found

  • SMTP: Connect to Zoho

    If you plan to use Zoho to send out emails follow the steps below. To get started with this service, you need to go to Groundhogg's website and download the SMTP plugin, or get it as part of the

  • Postmark Integration: Connect to Postmark with the email API

    Basic SMTP can be slow, so Postmark has a REST API that can deliver emails much faster! How to setup Postmark Integration (included in plus plan or above) to deliver emails via the Postmark API.

  • 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: How to use Superlinks

    Superlinks are a helpful tool for filling in automation gaps based on subscriber interaction with your content. Essentially, they allow you to add tags, remove tags or update meta fields to a contact

  • 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

  • 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

  • Settings

    Groundhogg has a "settings" tab located at Groundhogg > Settings The Settings page by default comes with eight tabs( General, Compliance, Email, Tags, API, Integrations, Misc, Licenses) Additional

  • 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

  • How to Include a Video in an Email

    Incorporating video into your emails can boost engagement, increase click-through rates, and provide a more dynamic experience for your audience. However, embedding a video directly into an email can

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

  • Advanced Features: How to connect Groundhogg on two different sites

    Sometimes you will want to have Groundhogg installed on separate sites. For example, a subsite for your LMS (LearnDash, LifterLMS) and your main site for marketing and eCommerce. There is an

  • What Are Email Headers

    Acquainting oneself with email headers is advantageous for initiating email campaigns and ensuring the authenticity of messages before interacting with any embedded links, thereby reducing the risk

  • Logic: Split (A/B) Test

    Split (A/B) Testing is a powerful method in funnel design and automation, particularly in systems like Groundhogg CRM, where you can experiment with different strategies to optimize performance.

  • 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

  • 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

  • Funnel Template: Basics

    Groundhogg comes with seven funnel templates. Contact Form with follow-up Footer subscriber Free lead magnet download Long term nurture New customer onboarding New lead onboarding Request a review

  • WooCommerce: Funnel Templates

    WooCommerce Integration extension comes with two funnel templates. Request a review Subscribe and Send Discount Request a review Contains: NEW ORDER Benchmark, DELAY TIMER Action, SEND EMAIL Action,

  • Advanced Features: Funnels

    The Advance Features Extension adds 6 additional funnels Login Reminders Refer a Friend Referral Reward United States Holidays Weekly recurring blog posts Weekly recurring email Login Reminders

  • Easy Digital Downloads Integration: Examples

    Examples Abandon cart recovery Refund win back Request a review Subscribe and send discount [EDD] Abandoned cart recovery (Included) Recover abandoned carts and get more sales! [EDD] Refund win back

  • Text Messaging (SMS): Settings

    The SMS Extension has settings available located at Groundhogg > Settings - SMS tab NOTE: You will need at least one service plugin to send SMS to contact.(ex: Twilio, AWS, SMS77 etc.) Transactional

  • 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

  • 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

  • How To Schedule a Broadcast

    Broadcasts are used to send out a single email to a large list of contacts all at once. To schedule a broadcast follow these steps: Option 1: Click on the Grounghogg icon at the top right of your

  • Admin Tool Bar Widget

    When you log in to your website you will find the Groundhogg Icon at the top right of your screen. This will give you access to the Groundhogg Admin Tool Bar Widget. Clicking on the icon displays the

  • Cron Events

    Groundhogg has seven Cron Events that are scheduled. Groundhogg Process Queue | Every Minute Background Tasks | Every Minute Cleanup | Once Hourly Bounce Checker Fix Unprocessed Events Fix

  • SMTP: Introduction

    The SMTP extension plugin allows you to use any SMTP service to send emails through Groundhogg. *To monitor bounces and complaints, consider using one of Groundhogg's SMTP Integration extensions. To

  • Contact Birthdays: Introduction

    Wishing a Happy Birthday to your clients opens up a new possibility for the business and Groundhogg has got you covered with the Contacts Birthday plugin. Groundhogg's contact plugin can be used to

  • 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

  • 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

  • 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

  • Benchmark: Webhook Listener

    The Benchmark "Webhook Listener" can trigger action(s) based on information from a remote site Drag and drop the "Webhook Listener" Benchmark over into the flow on the left. You will be presented

  • 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

  • SendGrid Integration: Create webhook event listener

    SendGrid can send events to your WordPress site which will inform Groundhogg if an email bounced or was marked as spam so that Groundhogg will no longer send emails to problematic contacts. The

  • Action: Create User

    If you would like to have the funnel create a user What you want to do is add Create User to the funnel, by dragging it from the right-hand side over to the list of steps. You can put it anywhere in

  • groundhogg/email_notification/run/before

    This hook is used to add custom code before an email notification sends to a customer. do_action( 'groundhogg/email_notification/run/before', $this, $contact, $event ); This hook provides three

  • groundhogg/email_notification/run/after

    This hook is used to add custom code after email notification sends to a customer. do_action( 'groundhogg/email_notification/run/after', $this, $contact, $event ); This hook provides three objects to

  • 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

  • Really Simple Payments: Adding webhook manually

    When a user installs Really Simple Payments and tries to connect with Stripe, Groundhogg tries to create a webhook for Stripe and subscribes to it when user access keys are added inside Really Simple

  • 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

  • What is the List-Unsubscribe header?

    The List-Unsubscribe header will improve email deliverability as ISPs like Gmail and Outlook will recognize it as an email best practice. In Gmail, if you are a good sender, this will appear in your

  • MemberPress: Integration with Groundhogg

    The Groundhogg MemberPress integration (which is also included in the pro plan or above) allows you to do a lot of neat things that will help you communicate with your members better when using the

  • How to Remain Compliant with GDPR

    In an effort to protect the privacy of its citizens at home and worldwide, any business that collects the contact information of European citizens, regardless of geographical location MUST comply

  • What is a suppression list?

    A suppression list is a collection of email addresses or domains that are excluded from your email marketing campaigns or communications. They can also be labeled as "inactive". Different SMTP

  • How to Use Emojis in Email Subject Lines

    If you're looking to spice up your email subject lines emojis are a very popular way to do just that! Follow the instructions below to insert emojis into your subject line. Choose the Emoji You Want!

  • Plugin API REST Endpoint

    You can use the Plugin API REST endpoint as an alternative to the Webhook Listener if the contact has already been registered on your site. You can send a webhook request to this endpoint call_name,

  • What are opt-in status tags?

    What are they? Optin status tags are an easy way to reference a group of contacts with a certain opt-in status. These tags are set automatically upon installation, but you can change them if need be.

  • How to export a Funnel.

    One of the unique features of Groundhogg is the ability to easily export and share your funnels between sites. Direct export. To export your funnel, go to the main funnels list and hover over the

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

  • 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

  • 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