Retrieve data from campaigns

To retrieve data from you campaigns, you can add a webhook url for each type of call you want to use.

You can add the same webhook url to each call if needed.

After intializing and adding your webhook to you gyfti account, you will need to use your webhook as a trigger for your workflow.

Example :

You want to retrieve data from each order of you gyfti app and send them to Hubspot

You will add your webhook url

Save hook for new order

POST https://app.gyfti.fr/api/1.1/wf/new_hook_order/

Request Body

Name
Type
Description

hookUrl*

String

target url for new order

user*

String

user account to identify your company account

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

Last updated