twitter_x_user_stream_add_user
Add an X username to a stream monitor to watch for new posts. Use for migrating existing stream integrations without a rewrite; prefer twitter_monitor_create for new builds.
Instructions
Compat drop-in for twitter_monitor_create using an x_user_stream-shaped request/response envelope: watch an X account for new posts, translated onto the same underlying monitor system. Free per call. Prefer twitter_monitor_create for new integrations; this exists for migrating an existing x_user_stream-shaped integration without a rewrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_user_name | Yes | The X username to watch, without the @. |