update-status
Set or update user status messages in Zulip, including text, emoji, and availability. Supports Unicode, custom organization, and special Zulip emojis to personalize status updates.
Instructions
Update user status message with emoji and availability. Examples: Unicode emoji (emoji_name: 'coffee', emoji_code: '2615'), custom org emoji (reaction_type: 'realm_emoji'), or Zulip special emoji (reaction_type: 'zulip_extra_emoji').
Input Schema
Name | Required | Description | Default |
---|---|---|---|
away | No | Set away status (deprecated in Zulip 6.0, will be removed) | |
emoji_code | No | Emoji identifier: for unicode_emoji use codepoint (e.g., '2615' for coffee), for realm_emoji use custom emoji ID, for zulip_extra use emoji ID | |
emoji_name | No | Emoji name: for unicode use short name (e.g., 'coffee', 'airplane'), for realm_emoji use custom name, for zulip_extra use special names like 'zulip' | |
reaction_type | No | Emoji type: 'unicode_emoji' for standard emojis (default), 'realm_emoji' for organization custom emojis, 'zulip_extra_emoji' for special Zulip emojis | |
status_text | No | Status message text (max 60 chars, empty string clears status) |