Search results for create google calendar client id and secret pre 2.0

427 articles found

  • Bricks Builder Forms Integration

    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

  • Really Simple Payments: Payments and refunds

    Groundhogg provides the functionality to administer your payments and subscriptions from your admin area. These tabs provide advanced search functionalities which makes finding a specific transaction

  • List of Replacement Codes

    When Groundhogg is installed the following replacement codes are available. Contact Info CRM Address WP User Contact Owner Site Post Compliance Email Other As you add extensions additional

  • REST API V4 / Deals

    The deals API lets you fetch, add, edit, and delete deals. Deal Properties Attribute Type Description ID integer The system ID of the deal data object The core properties of the deal contain

  • 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

  • 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

  • REST API V4 / Contacts

    The contacts API allows you to fetch, add, edit, and delete contacts. Contact Properties Attribute Type Description ID integer The system ID of the contact data object The core properties of the

  • Add an external cron-job: Mac OSX and Linux

    If you are using Mac or Linux operating systems then you can access the Cron Job scheduler using the following command. crontab -e This system uses specific syntax to schedule Cron Job. Use the

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

  • 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

  • Why are tag and email dropdowns not loading?

    If you have just installed Groundhogg and you are unable to select tags or emails from dropdowns it may be because there is an issue with the REST API on your site. This generally happens because of

  • Installation: How to Install and License an Extension

    Just purchased an extension or a premium plan? Follow these steps to install and license your purchases in Groundhogg. Purchase a Plan or Extension First you need to get a license key for one of our

  • Zapier Integration: Zap action

    Zapier works in trigger -> action pairs. The action specifies what to do with the retrieved data. There is a large number of apps to choose from, but for the sake of this example, we are going to

  • Twilio Integration: Composing & sending WhatsApp messages

    Before continuing, please review Getting started with WhatsApp. Once you have configured Groundhogg to send and receive messages with WhatsApp, you can begin to message your customers and collect

  • What is a Shortcode and how to use it

    A WordPress shortcode is a small piece of code that communicates with another part of WordPress or any plugin that offers it, and gives it instructions on what to show and do. The shortcode can be

  • Adding custom tabs and fields to the contact screen

    Custom tabs and fields can be added to the contact screen using the plugins API and the contact meta DB. You can see and read how on our Github or using the same code below. <?php class My_Custom_Tab

  • AWS Integration: Adding a domain sender identity

    If you want to be able to send emails from any email address using your domain name, you need to verify your domain name. You can do this directly through Groundhogg! 1. Add Your Domain to AWS Go to

  • No dates are showing in my groundhogg contacts and events

    Are you missing dates in your contacts and events tables? Here is a quick troubleshooting tip! Log into your WordPress site Click on the Settings link Make sure you have the default settings for

  • Guide to selecting and sending an email to unengaged contacts

    Go to Groundhogg > Broadcasts Click [ Schedule a broadcast ] Select an email Click [ Campaigns -> ] Add a Campaign or click [ Schedule -> ] Set the schedule Click [ Contacts - > ] Click the "+" under

  • AWS Integration: Adding an email sender identity

    AWS allows you to individually verify ownership of an email address. This is good in the event you do not have access to your DNS zone. Follow these steps to set up an email address for sending. 1.

  • 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

  • Appointment Notification

    The Groundhogg Booking calendar sends a notification when a contact interacts with the appointments. There are two types of notifications. Contact Notification Admin Notification Contact Notification

  • BuddyBoss Integration: Are your open stats and click stats the same?

    If your open rate is the same as your click rate and you have BuddyBoss or any other redirect plugin installed you may need to follow these steps to ensure your analytics are correct. Navigate to the

  • Creating custom reports

    Groundhogg offers the ability for you to create custom reports. To see the custom reports go to Groundhogg -> Reporting -> Custom. To add a report click on the [ Create New Report ]. There will be a

  • Elementor Integration: How to Connect to Groundhogg

    Elementor is a popular page builder plugin for WordPress which makes it easier to build beautiful pages. The Elementor PRO version of the plugin (which is a paid upgrade from Elementor free edition)

  • 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

  • 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

  • Email Editor: Block Inspector | Desktop Preview | Mobile Preview

    A mini menu is available to the left of the block selector. The menu contains three selections: Block Inspector Desktop Preview Mobile Preview Block Inspector When hovering over blocks in the

  • Advanced Email Preferences: Introduction to advanced email preferences

    By default, Groundhogg offers a global unsubscribe and other preference options. With this extension, you can extend the preferences center to allow contacts to opt-out or into specific tags that you

  • Introduction to Benchmarks

    Benchmarks are inside of a funnel and are staple points that a contact can jump to if certain things happen. We are going to explain some of the actions available and you may have different ones

  • Constants

    In Groundhogg, constants are predefined variables that store specific values or settings and remain unchanged throughout the execution of the application. They are used to define configurations,

  • How the List-Unsubscribe header works

    You may be here because you heard that GMail is now enforcing best practices for bulk senders, including adding the List-Unsubscribe header to your emails. Since Groundhogg always follows best

  • groundhogg/form/submission_handler/before_create_contact

    This hook is used to handle the data before contact is created by Groundhogg. do_action( 'groundhogg/form/submission_handler/before_create_contact', $args, $meta, $tags, $files, $this ); This hook

  • 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

  • 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

  • Previous Update

    Under Tools > Misc > Previous Update, run the previous update in case of a failed update.

  • Tutorials: Add your affiliate link to your Groundhogg emails!

    Earn passive commissions by adding a Groundhogg affiliate link to your emails in just a few clicks. Not an affiliate? Become an affiliate and earn 10% recurring commissions on all purchases! For this

  • Presto Player Integration: Introduction

    Note: this integration requires the Pro plan (or above) of Groundhogg, and the paid version of Presto Player. Presto Player is the ultimate WordPress video player plugin. It lets you use video or

  • Preventing Spam in Web Forms

    If your web forms are being spammed you can harden your site in a few ways to ensure only actual humans are entering your site. Marking Spammy Contacts as "Spam" By marking a contact as "spam" in

  • 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

  • What cron-jobs must be created for Groundhogg?

    You may be confused about Cron Jobs, which is understandable as they are a tricky subject sometimes. So in this article, I will tell you the ones which are essential, and some optional ones as well

  • Advanced Email Preferences: Updating your optin forms

    Important information regarding consent verification, optin-status, and GDPR compliance. Groundhogg diligently strives to ensure that you have the tools needed to make sure your business

  • Where to see a contact's previous form submissions

    Go to edit the contact record in question and click on the activity tab. The scroll to the bottom to see all the form submissions for that contact. This applies to forms made with the Groundhogg form

  • 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

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

  • REST API V3 / Contacts / Tags / Get

    URL GET /wp-json/gh/v3/contacts/tags Method This endpoint supports the GET method. Request This endpoint provides functionality to get all the tags applied to the contact. PARAM TYPE REQUIRED

  • REST API V3 / Emails / Send

    URL POST /wp-json/gh/v3/emails/send Method This endpoint supports the POST method. Request This endpoint provides functionality to send email to the contact. PARAM TYPE REQUIRED DESCRIPTION

  • 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

  • Really Simple Payments: Creating PayPal test account

    If you want to test really simple payment you can do that using the test account of PayPal. If you already have a Paypal account then you can skip this step and move to the next one. if you don't

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