inboxAppAddMessage
Add a message to an existing inbox conversation. Provide the conversation ID, message content, sender, and optional 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 |