ScheduleInstantMessageRequest
product_idProduct Idrequired
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
contact_idContact Idrequired
ID of the contact this record relates to.
dialogue_idDialogue Idrequired
ID of the dialogue (conversation) this record relates to.
messageMessagerequired
ScheduleInstantMessageRequest
{
"product_id": 0,
"contact_id": 0,
"dialogue_id": 0,
"message": "string"
}