action sendgrid_get_mail_settings_template { label: "Retrieve legacy template mail settings" description: "**This endpoint allows you to retrieve your current legacy email template settings.**\n\nThis setting refers to our original email templates. We currently support more fully featured [Dynamic Transactional Templates](https://sendgrid.com/docs/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates/).\n\nThe legacy email template setting wraps an HTML template around your email content. This can be useful for sending out marketing email and/or other HTML formatted messages. For instructions on using legacy templates, see how to [\"Create and Edit Legacy Transactional Templates](https://sendgrid.com/docs/ui/sending-email/create-and-edit-legacy-transactional-templates/). For help migrating to our current template system, see [\"Migrating from Legacy Templates\"](https://sendgrid.com/docs/ui/sending-email/migrating-from-legacy-templates/)." provider: sendgrid method: GET path: "/mail_settings/template" encoding: json output: { type: "object" properties: { enabled: { type: "boolean" description: "Indicates if the legacy email template setting is enabled." } html_content: { type: "string" description: "The HTML content that you want to use for your legacy email template." } } } }