Marketplace
Toolsaction

Update Beat

Change the description, type, or schedule of an existing beat by ID.

tool name: update_beat

Updates an existing beat. Use List Beats first if the ID is unknown. Any of description, type, cron schedule, or notification channel/target can be changed independently.

Parameters

NameTypeRequiredDescription
idstringyesThe UUID of the beat to update.
beatstringNew description for the beat.
typestringreminder, scheduled_beatNew type for the beat.
cron_expressionstringNew 5-field cron expression, e.g. "0 9 * * 1" (every Monday at 9am).
channelstringtelegram, whatsappNew channel for the beat, if it should notify a different chat. Must be provided together with target.
targetstringNew recipient address (Telegram chat id or WhatsApp JID) for the beat. Must be provided together with channel.
View sourceImprove this entry