Search results for how to schedule emails
586 articles found
-
LifterLMS Integration: Replacement codes
LifterLMS Extension has two 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 editor.
-
Sales Pipeline: Settings
The Sales Pipeline has settings available located at Groundhogg > Settings - Pipeline tab Currency - Select the currency of the appropriate country. Separators - Check the checkbox to use a comma as
-
Replacement Codes With Arguments
Some codes require an argument to function. For example the {date} , {meta} and {GET} codes. You can specify an argument using a period . For example: {date.Y-m-d|today} The date uses PHP Date
-
Booking Calendar: Styling your calendar
By default, the Booking Calendar is styled with "Helvetica' for the font and shades of blue. You may want to match the styling of your website and this can be accomplished using the example below.
-
groundhogg/{object_type}/post_update
This hook is one of the core hooks of Groundhogg. This hook is executed when an updated operation completed. This hook accepts object type in it so it will run for that specific object only.
-
groundhogg/{object_type}/pre_update
This hook is one of the core hooks of Groundhogg. This hook is executed before the update operation in the database. This hook accepts object type in it so it will run for that specific object only.
-
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 |
-
WooCommerce Integration: Introduction
WooCommerce is one of many eCommerce solutions that are available for WordPress. Groundhogg has an integration with WooCommerce. The WooCommerce integration is available as part of our Pro plan, or
-
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
-
Benchmark: Opt-in status change
The Benchmark "Opt-in status change" can trigger action(s) whenever a Opt-in status changes. Drag and drop the "Opt-in status change" Benchmark over into the flow on the left. You will be presented
-
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,
-
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
-
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[
-
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
-
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
-
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
-
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
-
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: 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,
-
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,
-
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
-
Signed Contracts: Replacement Codes
Signed Contracts have two replacement codes. You can see a full list of replacement codes by clicking the "Insert Replacements" button, which can be found in the e-mail editor and funnel editor.
-
Companies: Replacement codes
The Companies Extension has six 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 editor.
-
GiveWP Integration: Replacement Codes
GiveWP Extension has six 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 editor.