Search results for how to setup the system scheduler
604 articles found
-
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
-
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
-
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
-
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
-
groundhogg/admin/{slug}
This hook is used to add custom code on the top of the admin pages when pages are using tab page architecture. do_action( "groundhogg/admin/{$this->get_slug()}", $this ); This hook comes with an
-
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
-
Custom Replacement Codes: Use replacement codes
Once you have successfully added a replacement code inside the database you will be able to view all the newly added replacement code in the replace code section. You can copy the code name from this
-
groundhogg/admin/contacts/add/form/tags
This hook is used to add custom code after the segmentation section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/tags' );
-
groundhogg/admin/contacts/add/form/notes
This hook is used to add custom code in the Notes section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/notes' );
-
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
-
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
-
Groundhogg's Logs
*Click the tabs in the menu to view more information. These logs can be very helpful in reviewing and troubleshooting the activity in Groundhogg.
-
groundhogg/admin/tags/add/form
This hook is used to add custom code in the form of adding tags before the submit button on the tag page. do_action( 'groundhogg/admin/tags/add/form' );
-
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.
-
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,
-
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 -
-
groundhogg/event_queue/process/after
This action hook is used to run custom code once Groundhogg has completed the execution of an event using the event queue. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook
-
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
-
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/event/queued
Used to run a block of code when the event is put in an execution queue by the Groundhogg plugin. do_action('groundhogg/event/queued', $this); You will receive the object of an event class as an
-
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,
-
GiveWP Integrations: Contact Metadata
Additional information about a Contact's donations can be found in the metadata box in the right column of each Contact. Total Customer Value Successful Payments Donation ID Donation Status Donation
-
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
-
groundhogg/steps/init
This Groundhogg WordPress hook is used to add custom actions when the steps are loaded. You can use this action to add custom steps. do_action( 'groundhogg/steps/init', $this ); This action provides
-
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
-
Sales Pipeline: Benchmarks
Benchmarks Sales Pipeline currently comes with one benchmark: Deal Moved Deal Moved When the 'Deal Moved' benchmark is used as a funnel step, it will trigger the funnel with these settings: Run when
-
groundhogg/admin/{slug}/display/{current_action}
This is used to add custom actions inside groundhogg admin area. This hook accepts the slug of the page and current action for which users are writing handlers.
-
Replacement Codes Without Arguments
This is the majority of codes, simply copy and paste and you’re off to the races.
-
Sales Pipeline: Reporting
To view reporting, click the 3 dots in the top right of any pipeline. Select Reporting
-
groundhogg/import/form/after
This hook is used to add code after the import section on the tools page. do_action('groundhogg/import/form/after' );
-
groundhogg/import/form/before
This hook is used to add code before the import section on the tools page. do_action('groundhogg/import/form/after' );
-
groundhogg/steps/benchmarks/form/extra_settings
This action hook is used to add custom settings at the end of the form. do_action( 'groundhogg/steps/benchmarks/form/extra_settings' );
-
groundhogg/admin/contacts/add/form/name
This hook is used to add custom code after the name section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/name' );
-
groundhogg/admin/contacts/add/form/contact_info
This hook is used to add custom code after the contact info section of contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/contact_info' );
-
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
-
groundhogg/event/cancelled
Used to run a block of code when the event is cancelled. do_action('groundhogg/event/cancelled', $this); You will receive the object of an event class as an argument.
-
groundhogg/bulk_jobs/init
This action is used to add bulk jobs inside Groundhogg. do_action( 'groundhogg/bulk_jobs/init', $this ); You will get the object of the bulk job manager as an argument.
-
[gh_is_not_contact] Shortcode
You can use this shortcode to conditionally display content if the current visitor is not a contact. [gh_is_not_contact] Show this content if the visitor is not a contact.[/gh_is_not_contact]
-
groundhogg/event/pause
Used to run a block of code when event status changed to pause. do_action('groundhogg/event/pause', $this); You will receive the object of an event class as an argument.
-
groundhogg/event/skipped
Used to run a block of code when the event marked as a skipped event. do_action('groundhogg/event/skipped', $this); You will receive the object of an event class as an argument.
-
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
-
groundhogg/admin/tags/edit/form
This hook is used to add custom code in the tag's edit page. do_action( 'groundhogg/admin/tags/edit/form', $id ); This hook provides tag ID as an argument to work with.
-
Why Is My Login Information Not Working?
The Groundhogg Academy Site is actually a different site than Groundhogg.io. You may need to create a new account so that you can participate in courses, it is free to create an account.
-
[gh_contact] Shortcode
This shortcode allows you to merge contact data into your content. This code works on a per-field basis, and you can also pass a default parameter in the event that the field doesn’t exist.
-
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
-
Email opens are showing zero
Is there an option enabled that restricts access to the entire site for users who aren't logged in? If so, this setting may conflict with Groundhogg. Consider disabling it and restricting only