Search results for how to remain compliant
573 articles found
-
Benchmark: Task Completed
The Benchmark "Task Completed" can trigger action(s) based on any/all completed task(s). This benchmark is specifically for Contacts. Drag and drop the "Task" Benchmark over into the flow on 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
-
GiveWP Integration: Introduction
GiveWP is one of the most popular donation plugins for WordPress, with over 100,000 active users. GiveWP offers a wide range of features, including Multiple payment gateways, Recurring donations,
-
Email Blocks: Image
Image Block Tab Image Image Picker(Select an image from the Media library, upload an image or use a replacement code.) Width(based on pixels) Alt Text or replacement code Alignment(Left, Center,
-
Benchmark: Tag Applied
The Benchmark "Tag Applied" can trigger action(s) based on applied tags. Drag and drop the "Tag Applied" Benchmark over into the flow on the left. You will be presented with some setting options. Run
-
Benchmark: Tag Removed
The Benchmark "Tag Removed" can trigger action(s) based on removed tags. Drag and drop the "Tag Removed" Benchmark over into the flow on the left. You will be presented with some setting options. Run
-
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
-
Companies Logo
The company recor by default will fetch the Favicon from the website entered for that company. But also available is a Logo upload field in the General tab to provide the logo. Visit the company
-
Easy Digital Downloads Integration: Introduction
Easy Digital Downloads (EDD) is a Top Tier eCommerce solution for companies exclusively selling digital products (Audio Files, PDFs, WordPress Plugins, Apps) and Groundhogg provides direct
-
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[
-
Benchmark: Role Changed
The Benchmark "Role Changed" can trigger action(s) based on detecting when users have selected roles. Drag and drop the "Role Changed" Benchmark over into the flow on the left. You will be presented
-
REST API V3 / Tags / Create
URL POST /wp-json/gh/v3/tags Method This endpoint supports the POST method. Request You can create single or multiple tags using this endpoint. PARAM TYPE REQUIRED DESCRIPTION tags array yes Tag
-
Email Blocks: Button
Button Block Tab Content Text(Enter the text for the button, Replacement code) Link(Insert a URL, Replacement code) Size(Small, Medium, Large - Default: Medium) Alignment(Right, Center, Left -
-
Benchmark: Logs In
The Benchmark "Logs In" can trigger action(s) when a user logs in. Drag and drop the "User Created" Benchmark over into the flow on the left. You will be presented with some setting options. Run when
-
Email Editor Controls
The Editor Controls contain global settings. Global Fonts Social Accounts Color Palettes Block Defaults Global Fonts Adjust/add font configuration for the text block. By default, paragraphs, H1, H2,
-
REST API V4 / Notes
The notes API allows you to fetch, add, edit, and delete notes. Note Properties Attribute Type Description ID integer The system ID of the note data object The core properties of the note containing
-
Benchmark: Download Purchased
The Benchmark "Download Purchased" can trigger action(s) when a download is purchased in Easy Digital Downloads. Drag and drop the "Download Purchased" Benchmark over into the flow on the left. You
-
Booking Calendar: Frontend design and display
There are a few elements of the frontend design of the calendar which you can influence. The logo The calendar logo is pulled directly from your Theme's settings if your theme provides support for
-
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
-
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
-
Example: Send Broadcast
Sample code for sending a broadcast via Groundhogg's API. Ensure you have an email set up and its corresponding ID before using this code. <?php // Define your Groundhogg API credentials $api_url =
-
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
-
Database
Groundhogg settings are stored in the WordPress wp_options table Groundhogg has its own set of tables. These are the core tables, extensions can add additional tables to the database. Table Name