Example: Invoice Agent

An agent that extracts information from invoices and stores the data in a database:

  1. Trigger: Use an Uploader Axon to upload invoices.
  2. Task: Add an Extractor Axon to pull details such as invoice number, date, and total amount.
  3. Task: Use a Doc Generator Axon to create a formatted report.
  4. Action: Connect a Database Connector to store the extracted information.

Example: CV Processing Agent

An agent that processes CVs and organizes candidate information for HR:

  1. Trigger: Use an Uploader Axon to upload CVs in formats like PDF or Word.
  2. Task: Add an Extractor Axon to pull details such as candidate name, skills, and experience.
  3. Task: Use a File Renamer Axon to rename each file based on the candidate’s name (e.g., {{name}}_CV.pdf).
  4. Action: Store extracted data in a Database Connector.

Example: Sales Agent

An agent that processes sales-related emails and logs the data into a database:

  1. Trigger: Set up a Gmail Reader Axon to monitor a sales inbox.
  2. Task: Use an Extractor Axon to extract details like customer name, inquiry, and purchase details.
  3. Action: Save the extracted data using a Database Connector.

Example: Automated Email Generator Agent

An agent that creates and sends personalized emails:

  1. Trigger: Use a Gmail Reader Axon to fetch customer inquiries.