Search results for create user

205 articles found

  • 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

  • Create Users From Contacts

    If you want to create user accounts for your contacts in bulk, you can do so by going to Groundhogg > Tools > Misc. Go to the Sync WordPress Users card and click the [ Process ] button. This will

  • AWS Integration: Creating IAM credentials

    To use the AWS integration you must generate IAM credentials. 1. Open the IAM tool in the AWS Console 2. Go to Users 3. Add a new user 4. Give the user a name, for example, Groundhogg and select

  • 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

  • Introduction to Benchmarks

    Benchmarks are inside of a funnel and are staple points that a contact can jump to if certain things happen. We are going to explain some of the actions available and you may have different ones

  • AWS Integration: Introduction

    Groundhogg is an extraordinary sales and marking automation tool for the WordPress platform. Here at Groundhogg, we believe marketing and automation tools shouldn’t be expansive and for that, we have

  • User Roles & Capabilities

    Groundhogg separates most of its functionality into user roles and various capabilities. Below we describe what roles are included. Administrator The administrator will always have full privileges

  • What cookies does Groundhogg create?

    Groundhogg uses cookies to provide essential functionality to the end-user and ensure complete and correct customer journeys. Below is a list of cookies that Groundhogg creates to create better and

  • 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

  • Create a Web Form

    You can use Web Forms to collect contact information and start funnels. This is generally the most common tool to capture contact data. Groundhogg has a simple built-in form builder that will serve

  • Booking Calendar: How to create a new booking calendar

    Once you are ready to create a new Groundhogg booking calendar, you can do so under the menu. How to create a new Groundhogg booking calendar: Under the Groundhogg menu choose calendars. Then, click

  • REST API V3 / Contact / Create

    URI POST /wp-json/gh/v3/contacts Method This endpoint supports the POST method Request You can pass any relevant contact arguments to the contacts endpoint plus additional metadata. PARAM TYPE

  • 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

  • How To Change a User to an Administrator

    If you need to change a user role to an administrator for our support team, please do the following. Find the needed user. Go the user record you wish to use as a support user for our team. WordPress

  • SendGrid Integration: Create webhook event listener

    SendGrid can send events to your WordPress site which will inform Groundhogg if an email bounced or was marked as spam so that Groundhogg will no longer send emails to problematic contacts. The

  • 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

  • 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

  • Companies: Create company records with a form submission

    Company records can be created whenever a contact record has its Company Name field updated under the Work Details section. You can collect this information in a Groundhogg form using the following

  • Create your own custom benchmark using the Plugin API

    You could create your own custom benchmark, but as we routinely update the registration flow, and backwards compatibility is not always guaranteed. However, we do provide a future-proof method to

  • Booking Calendar: How to create an appointment booking page

    You can create the front end of your appointment solutions by embedding the Google calendar into a page by using the automatically generated shortcode. To find the shortcode you need to follow the

  • Why Do I Need To Create An External Cron Job?

    Wondering why you need to create an external cron job? What is Cron? Cron is what performs scheduled tasks in the backend of your site, like... Sending emails or processing funnels Publishing

  • Tutorials: Creating Lead Distribution Funnels

    Does your organization have more than one department or multiple salespeople? Would you like to be able to have more control over who your notification emails are going to? Try following this Lead

  • How to Sync Users With Contacts

    Note For security reasons Groundhogg only provides one way sync. This means that the best way to update a WordPress user (and ensure it's seen in the Groundhogg contact record) is to update it in the

  • Third Party Integrations

    Groundhogg works with many third-party integrations* that can expand the functionality. AutomatorWP Samples Flowmattic Provides triggers and actions Hyperise Connect Groundhogg to Hyperise Pabbly

  • Creating custom reports

    Groundhogg offers the ability for you to create custom reports. To see the custom reports go to Groundhogg -> Reporting -> Custom. To add a report click on the [ Create New Report ]. There will be a

  • Do you support WPML/WooCommerce Stores and RTL?

    We do not have dedicated RTL support 😔 our market is primarily LTR at the moment. We may invest in RTL in the future. I think you might run into the same issue as you did with Fluent CRM where it's

  • 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

  • groundhogg/form/submission_handler/before_create_contact

    This hook is used to handle the data before contact is created by Groundhogg. do_action( 'groundhogg/form/submission_handler/before_create_contact', $args, $meta, $tags, $files, $this ); This hook

  • How Do I Provide Support Admin Access?

    If you have an ongoing technical support ticket, you may be asked to provide administrative access to the support team so that we can troubleshoot your issue. Why do we need admin access? Our support

  • Really Simple Payments: Adding webhook manually

    When a user installs Really Simple Payments and tries to connect with Stripe, Groundhogg tries to create a webhook for Stripe and subscribes to it when user access keys are added inside Really Simple

  • 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

  • Booking Calendar: Use a custom form for bookings

    Groundhogg Booking Calendar provides functionality to create a custom form that the user needs to fill while booking an appointment. Booking Calendar uses the Groundhogg form to achieve this task.

  • What cron-jobs must be created for Groundhogg?

    You may be confused about Cron Jobs, which is understandable as they are a tricky subject sometimes. So in this article, I will tell you the ones which are essential, and some optional ones as well

  • Really Simple Payments: Setting up Payments

    Really Simple Payments is packed with custom benchmarks that you can access from the funnel builder. These benchmarks are used to create a payment form that will allow the admin to collect payments

  • Really Simple Payments: Creating PayPal test account

    If you want to test really simple payment you can do that using the test account of PayPal. If you already have a Paypal account then you can skip this step and move to the next one. if you don't

  • 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

  • Content Restriction: Introduction

    Some pages may be designed for a specific audience (such as having a membership site). Due to this, Groundhogg provides the functionality to stop users from viewing certain pages. In order to do

  • GDPR Cookies

    Warning! You should consult your lawyer or other legal professional before making decisions with legal implications. We will not be held responsible for any violations levied against you as a result

  • Social Proof: Introduction

    Social Proof is one of the easiest ways to increase conversion rates on your lead capture pages. Groundhogg provides a Social Proof extension that displays actions done by the previous users.

  • Tutorials: Importing Just A List of Phone Numbers

    Every carrier creates an email for their users (most people do not know this). You could create a form that concatenates the fields to give the signup person a distinct email. (they would still need

  • Adding HTML Columns Inside Emails

    Sometimes the built-in elements of Groundhogg are not enough for creating the wondrous emails you want to create. That’s why Groundhogg comes with an HTML editor that users can use to edit the HTML

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

  • Custom Replacement Codes: Introduction

    Groundhogg provides the functionality to use replacement codes. Instead of users being dependent on using built-in replacement code, Groundhogg users are able to create their own replacement codes by

  • Add an external cron-job: SiteGround

    If you are using SiteGround, the best way to set up a cron job is through the SiteGround cron manager. Create an external cron job on SiteGround Go to the account you want to manage in SiteGround and

  • I can't download any of my exported contact files!

    Are you having trouble downloading your contacts? User Role Permissions/Restrictions The user who is trying to download the contact files must have permission to do so. By default, the administrator

  • Background Tasks Log

    In the Background Tasks log, you have the flexibility to sort these tasks. You can sort them as Pending, In Progress, Done and Cancelled. When reviewing the log, in the list view you will see the

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

  • Elastic Email Integration: Connect email API

    Elastic Email says they can send emails faster and more reliably, you can make use of their REST API within Groundhogg to know yourself. One of the cool things about our integration is that with it,

  • How to Change the From Email Address

    While editing an email you can select who the email is coming from by selecting a different user in the From dropdown. If you do not see the email address you want to use in the dropdown, add a new

  • BuddyBoss Integration: Introduction

    BuddyBoss is a great membership and community platform used by thousands to manage their members and content. You can now combine the power of BuddyBoss and Groundhogg to segment your members and