Loops
app.loops.so
Email marketing platform for SaaS. Send transactional and marketing emails, manage contacts, trigger event-based automations, and organize mailing lists.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://app.loops.so/api/v1
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
contact_properties_list
GETRetrieve a list of all custom contact properties.
GET https://app.loops.so/api/v1/api/v1/contact-properties
mailing_lists_list
GETRetrieve a list of all mailing lists.
GET https://app.loops.so/api/v1/api/v1/mailing-lists
transactional_list
GETRetrieve a list of all transactional email templates.
GET https://app.loops.so/api/v1/api/v1/transactional
All Capabilities (11)
utility (1)
Test if the API key is valid and working.
contact_properties (2)
Create a new custom contact property.
Retrieve a list of all custom contact properties.
contacts (4)
Create a new contact in Loops with email and custom properties.
Delete a contact from Loops by email or user ID.
Find a contact by email address.
Update an existing contact's properties in Loops.
events (1)
Send an event to trigger automations for a contact.
mailing_lists (1)
Retrieve a list of all mailing lists.
transactional (2)
Retrieve a list of all transactional email templates.
Send a transactional email using a pre-built template.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Loops
Description: Email marketing platform for SaaS. Send transactional and marketing emails, manage contacts, trigger event-based automations, and organize mailing lists.
Auth: api_key
Capabilities (11 total):
utility (1):
- api_key_test: Test if the API key is valid and working.
contact_properties (2):
- contact_properties_create: Create a new custom contact property.
- contact_properties_list: Retrieve a list of all custom contact properties.
contacts (4):
- contacts_create: Create a new contact in Loops with email and custom properties.
- contacts_delete: Delete a contact from Loops by email or user ID.
- contacts_find: Find a contact by email address.
- contacts_update: Update an existing contact's properties in Loops.
events (1):
- events_send: Send an event to trigger automations for a contact.
mailing_lists (1):
- mailing_lists_list: Retrieve a list of all mailing lists.
transactional (2):
- transactional_list: Retrieve a list of all transactional email templates.
- transactional_send: Send a transactional email using a pre-built template.
Top capabilities (ready to call):
- contact_properties_list: GET /api/v1/contact-properties
- mailing_lists_list: GET /api/v1/mailing-lists
- transactional_list: GET /api/v1/transactional