send_message
Send a message to an existing iMessage conversation using its chat_guid from list_chats. Use this to reply to contacts you've already messaged; new conversations cannot be started.
Instructions
Send a message to an existing conversation.
Only conversations that already exist can be addressed, by the chat_guid from list_chats. There is no way to start a new conversation, so this cannot reach somebody who has not been talked to before.
A sent message cannot be recalled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message to send | |
| chat_guid | Yes | The conversation's guid, from list_chats |