Webhooks
☁️ What is are Webhooks ?
🔅 Webhooks properties
🔤 Post format
{
respondent: {
id: string;
surveyId: string;
panelistId: string;
contextUsername: string
resumeUId: string;
resumePageId: string;
startDate: Date;
voteDate: Date;
iPSource: string;
changeUID: string;
progressSaveDate: Date;
languageCode: string;
timeToEnd: number;
validated: boolean;
},
answers: [{
respondentId: string,
value:string,
answerId": string,
answerText": string,
questionId": string,
questionAlias": string,
questionText": string,
sectionNumber": number
}],
visitedPages: [{
id: string;
respondentId: string;
visitTime: string;
}],
dataAttributes: [{
securityItemId: string;
respondentId: string;
attributeName: string;
attributeValue: string;
}],
querystring: string
}Last updated
Was this helpful?