Add or update a user in your store

How to automate the creation or update of a new or existing user in your store

Your first step to gamify your experience is to add a new user to your store.

Make sure you have a Store subscription on your account.

You only need :

  • your user's First Name

  • you user's Last Name

  • you user's email address

You can give a first pool to your user when the account is created but this is optional.

This action works just as well for adding an account for a user in your gyfti store, as for modifying an existing account.

How to add or update a user in your store from Hubspot with Zapier

Hubspot Trigger method : new contact in a list

Add or update a user in your store

POST https://app.gyfti.fr/api/1.1/wf/add-user-store

Use this call if you want to create or update a user account in your store in your workflow

Headers

Name
Type
Description

Authorization*

String

'Bearer [YOUR_TOKEN]'

Request Body

Name
Type
Description

user_firstname*

String

your user's first name

user_lastname*

String

your user's last name

user_email*

String

your user's email

user_pool

String

the pool amount of your user when creating the account

{
  "status": "success",
  "response": {}
}

Last updated