resend.getTopic get a Resend subscription topic.
automations/resend-getTopic.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 subscription topic.
resend.getTopic get a Resend subscription topic.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Get topic", () => {
resend.getTopic({ topicId: "topic_123" })
})
{ account } selects the Resend account binding.