inboxAppAddMessage
Add a message to an inbox app conversation by providing the conversation ID, message content, sender info, and timestamp.
Instructions
Add a message to an inbox app conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | Sender info | |
| message | Yes | Message content | |
| timestamp | No | ISO timestamp | |
| conversationId | Yes | Conversation ID |