La tarea Enviar correo electrónico te permite enviar notificaciones de correo electrónico personalizadas desde su integración.
Puedes enviar un correo electrónico a uno o más destinatarios con un asunto y un mensaje personalizados.
Configura la tarea de enviar correos electrónicos
Para configurar la tarea Enviar correo electrónico, haz lo siguiente:
En la consola de Google Cloud , ve a la página Application Integration.
En el menú de navegación, haz clic en Integraciones.
Aparecerá la página Integraciones, en la que se enumeran todas las integraciones disponibles en el proyecto de Google Cloud.
Selecciona una integración existente o haz clic en Crear integración para crear una nueva.
Si creas una integración nueva, haz lo siguiente:
Ingresa un nombre y una descripción en el panel Crear integración.
Selecciona una región para la integración.
Selecciona una cuenta de servicio para la integración. Puedes cambiar o actualizar los detalles de la cuenta de servicio de una integración en cualquier momento desde el panel infoResumen de la integración en la barra de herramientas de la integración.
Haz clic en Crear. La integración recién creada se abrirá en el editor de integración.
En la barra de navegación del editor de integración, haz clic en Tareas para ver la lista de tareas y conectores disponibles.
Haz clic y coloca el elemento de tarea Enviar correo electrónico en el editor de integración.
Haz clic en el elemento de tarea Enviar correo electrónico en el diseñador para abrir el panel de configuración de la tarea Enviar correo electrónico.
Configura los campos mostrados mediante las propiedades de configuración para la tarea, como se detalla en las tablas que aparecen a continuación.
Los cambios en las propiedades se guardan de forma automática.
Propiedades de configuración
En la siguiente tabla, se describen las propiedades de configuración de la tarea Send Email.
Propiedad
Tipo de datos
Descripción
Recipients
String
Dirección de correo electrónico de los destinatarios. Puedes especificar varias direcciones de correo electrónico separadas por comas. Por ejemplo, test1@gmail.com,test2@gmail.com.
Como alternativa, también puedes crear una variable de tipo Array de cadenas y agregar correos electrónicos separados por comas en el valor.
Subject
String
Línea de asunto del correo electrónico.
Body
String
Cuerpo del correo electrónico en texto sin formato.
Puedes establecer las propiedades en cualquiera de los siguientes valores:
Un literal
Una variable de integración
Una combinación de un literal y una variable de integración
En los campos Asunto y Cuerpo, puedes ingresar combinaciones de literales y variables de integración para los valores de cadena. Usa la notación de signo de dólar para los nombres de las variables, es decir, coloca un signo $ al principio del nombre de la variable.
Por ejemplo, si deseas usar una variable $varSubject$ en el Asunto del correo electrónico, debes ingresar un texto similar a Test $varSubject$ , en el que Test es un literal y $varSubject$ es la variable.
Estrategia de manejo de errores
Una estrategia de manejo de errores de una tarea específica la acción que se debe realizar si la tarea falla debido a un error temporal. Para obtener información sobre cómo usar una estrategia de manejo de errores y conocer los diferentes tipos de estrategias de manejo de errores, consulta Estrategias de manejo de errores.
Cuotas y límites
Para obtener más información sobre las cuotas y los límites, consulta Cuotas y límites.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-03 (UTC)"],[[["\u003cp\u003eThe Send Email task allows you to send custom email notifications directly from your integration to one or more recipients.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure the Send Email task within the Application Integration editor by specifying recipients, subject, and the message body.\u003c/p\u003e\n"],["\u003cp\u003eEmail properties such as recipients, subject, and body can be set using literals, integration variables, or a combination of both.\u003c/p\u003e\n"],["\u003cp\u003eError handling strategies can be implemented to manage temporary errors that may occur during the execution of the Send Email task.\u003c/p\u003e\n"],["\u003cp\u003eYou can find additional information about supported connectors, tasks, error handling, testing and publishing in the provided links.\u003c/p\u003e\n"]]],[],null,["# Send Email task\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nSend Email task\n===============\n\nThe **Send Email** task lets you send custom email notifications from your integration.\nYou can email one or more recipients with a custom subject and a custom message.\n\nConfigure the Send Email task\n-----------------------------\n\nTo configure the **Send Email** task:\n\n1. In the Google Cloud console, go to the **Application Integration** page.\n\n [Go to Application Integration](https://console.cloud.google.com/integrations)\n2. In the navigation menu, click **Integrations** .\n\n\n The **Integrations** page appears listing all the integrations available in the Google Cloud project.\n3. Select an existing integration or click **Create integration** to create a new one.\n\n\n If you are creating a new integration:\n 1. Enter a name and description in the **Create Integration** pane.\n 2. Select a region for the integration. **Note:** The **Regions** dropdown only lists the regions provisioned in your Google Cloud project. To provision a new region, click **Enable Region** . See [Enable new region](/application-integration/docs/enable-new-region) for more information.\n 3. Select a service account for the integration. You can change or update the service account details of an integration any time from the info **Integration summary** pane in the integration toolbar. **Note:** The option to select a service account is displayed only if you have enabled integration governance for the selected region.\n 4. Click **Create** . The newly created integration opens in the *integration editor*.\n\n\n4. In the *integration editor* navigation bar, click **Tasks** to view the list of available tasks and connectors.\n5. Click and place the **Send Email** task element in the integration editor.\n6. Click the **Send Email** task element on the designer to open the **Send Email** task configuration pane.\n7. Configure the displayed fields using the [Configuration properties](#params) for the task as detailed in the tables below.\n\n\n All changes to the properties are saved automatically.\n\nConfiguration properties\n------------------------\n\n\nThe following table describes the configuration properties of the **Send Email** task.\n\n\nYou can set the properties to any of the following values:\n\n- A literal\n- An integration variable\n- A combination of a literal and an integration variable\n\n\nFor the **Subject** and **Body** fields, you can enter combinations of literals and integration variables for the string values. Use dollar sign notation for variable names, that is, precede and follow the variable name with a `$` sign.\nFor example, if you want to use a variable `$varSubject$` in the email **Subject** , you will enter text similar to `Test $varSubject$ `where `Test` is a literal and `$varSubject$` is the variable.\n\nError handling strategy\n-----------------------\n\n\nAn error handling strategy for a task specifies the action to take if the task fails due to a [temporary error](/application-integration/docs/error-handling). For information about how to use an error handling strategy, and to know about the different types of error handling strategies, see [Error handling strategies](/application-integration/docs/error-handling-strategy).\n\nQuotas and limits\n-----------------\n\nFor information about quotas and limits, see [Quotas and limits](/application-integration/docs/quotas).\n\nWhat's next\n-----------\n\n- Learn about [all tasks and triggers](/application-integration/docs/all-triggers-tasks).\n- Learn how to [test and publish an integration](/application-integration/docs/test-publish-integrations).\n\n- Learn about [error handling](/application-integration/docs/error-handling-strategy).\n- Learn about [integration execution logs](/application-integration/docs/introduction-logs)."]]