Create push broadcast
shop_create_push_broadcastCreates a push broadcast message for all your shop app users, with optional scheduling and tap action. Guidance: Creates a push broadcast message for all your shop app users, with optional scheduling and tap action. | context: message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send | No | Optional send timing. Omit or use now for immediate sends; use at with send_at for delayed sends. | |
| item_id | No | Optional item id for section actions. For shop item actions, use only when the parent section was resolved from cms_list_cms_sections or cms_list_sections with type commerce. | |
| message | Yes | Message which will be sent to all your shop app users. | |
| send_at | No | Use only when send is at. Include the MCP client user's timezone offset, for example 2026-05-28T09:30+02:00. | |
| action_url | No | URL for action_type external_link. For section actions, provide only when a public URL or path is already known. | |
| section_id | No | Section id for action_type section; can open any resolved app or shop section. When the user names a section, first call cms_list_cms_sections with types article, photo, video, sound, maps, and agenda; if no match, call cms_list_sections with the same types plus commerce. Match titles case-insensitively and ask for an id only if nothing matches. Do not use section_id/item_id for eCommerce products. | |
| action_type | No | Optional tap action. Omit or use open_app to open the app. | |
| product_slug | No | Product slug for action_type product_url. | |
| use_local_time | No | Optional, advanced. Omit it for normal scheduling; the tool converts send_at to UTC so the push fires at that instant. Set true only when the user explicitly wants delivery at the given wall-clock time in each recipient's own timezone. |