website logo
⌘K
Introduction
Authentication
API Reference (Swagger)
API Reference
Campaigns
Contact
Media
Testimonial
Websites
Widgets
Webhooks
Docs powered by archbee 

Webhooks

Settings

We retry max 5 times to send you a POST. The delay between each try is 3 minutes.



API Models

Schema

JS
|
{
  "id": "00000000-0000-0000-0000-000000000000",
  "brandId": "00000000-0000-0000-0000-000000000000",
  "created": "0001-01-01T00:00:00",
  "firstname": null,
  "lastname": null,
  "title": null,
  "subtitle": null,
  "company": null,
  "email": null,
  "imageUrl": null,
  "testimonialText": null,
  "contractUrl": null,
  "contractStatus": null,
  "contractSigned": false,
  "externalVideoHtml": null,
  "videoUrl": null,
  "socialMediaProfiles": null,
  "stars": 0.0,
  "gaveConsent": false,
  "consentDateTime": null
}



Example

JS
|
{
  "id": "5339589b-69d4-4164-855a-92a1c2108eab",
  "brandId": "ede27f04-7919-4288-9128-df5d7451ec50",
  "created": "2022-06-12T08:28:02.5786831+00:00",
  "firstname": "Carsten",
  "lastname": "Schaefer",
  "title": "Adrian Dray",
  "subtitle": "GDPR Expert, Adrian Dray Consulting",
  "company": "Adrian Dray Consulting",
  "email": "adrian@email.com",
  "imageUrl": "https://dealmaker.blob.core.windows.net/images/t_0a9ab71cd20f4bf1b11130e71479743d/silhouette_male.png",
  "testimonialText": "Always fantastic support. I love that Trust keep bringing out brilliant features on a recent basis that makes me and my clients go 'Wow'",
  "contractUrl": null,
  "contractStatus": null,
  "contractSigned": false,
  "externalVideoHtml": "",
  "videoUrl": null,
  "socialMediaProfiles": [],
  "stars": 5,
  "gaveConsent": true,
  "consentDateTime": "2022-03-07T08:28:02.5786881+00:00"
}




Updated 03 Mar 2023
Did this page help you?
Yes
No
Docs powered by archbee 
TABLE OF CONTENTS
Settings
API Models