Signup
Submit a demo booking from a Clarm agent conversation
Submits the fields a Clarm agent collected during a booking conversation. The edge validates that a fields object with a well-formed email and a numeric agentId are present before forwarding the booking to the Clarm booking service.
post/api/demo-booking
Request body
Example request
{
"agentId": 142,
"prospect": "example-gmbh",
"fields": {
"email": "operator@example.com"
}
}Response
The booking was accepted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.