New email

Retrieve from webhook every email sent with the gyfti app

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

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

For each new email, your webhook will receive data

Headers

Name
Type
Description

Authorization*

String

'Bearer [YOUR_TOKEN]'

Request Body

Name
Type
Description

hookUrl*

String

{YOUR_WEBHOOK_URL}

{
  "Email Status": "Relance 1",
  "Campaign Name": "Campaign test",
  "Sender Email": "[email protected]",
  "Sender First Name": "Tom",
  "Sender Last Name": "Brok",
  "Subject": "New email test  Subject",
  "Message": "New email test message",
  "Recipient Email": "[email protected]",
  "Recipient First Name": "Recipient test FirstName",
  "Recipient Last Name": "Recipient test LastName",
  "Recipient Company": "Recipient test Company",
  "Send date": "2023-01-05"
}

Last updated