A valid request URL is required to generate request examples{
"id": "<string>",
"llmProvider": "<string>",
"model": "<string>",
"instruction": "<string>",
"channelProvider": "<string>",
"isConnectedToChannel": true,
"isActive": true,
"address": "<string>",
"name": "<string>",
"createdBy": "<string>",
"orgId": "<string>",
"webhookUrl": "<string>",
"webhookSecret": "<string>",
"eventConfigs": [
{
"id": "<string>",
"agentId": "<string>",
"displayName": "<string>",
"key": "<string>",
"description": "<string>",
"schema": {
"name": "apppointment_request",
"schema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The email address of the user."
},
"age": {
"type": "number",
"description": "The age of the user."
}
},
"required": [
"email"
],
"additionalProperties": false
},
"strict": true
},
"waitForResponse": true,
"stopConversation": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isDeleted": true,
"deletedAt": {}
}A valid request URL is required to generate request examples{
"id": "<string>",
"llmProvider": "<string>",
"model": "<string>",
"instruction": "<string>",
"channelProvider": "<string>",
"isConnectedToChannel": true,
"isActive": true,
"address": "<string>",
"name": "<string>",
"createdBy": "<string>",
"orgId": "<string>",
"webhookUrl": "<string>",
"webhookSecret": "<string>",
"eventConfigs": [
{
"id": "<string>",
"agentId": "<string>",
"displayName": "<string>",
"key": "<string>",
"description": "<string>",
"schema": {
"name": "apppointment_request",
"schema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The email address of the user."
},
"age": {
"type": "number",
"description": "The age of the user."
}
},
"required": [
"email"
],
"additionalProperties": false
},
"strict": true
},
"waitForResponse": true,
"stopConversation": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isDeleted": true,
"deletedAt": {}
}Example: Bearer <YOUR_API_KEY>
Show child attributes
Show child attributes
The key of the EventConfig in snake_case
"apppointment_request"
Show child attributes
The type of the schema, always "object".
"object"
Properties defined in the schema.
Show child attributes
{
"email": {
"type": "string",
"description": "The email address of the user."
},
"age": {
"type": "number",
"description": "The age of the user."
}
}List of required property names.
["email"]Whether additional properties are allowed.
false
Whether the schema is strict.
true