wirebox_imessage_send
Send iMessages by starting a new chat to a phone number or Apple ID, or reply to an existing conversation using its ID.
Instructions
Send an iMessage. Reply into an existing conversation via conversationId, or start a message to a recipient E.164 phone number / Apple ID email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient phone number (E.164 format) or Apple ID email. Optional if conversationId is provided. | |
| text | Yes | Message text content to send. | |
| identity | No | Agent identity handle or ID to send from. Defaults to WIREBOX_IDENTITY. | |
| conversationId | No | Existing iMessage conversation ID. Optional if recipient 'to' is provided. |