Add a new pool to your users

How to automate new jackpot to your users account

After you have created your users to your store how can you easily add money to their account when they engage with your company?

This endpoint enables you to add money to your user's account in your workflow.

You only need to have your user's email account and the amount you want to add.

Add a new pool amount to your user's account

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

Headers

Name
Type
Description

Authorization*

String

'Bearer [YOUR_TOKEN]'

Request Body

Name
Type
Description

user_email*

String

your user's email

user_add_pool*

String

the amount you want to add to your user's account

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

Last updated