resend.cancelBroadcast cancel a scheduled Resend broadcast.
automations/resend-cancelBroadcast.automation.ts
{ account } selects the Resend account binding.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a scheduled Resend broadcast.
resend.cancelBroadcast cancel a scheduled Resend broadcast.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Cancel broadcast", () => {
resend.cancelBroadcast({ broadcastId: "broadcast_123" })
})
{ account } selects the Resend account binding.