Skip to main content

Documentation Index

Fetch the complete documentation index at: https://knowledge.goautonomous.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Go Autonomous allows you to send emails directly from the platform as part of your workflow. This is used in features like vendor quotation requests, where you need to send a request for quote to a supplier, or when communicating with customers about their orders.

How email sending works

When you use a feature that sends an email (such as sending a vendor quote request), Go Autonomous:
  1. Uses a pre-configured email template appropriate for the context.
  2. Populates the template with relevant data from the current request (order details, product information, etc.).
  3. Sends the email through your connected email system.

Where email sending is used

  • Vendor quotation — send requests for quotes to suppliers directly from Flow. See Send vendor requests for quotes for details.
  • Collaboration notifications — when you @mention someone in a collaboration thread, they may receive an email notification.
  • Password resets — administrators can trigger password reset emails from the user management page.

Prerequisites

Email sending requires a configured Microsoft connector with appropriate permissions to send emails through your organization’s email system.

What’s next