schedule_message
Schedule and automatically send iMessages at a future time by specifying the chat GUID, message content, and a timestamp in milliseconds.
Instructions
Schedule a message to be sent at a future time.
Args: chat_guid: The chat GUID to send to. message: The message text. scheduled_for: When to send, as epoch milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_guid | Yes | ||
| message | Yes | ||
| scheduled_for | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |