Search results for groundhogg service
450 articles found
-
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
-
Email Reporting
Upon selecting the " Email" tab a report specifically for Emails is presented with charts and tables. You can refine your data by utilizing the date range selector to focus on a specific time period
-
Easy Digital Downloads Integration: Benchmarks
Easy Digital downloads have five benchmarks. These benchmarks are used to automate funnels and send automated emails based on the contact's actions. Cart Updated: This benchmark executes when the
-
Companies: Introduction
"The Companies addon offers an organizational framework that allows you to link multiple contacts to one or more company records within the CRM. With a company record, you can view all associated
-
Booking Calendar: How to send admin notifications for appointments
Once people start booking appointments through your calendar, you're going to want to be able to get notifications so you can stay on top of things. How to set up admin notifications: First, log into
-
Booking Calendar: How to manage appointment availability
If you want to manage your appointment availability for the Groundhogg booking calendar, you'll need to follow these steps. How to navigate to availability settings: First, log into your WordPress
-
Really Simple Payments: Payments and refunds
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
-
Replacement Code: {posts}
The {posts} replacement code can be used to add posts to your emails! With several different formatting options, you can find one that matches every use case. Querying posts The posts replacement
-
Custom Fields
With Groundhogg 2.6 and above having changed up a bit on how things are arranged, we thought it would be helpful to make this guide. Table of contents: Adding a new custom field tab Deleting a custom
-
Forms Reporting
The Forms Report, found under the Forms tab in the Reporting section of the Groundhogg dashboard, offers a comprehensive analysis of form performance for lead capture and feedback collection within a
-
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
-
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[
-
Email Blocks: Posts
Block Settings Layout Card Style Heading Excerpt Thumbnail Query Layout Layout (Cards, Numbered List, Unordered List, H1, H2, H3, H4, H5) Featured (On/Off) Displays a large single-column post above
-
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
-
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
-
Text Messaging (SMS): Create a custom SMS integration
Want to add your own custom SMS integration? You can do that. Copy the code below and add it to a custom plugin file on your site. Once you add the code your custom SMS service will show in the SMS
-
Tutorials: How to delete plugin folder via FTP or cPanel
If you remove a plugin using the WordPress dashboard and try to reinstall it but aren’t able to activate it because of an error you will need to delete the plugin folder before you can install it
-
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
-
Running CRON via WP CLI
Running CRON jobs via WP-CLI in WordPress is a powerful way to ensure that scheduled tasks are executed reliably and on time, without relying on visitors to trigger events. With WP-CLI, you can
-
Email Blocks: Query Loop
Block Settings Layout Query Reference Layout Columns (Default: 2) Select the number of columns Gap (Default: 10px) Adjust the gap between columns Thumbnail Size(Thumbnail, Medium, Large, and any
-
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
-
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
-
Easy Digital Downloads Integration: Tags
Tag Management Groundhogg's Easy Digital Downloads Integration can: Add tags Remove tags Reverse tags on refund These actions are implemented individually for each download. They take effect upon the
-
Easy Digital Downloads Integration: Compliance
Compliance To provide a marketing consent checkbox on the checkout page, visit Groundhogg's Settings > Compliance tab. Check the Enable GDPR features Scroll down to the bottom of this page and enter
-
Database Issues
If you are experiencing database issues then it's most likely a result of the databases not being installed properly during activation. You can manually re-install them from the tools section if this
-
Email Editor: Keyboard Shortcut
You can use keyboard shortcuts in Groundhogg's Email Editor to maintain a smooth writing and editing flow without needing to reach for a mouse. To delete a block: Use the Delete key. To copy a block:
-
Benchmark: Custom Activity
So it's really for developers and third-party usage using our track_activity function A new version of WPFusion will also make it useful, but it's not useful on its own without code at the moment.
-
Email Archives
Emails that are sent to Contacts can be provided for their review in three ways Direct link http://groundhogg.local/gh/archive/ - you can include this in an email or page. If you have the "Enable
-
SMTP: Why you shouldn't send email with G-Suite/Gmail!
Sending email with GSuite is NOT RECOMMENDED, Gsuite is an excellent mailbox tool, but it is NOT an SMTP service (even though it has one). Problems with GSuite: Poor deliverability, your emails will
-
How do I renew my license?
If your license expired or your payment method is no longer valid, you may need to manually renew your license key to ensure service continues without issue. You may instead be looking to change your
-
MemberPress: Snippets
Set opt-in status and consent when a member in MemberPress becomes active. Set Contact opt-in status and consent <?php add_action( 'mepr-account-is-active', 'set_contact_optin_status_and_consent', 11
-
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
-
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
-
Add an external cron-job: cron-job.org
Using an external cron-job service like cron-job.org is the easiest solution to creating cron-jobs quickly. Are you hosted on SiteGround? cron-job.org no longer works for SiteGround, please use the
-
Add a server cron-job: Cpanel
If you have access to Cpanel through your hosting account you can create a server-based cron job really quickly. Don't have access to Cpanel? If you do not have access to Cpanel, consider using an
-
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
-
REST API Errors
When working with REST APIs, common errors include: Client-Side Errors 1. 400 Bad Request: Malformed JSON, missing/invalid parameters. 2. 401 Unauthorized: Incorrect/missing authentication
-
How To Confirm An Email Address
Email confirmation is required under GDPR and CASL. The email confirmation does 2 things, it verifies the identity of the contact and confirms they are consenting to receive marketing information to
-
Email Threading
Email threading is a feature in email clients and services that organizes email messages into a single, coherent conversation. It aims to streamline the viewing and management of email chains by
-
Contact Files
What are Files? On the Contact page, you'll find the Files tab, where you can conveniently store files associated with this specific contact. The files are stored on your host in the
-
AffiliateWP Integration: Filters
Groundhogg's AffiliateWP Integration provides filters to allow you to Affiliate Status Referral History Paid Earnings Unpaid Earnings Number of referrals *You can use these filters together in
-
GiveWP Integration: Filters
Groundhogg's GiveWP Integrations provide filters to allow you to Recent Donations Number of donations Total Donation Value *You can use these filters together in combination Recent Donations Select a
-
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
-
Easy Digital Downloads Integration: Filters
Groundhogg's Easy Digital Downloads Integrations provide filters to allow you to Purchased History Download History Lifetime Customer Value Number of Payments License Status Subscription Status *You
-
WYSIWYG Editor
The WYSIWYG (What You See Is What You Get) editor is an intuitive, user-friendly tool embedded in various sections of Grondhogg, such as Notes, Tasks, and more. Features of a WYSIWYG Editor Real-Time
-
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
-
Companies: Filters
Groundhogg's Companies Integrations provide filters to allow you to Name Address Industry Phone Website Date Created Contacts Number of Contacts *You can use these filters together in combination
-
Sales Pipeline: Filters
Groundhogg's Sales Pipeline provides filters to allow you to filter based on: Deal Value Close Probability Deal Owner Projected Close Date Date Closed Date Created *You can use these filters together
-
Broadcast Reporting
Upon selecting the "Broadcasts" tab, a comprehensive list of all existing Broadcasts will be displayed. From this interface, you may generate a detailed report for a specific broadcast by clicking
-
Can I add an attachment to my emails?
When it comes to attaching files to marketing emails, we recommend the following: Don’t Do It! Here are a few reasons why... ISPs may flag your marketing emails as spam, especially if they contain