Webhooks
We retry max 5 times to send you a POST. The delay between each try is 3 minutes.
Schema
JS
1{
2 "id": "00000000-0000-0000-0000-000000000000",
3 "brandId": "00000000-0000-0000-0000-000000000000",
4 "created": "0001-01-01T00:00:00",
5 "firstname": null,
6 "lastname": null,
7 "title": null,
8 "subtitle": null,
9 "company": null,
10 "email": null,
11 "imageUrl": null,
12 "testimonialText": null,
13 "contractUrl": null,
14 "contractStatus": null,
15 "contractSigned": false,
16 "externalVideoHtml": null,
17 "videoUrl": null,
18 "socialMediaProfiles": null,
19 "stars": 0.0,
20 "gaveConsent": false,
21 "consentDateTime": null
22}
23
Example
JS
1{
2 "id": "5339589b-69d4-4164-855a-92a1c2108eab",
3 "brandId": "ede27f04-7919-4288-9128-df5d7451ec50",
4 "created": "2022-06-12T08:28:02.5786831+00:00",
5 "firstname": "Carsten",
6 "lastname": "Schaefer",
7 "title": "Adrian Dray",
8 "subtitle": "GDPR Expert, Adrian Dray Consulting",
9 "company": "Adrian Dray Consulting",
10 "email": "[email protected]",
11 "imageUrl": "https://dealmaker.blob.core.windows.net/images/t_0a9ab71cd20f4bf1b11130e71479743d/silhouette_male.png",
12 "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'",
13 "contractUrl": null,
14 "contractStatus": null,
15 "contractSigned": false,
16 "externalVideoHtml": "",
17 "videoUrl": null,
18 "socialMediaProfiles": [],
19 "stars": 5,
20 "gaveConsent": true,
21 "consentDateTime": "2022-03-07T08:28:02.5786881+00:00"
22}
Updated 03 Mar 2023
Did this page help you?