{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "event",
"event": "captured_form.created",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"captured_form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"widget_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"assistant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"form_name": "<string>",
"field_values": {
"first_name": "Joe",
"last_name": "Doe"
},
"attributes": {}
}
}
"<any>"
When a form is updated from a conversation, this webhook is triggered.
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "event",
"event": "captured_form.created",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"captured_form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"widget_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"assistant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"form_name": "<string>",
"field_values": {
"first_name": "Joe",
"last_name": "Doe"
},
"attributes": {}
}
}
"<any>"
Successful Response
The response is of type any
.
Was this page helpful?