New order
Data you can retrieve with this call
Recipient email
your contact recipient's email address. This key can be used to identify your contact in your software.
text
Recipient first name
your contact recipient's first name
text
Recipient last name
your contact recipient's last name
text
Recipient company
your contact recipient's company
text
Product Name
the product that was sent to your recipient
text
Order status
the status of the order
text
Charity
the name of the charity your recipient chose to convert to
text
Cost excl tax
the cost of the product sent to your recipient excluding taxes but including shipping
number
Cost incl tax
the cost of the product sent to your recipient inclusing taxes and shipping
number
Created date
the date the order was created
date
Sender Email
the user who sent the campaign's email
text
Sender first name
the user who sent the campaign's first name
text
Sender last name
the user who sent the campaign's last name
text
Campaign Name
the campaign name of this order
text
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, your webhook will receive data
Headers
Authorization*
String
'Bearer [YOUR_TOKEN]'
Request Body
hookUrl*
String
{YOUR_WEBHOOK_URL}
user
String
user@email.com
Last updated