Setup

email_connect_provider

Connect a sending provider.

read email_connect_provider

Connect a sending provider. sendandretain is Send & Retain's own sending: no API key, no settings page — this connects it immediately and is what a new company should start on. resend/sendgrid return the settings-page URL where the HUMAN pastes their key; keys never travel through chat or MCP. Both can be connected at once: traffic splits between them and a failing provider fails over to the other. Re-check with email_get_connection_status after.

Parameters

ParameterTypeRequiredDescription
providersendandretain | resend | sendgridNo
projectIdstringNoTarget company (project id) — required on company-scoped tools. Call email_list_projects to enumerate companies.

On this page