Search results for zap action

160 articles found

  • 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

  • Zapier Integration: Create zap triggers

    Once you have your zap action-ready in your funnel it's time to create a Zap. To create Zap you need to login into your Zapier account. You can create a Zap by clicking on the MAKE A ZAP button in

  • Zapier Integration: Zap listener

    The Zap Listener is a benchmark that can listen for POSTS from Zapier to your site which contains contact information. You can place a Zap Listener anywhere in your funnel, but if the contact does

  • Zapier Integration: Getting started

    Groundhogg has the power to connect with Zapier which can connect you to 1000+ services and give you the power to automate more than just your email marketing funnels. Users of Groundhogg can

  • Action: Loop

    If you would like to have a series of actions repeated you can use the Loop action What you want to do, is add Loop to the funnel, by dragging it from the right-hand side over to the list of steps.

  • Action: Create Task

    This action will create a task for the contact. What you want to do, is add Create Task to the funnel, by dragging it from the right-hand side over to the list of steps. You can put it anywhere in

  • Action: Admin Notification

    If you would like to have an email sent to Contact, Contact Owner, or Administrator as one of the steps in a funnel you can use the Admin Notification action What you want to do, is add Admin

  • Action: Send Email

    If you want an email to be sent right after something happens then you can use Send Email to have any email be sent. What you want to do, is add Send Email to the funnel, by dragging it from the

  • Action: Create User

    If you would like to have the funnel create a user What you want to do is add Create User to the funnel, by dragging it from the right-hand side over to the list of steps. You can put it anywhere in

  • Action: Remove Tag

    If you would like to remove tag(s) to the contact who is at this point in the funnel. What you want to do, is add Remove Tag to the funnel, by dragging it from the right-hand side over to the list of

  • Action: Delay Timer

    This action allows you to set a specific amount of time before the next step in a funnel is triggered. You are also allowed to choose how the next step runs in relation to the amount of delay. What

  • 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

  • Introduction to Actions

    Actions are inside of a funnel and they are what happens after something else happens. We are going to explain some of the actions available and you may have different ones depends on what extensions

  • Zapier Integration: How to integrate Groundhogg with Thriveleads

    Integrating with Thrive Leads can be accomplished in two ways. 1. You can use the Zapier addon (which is included in the Pro plan or above) from Groundhogg and set up a Zap. Documentation for the

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

  • groundhogg/step/email/confirmed

    This action is very useful in some cases for the Groundhogg developer. This action runs when the user confirms the email address by clicking on the confirmation link.

  • LifterLMS Integration: Introduction

    LifterLMS is a top-tier LMS plugin that allows you to turn your WordPress website into a learning portal for your customers. With our LifterLMS integration, you will be able to make it even MORE

  • 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/steps/{type}/run/before

    This Groundhogg hook used to run custom code before the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/before", $this ); This hook provides

  • groundhogg/steps/{type}/run/after

    This Groundhogg hook used to run custom code after the action. It requires a type of action for hooking into the process. do_action( "groundhogg/steps/{type}/run/after", $this ); This hook provides

  • Contact Birthdays: Introduction

    Wishing a Happy Birthday to your clients opens up a new possibility for the business and Groundhogg has got you covered with the Contacts Birthday plugin. Groundhogg's contact plugin can be used to

  • How to add a note through a funnel or internal form

    HOW TO: WEB FORM BENCHMARK & NOTES Create a Meta field in a Contact named "Note" to store the notes associated with the contact. Navigate to the funnel that contains the Web Form Benchmark you want

  • Introduction to Groundhogg

    If you are already familiar with CRMs and marketing automation then many of these terms may already be familiar. If not, then this article will get you up to speed on what you need to know about

  • How funnels work

    The basics Most automation builders use the "if this, then that" language to inspire their workflows. From using dozens of different flowchart-style automation builders, we've found them to be

  • Introduction à Groundhogg(French)

    Si tu connais déjà les CRM et l'automatisation marketing, alors beaucoup de ces termes te seront sûrement familiers. Sinon, cet article te mettra au courant de ce que tu dois savoir sur les

  • 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/updater/{updater_name}/finished

    This action hook is used to run a block of code when Groundhogg is updated to a new version. do_action( "groundhogg/updater/{$this->get_updater_name()}/finished" );

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

  • LearnDash Integration: Introduction

    LearnDash is a top-tier LMS plugin that allows you to turn your WordPress website into a learning portal for your customers. With the Groundhogg LearnDash integration, you'll be able to use events in

  • groundhogg/safe_mode_disabled

    This action hooks run when the safe mode is disabled from the tools section of groundhogg. Disabling Groundhogg safe mode restore the website as it is. do_action( 'groundhogg/safe_mode_enabled' );

  • groundhogg/safe_mode_enabled

    This action hooks run when the safe mode is enabled from the tools section of groundhogg. Groundhogg's safe mode disable all the other plugin on your site except Groundhogg once. do_action(

  • Advanced Features: How to connect Groundhogg on two different sites

    Sometimes you will want to have Groundhogg installed on separate sites. For example, a subsite for your LMS (LearnDash, LifterLMS) and your main site for marketing and eCommerce. There is an

  • groundhogg/event/run/before

    This action hook is used to run custom code after the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook developer can

  • groundhogg/event_queue/process/before

    This action hook is used to run custom code before the event is processed by the event queue of Groundhogg. do_action( 'groundhogg/event_queue/process/before', $event_ids ); Using this hook developer

  • Manage Logs

    In the Manage section, you will find 4 tools. Purge historical event logs Cancel Waiting/Paused Events Fix unprocessed events Purge historical activity logs These tools can help with issues such as

  • groundhogg/steps/{type}/settings/before

    This Groundhogg hook used to add a custom setting before specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action(

  • groundhogg/steps/{type}/settings/after

    This Groundhogg hook used to add a custom setting after specific step settings inside the funnel builder. Here, type can be a benchmark or action. do_action( "groundhogg/steps/{type}/settings/after",

  • groundhogg/form/fields/init

    This action hook is used to add form controls via hook. This hook is executed when all the controls of the form loaded. do_action( 'groundhogg/form/fields/init', $this ); This hook returns the object

  • groundhogg/steps/settings/before

    This Groundhogg hook used to add a custom setting before each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/before", $this

  • groundhogg/steps/settings/after

    This Groundhogg hook used to add a custom setting after each and every step inside the funnel builder. Here, steps can be a benchmark or action. do_action( "groundhogg/steps/settings/after", $this );

  • 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

  • groundhogg/steps/{type}/reporting/before

    This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action. do_action(

  • groundhogg/steps/reporting/after

    This Groundhogg hook used to add a custom code after each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/steps/reporting/before

    This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/steps/{type}/reporting/after

    This Groundhogg hook used to add a custom data in the reporting view of the step after the inbuilt reporting view. Here, type can be a benchmark or action. do_action(

  • Benchmark: Task Completed

    The Benchmark "Task Completed" can trigger action(s) based on any/all completed task(s). Drag and drop the "Task" Benchmark over into the flow on the left. You will be presented with some setting

  • Plugin API REST Endpoint

    You can use the Plugin API REST endpoint as an alternative to the Webhook Listener if the contact has already been registered on your site. You can send a webhook request to this endpoint call_name,

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

  • Advanced Features: Introduction To Webhooks

    Webhooks is included in the basic plan of Groundhogg and you will need to install the advanced features plugin to use webhook's. Groundhogg provides webhooks that you can use to communicate with

  • Booking Calendar: Calendar Settings

    Groundhogg Booking Calendar provides various settings that allow calendar owners to manage their appointments efficiently and with ease. General Settings Booking Calendar contains distinct setting