Mailgent

Mailgent for Make

Wire Mailgent into Make scenarios with the HTTP module. Send agent email, read replies, and manage secrets as steps in your visual automations.

Make builds automations visually, and any HTTP API becomes a module. Mailgent plugs in the same way: an HTTP module call to send mail, poll the inbox, or fetch a credential.

Your scenario gains an agent identity without code — a real address and scoped access to the wider toolset.

Add an HTTP module

Configure an HTTP module with the Mailgent endpoint and the agent's bearer token, mapping scenario data into the request body. Chain it after a trigger to send mail on events.

Keep the key in a Make connection rather than inline.

HTTP module
POST https://api.mailgent.dev/v0/mail/send
Authorization: Bearer mgnt-...

{ "to": "{{1.email}}", "subject": "Hello", "text": "{{1.message}}" }

React to inbound mail

Use a scheduled scenario to poll the inbox and act on new messages, so Make can route, reply to, or escalate email the agent receives.

FAQ

Is there a native Make app?

The HTTP module covers every endpoint today, so no custom app is required to use Mailgent in Make.

Can I send dynamic content?

Yes. Map fields from earlier modules into the request body to personalize each send.

Give your agent an inbox.

A real email address, a vault, 2FA, and an identity in one API call.

Get started