Skip to main content
All CollectionsBuild AutomationsSteps
Send Emails Directly from Torq
Send Emails Directly from Torq

Send emails directly from Torq using the Send Email step—no third-party integration is required.

Updated over 3 weeks ago

The Send Email step enables you to send emails directly from Torq without needing third-party integrations. It streamlines automation by keeping stakeholders informed—simply add the step to your workflow and provide the email details.

How to Use

  1. Add the Send Email Step: Include the step where an email notification is needed in your workflow.

  2. Configure the Step Parameters:

    • Recipients: Enter a comma-separated list of email addresses.

    • Sender name: Set the name that will appear as the sender.

    • Subject: Provide a brief subject line that reflects the purpose of the email.

    • Body Type: Choose between plain text or raw HTML for the email body.

    • Body: Write the content of the email.

    • (Optional) Attachments: Provide an array of attachments. Each entry should be a JSON key-value pair, where the file name is the key and the base64-encoded file is the value.

  3. Run the Workflow: Execute the step to send the email.

The email will be sent from <workspace_name>-noreply@torqmail.io

Additional Information

  • Email Recipients: Emails can only be sent to addresses within your organization’s domain (the domain of the workspace users). Contact Torq Support to add other permitted domains.

  • Daily Limit: By default, the daily email limit is 25 per workspace. Contact Torq Support to request an increase.

Did this answer your question?