action braze_see_email_template_information { label: "See Email Template Information" description: "Use to get information on your email templates.\n\nUse the Template REST APIs to programmatically manage the email templates that you have stored on the Braze dashboard, on the Templates & Media page. Braze provides two endpoints for creating and updating your email templates.\n\n### Request Components\n- [Template Identifier](https://www.braze.com/docs/api/identifier_types/)" provider: braze method: GET path: "/templates/email/info" encoding: json input: { type: "object" properties: { email_template_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }