Retrieve new orders and pool update

How to retrieve a new order from your Store from gyfti to Hubspot using Zapier

Trigger method : adding order information in Notes on you Hubspot Contact

Retrieve by webhook new orders on you company account

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

By using this call, you will send gyfti app your webhook url.

For each new order in the store, your webhook will receive data

Headers

Name
Value

Authorization

'Bearer <token>'

Body

Name
Type
Description

hookUrl

string

{YOUR_WEBHOOK_URL}

Response

{
  "Recipient Email": "[email protected]",
  "Recipient First Name": "Recipient test FirstName",
  "Recipient Last Name": "Recipient test LastName",
  "Product Name": "Product name",
  "Charity": "Charity name",
  "Pool_update": 10
}

Last updated