Skip to main content

SalesPrompt

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SalesPrompt.json
categorystringrequired
contentstringrequired
createdAtdate-timerequired
descriptionstringrequired
displayNamestringrequired
isCustombooleanrequired
namestringrequired
updatedAtdate-timerequired
uuidstringrequired
SalesPrompt
{
"$schema": "https://example.com/schemas/SalesPrompt.json",
"category": "string",
"content": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"description": "string",
"displayName": "string",
"isCustom": true,
"name": "string",
"updatedAt": "2024-07-29T15:51:28.071Z",
"uuid": "string"
}