b0950d6880
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
19 lines
451 B
YAML
19 lines
451 B
YAML
type: object
|
|
properties:
|
|
conversation_id:
|
|
type: number
|
|
description: ID of the conversation
|
|
required: true
|
|
content:
|
|
type: string
|
|
description: The content of the message
|
|
required: true
|
|
private:
|
|
type: boolean
|
|
description: Flag to identify if it is a private note
|
|
content_type:
|
|
type: string
|
|
enum: ['input_select', 'form', 'cards']
|
|
content_attributes:
|
|
type: object
|
|
description: options/form object
|