Events
Question answered
Question answered event is triggered upon each respondent's answer. Each answer to every single question will be sent along with respondent data.
Object | Attribute | Type | Description |
---|---|---|---|
messageId | string | Webhook ID | |
deliveryTries | number | Number of attempts to send a webhook | |
questionAnswered | type | string | Question type - described in detail below the table |
questionAnswered | timestamp | string | Timestamp of the event occurrence |
questionAnswered | url | string | URL where the response was given |
survey | id | string | Survey ID |
survey | name | string | Survey name |
respondent | attributes | object | All respondent custom attributes |
question | body | string | Question content |
question | id | number | Question ID |
choice | body | string | Answer content |
choice | comment | string | Respondent comment |
To see payloads for all answer types, please refer to the question types section.
Survey answered
Survey answer event sends webhooks upon each survey completion. Please note that this event will be triggered only when the whole survey is completed.