> For the complete documentation index, see [llms.txt](https://docs.mailofly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailofly.com/changelog/readme.md).

# External integrations

Connect Mailofly to your email infrastructure, workspace tools, and automation stack.

{% hint style="info" %}
Mailofly is **bring-your-own-transport** — you keep your ESP contracts and domain reputation while Mailofly handles audiences, templates, and delivery orchestration.
{% endhint %}

***

## Integration map

| Integration            | Status               | Guide                                                                   |
| ---------------------- | -------------------- | ----------------------------------------------------------------------- |
| SMTP providers         | ✓ Available          | [SMTP providers](/changelog/email-infrastructure/smtp-providers.md)     |
| Google Workspace       | ✓ Available          | [Google Workspace](/changelog/email-infrastructure/google-workspace.md) |
| REST API               | ✓ Available          | [API overview](https://docs.mailofly.com/api)                           |
| Google Sheets segments | ✓ Available (Basic+) | [Contacts guide](https://docs.mailofly.com/guides/contacts)             |
| Webhooks               | 🔜 Roadmap           | [Webhooks](/changelog/automation/webhooks.md)                           |
| Zapier / n8n           | Via API              | [REST API automation](/changelog/automation/rest-api-automation.md)     |

***

## Architecture

```
Your app / CRM / script
        │
        ▼
  Mailofly REST API  ──→  Contacts, Templates, Campaigns
        │
        ▼
  Sending accounts   ──→  SMTP / Google / Domain relay (SES)
        │
        ▼
  Recipient inbox
```

Mailofly sits between your business logic and your mail transport — it doesn't replace your ESP, it orchestrates sends through it.

***

## Choose your path

{% tabs %}
{% tab title="Transactional email" %}
Use [**Compose API**](https://docs.mailofly.com/api/compose) with an `acc_` account key. Ideal for order confirmations, password resets, and alerts from your backend.
{% endtab %}

{% tab title="Marketing campaigns" %}
Use [**Campaigns API**](https://docs.mailofly.com/api/campaigns) + [**Segments**](https://docs.mailofly.com/api/segments). Schedule recurring sends or trigger manual blasts.
{% endtab %}

{% tab title="Live audiences" %}
Connect a [**Google Sheet**](https://docs.mailofly.com/guides/contacts) to a segment. New spreadsheet rows sync into Mailofly automatically.
{% endtab %}
{% endtabs %}

***

## Related

* [Guides overview](https://docs.mailofly.com/guides)
* [API keys](https://docs.mailofly.com/getting-started/api-keys)
* [Domains & DNS](https://docs.mailofly.com/guides/domains)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mailofly.com/changelog/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
