brevo.blockEmailDomain block a recipient domain from Brevo transactional email.
Example
Inputs
domain must be a fully qualified domain and is normalized to lowercase. 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.
Block a recipient domain from Brevo transactional email.
brevo.blockEmailDomain block a recipient domain from Brevo transactional email.
import { automation, onDashboardRun } from "automate.ax"
import { brevo } from "automate.ax/brevo"
export default automation("Block email domain", () => {
onDashboardRun({ title: "Block email domain" })
brevo.blockEmailDomain({ domain: "blocked.example.com" })
})
domain must be a fully qualified domain and is normalized to lowercase. The second argument can select { account }.