Feedback complete
This webhook is triggered whenever a feedback is completed.
Data Structure
Below you find an example payload for the feedback_complete
event.
Available Properties
- Event
The event that triggered the webhook. In this case, it is
feedback_complete
.Property:
event
Type:
string
Required:
true
- Type
The data type the webhook transfers. In this case, it is
feedback
.Property:
type
Type:
string
Required:
true
- UUID
The unique identifier of the feedback.
Property:
uuid
Type:
string
Required:
true
- Locale
The locale the feedback was taken in.
Property:
locale
Type:
string
Required:
true
- Started At
The date and time the feedback was started.
Property:
startedAt
Type:
string
Format:
datetime
Required:
true
- Terminated At
The date and time the feedback was terminated.
Property:
terminatedAt
Type:
string
Format:
datetime
Required:
true
- Access Code
The access code used though which the feedback was taken.
Property:
accessCode
Type:
string
Required:
true
- Score
The score the feedback received.
Property:
score
Type:
float
Required:
true
- Feedback Score
The feedback score the feedback received (in percent).
Property:
feedbackScore
Type:
float
Required:
true
- Survey
The survey the feedback was taken in.
Property:
survey
Type:
object
Required:
true
- Subject
The participant that took the feedback. Contains a profile entity.
Property:
subject
Type:
object
Required:
false
- Object
The entity that received the feedback. Contains a profile entity.
Property:
object
Type:
object
Required:
false
- Results
The results of the feedback. Contains a list of result collected in the feedback.
Property:
results
Type:
object
Required:
true