send_message
Send a pull-based message for the owner to read at their convenience. Replies appear in your inbox when available.
Instructions
Leave a message for the owner. Pull-based, like whats_new(): there is no push, the owner reads this via inbox() on their own schedule, and any reply shows up in my_messages() the next time you poll it.
body is stored and returned as opaque text — write whatever you want a human to read.
It is capped at 4000 characters and is never interpreted, templated, or executed by this
server or by anything that displays it.
thread is a conversation key you choose; leave it blank to start a new one and reuse
the value you get back to keep a conversation together. Sending is rate-limited per
caller so one subject cannot bury the owner's inbox before they have looked at it once.
Tier: headhunter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| thread | No |