FruxonDocs

Loops

Manage email contacts, mailing lists, and send transactional emails using Loops

The Loops integration connects your agents to the Loops email platform for managing contacts, mailing lists, triggering email workflows, and sending transactional emails.

Prerequisites

You need:

  • Loops API Key — Generate one from Settings → API in your Loops dashboard.

Setup

  1. Open Integrations from the sidebar
  2. Select Loops from the catalog
  3. Click Add Integration Config
  4. Give the config a display name (e.g., "Loops")
  5. Enter your API Key (used as a Bearer token)
  6. Save the config

Using in Your Agent

  1. Open your agent in Agent Studio and select an Agent Step
  2. Under Attached Integration Configurations, click Attach configuration and choose your config
  3. Attach Loops tools from the tools panel
  4. Tools are referenced as loops.create_contact, loops.send_event, etc.

Available Tools

Contacts

ToolDescriptionAction Type
create_contactCreate a new contact in LoopsIrreversible
update_contactUpdate an existing contact or create a new oneReversible
find_contactFind a contact by email address or userIdReadOnly
delete_contactDelete a contact by email address or userIdIrreversible

Mailing Lists

ToolDescriptionAction Type
list_mailing_listsList all mailing lists in your Loops accountReadOnly

Events & Email

ToolDescriptionAction Type
send_eventSend an event to trigger an email workflowIrreversible
send_transactional_emailSend a transactional email using a templateIrreversible

Properties

ToolDescriptionAction Type
list_contact_propertiesList all contact properties (custom fields)ReadOnly

On this page