<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> Action Axons are the final step in your Agent’s workflow. These axons are responsible for sending the processed data to its designated location, whether it’s a communication channel, file storage system, or a database. Output Axons handle the final output of your Agent, ensuring that the data is delivered exactly where it’s needed.
</aside>
The Database Axon enables you to store extracted data from documents or any other processed information into a database. This is particularly useful for managing large datasets or integrating processed data into a structured format for further analysis.
• You can either create a new database table or select an existing table where the extracted information will be stored.
• The data is structured in a way that allows for easy querying and future use, making it ideal for reporting, analysis, or compliance tracking.
This axon ensures that all important data extracted during processing is stored securely and efficiently for future use.
Describe your action in Natural Language. (e.g.: Upload main file to “Demo” folder in Google Drive.
The SharePoint Output Connector Axon allows your Agent to connect to your SharePoint Document Center, automating the process of saving and managing files within your SharePoint system.
• You can designate specific folders in your SharePoint Document Center where processed files will be stored.
• The integration ensures that all files are automatically uploaded to the correct location, maintaining the organization and structure of your document management system.
This axon is ideal for organizations that rely heavily on SharePoint for document storage and collaboration, ensuring that processed files are seamlessly integrated into existing workflows.
The Gmail Sender Axon enables your Agent to send custom emails using your integrated Google account, making it a powerful tool for automating email communications.
How It Works:
• Describe in Natural Language what you want to do using Gmail. (e.g.: Send an email to Max with this {{content_generator_result}}
• Create custom email templates and insert dynamic content using double curly braces, e.g.:
• {{content_generator_result}} for content generated by the Content Generator Axon.
• {{content}} for document text or processed data.
• {{name}} for a datapoint named ‘name’ from a previous Axon.
• {{classification}} for classification results.
• {{current_date}} for the current date.
This axon is ideal for automating workflows that require email notifications, updates, or sharing processed results.