brevo.cancelScheduledEmail cancel a scheduled Brevo email or batch before processing.
Example
Inputs
identifier is the batch UUID or provider message ID returned by a scheduled send. The second argument can select { account }.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a scheduled Brevo email or batch before processing.
brevo.cancelScheduledEmail cancel a scheduled Brevo email or batch before processing.
import { automation, onDashboardRun } from "automate.ax"
import { brevo } from "automate.ax/brevo"
export default automation("Cancel scheduled email", () => {
onDashboardRun({ title: "Cancel scheduled email" })
brevo.cancelScheduledEmail({
identifier: "44a78691-b608-4c6a-9c88-7599024d2c76",
})
})
identifier is the batch UUID or provider message ID returned by a scheduled send. The second argument can select { account }.