CallDownCreateRequest
Fields accepted when scheduling a server-owned call-back entry.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
contactId |
one of: string, number | No | CRM contact identifier to persist with the entry. |
contactType |
string | No | Connector-defined CRM entity type. Defaults to contact. |
scheduledAt |
string · date-time | No | Requested callback time. |
contactName |
string | No | Contact display name sent by the current browser client but not retained by the current persistence model. |
phoneNumber |
string | No | Callback phone number sent by the current browser client but not retained by the current persistence model. |
note |
string | No | Callback note sent by the current browser client but not retained by the current persistence model. |
Example
{
"contactId": "string",
"contactType": "string",
"scheduledAt": "2026-01-01T00:00:00Z",
"contactName": "string",
"phoneNumber": "string",
"note": "string"
}