# Connectors

Use these docs when you want to send emails from your own tools, while still using secure The Wallet Crew links in your templates.

If you want The Wallet Crew to send transactional emails (registration, verification, pass delivery), start with [Email provider](https://github.com/TheWalletCrew/docs/blob/main/guides/documentation/connectors/email-provider/README.md).

### Transactional email connectors (The Wallet Crew sends)

* [SendGrid](https://github.com/TheWalletCrew/docs/blob/main/guides/documentation/connectors/email-provider/sendgrid.md)
* [Mailchimp](https://github.com/TheWalletCrew/docs/blob/main/guides/documentation/connectors/email-provider/mailchimp.md) (Transactional / Mandrill)
* [Salesforce Marketing Cloud](https://github.com/TheWalletCrew/docs/blob/main/guides/connect/email-provider/salesforce-marketing-cloud.md)
* [Adobe Marketing Cloud](https://github.com/TheWalletCrew/docs/blob/main/guides/connect/email-provider/adobe-marketing-cloud.md)

### Marketing tools (you send, you embed links)

These integrations are typically used to orchestrate journeys and personalization. You keep full control of deliverability and campaign performance, and you place The Wallet Crew links behind your CTAs.

* [Actito](https://github.com/TheWalletCrew/docs/blob/main/guides/integrate/marketing-automation/actito.md)
* [Klaviyo](https://github.com/TheWalletCrew/docs/blob/main/guides/connect/marketing-automation/klaviyo/README.md)


---

# Agent Instructions: 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:

```
GET https://docs.thewalletcrew.io/guides-enrolment/enrolment/via-email/connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
