resend.getBroadcast get a Resend broadcast.
automations/resend-getBroadcast.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.
Get a Resend broadcast.
resend.getBroadcast get a Resend broadcast.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Get broadcast", () => {
resend.getBroadcast({ broadcastId: "broadcast_123" })
})
{ account } selects the Resend account binding.