Brings client emails into Synap: Mailgun forwards incoming mail to your pod, which verifies it and files each message under the matching client. Also works for Proton Mail via auto-forward. Inbound only. Needs a Mailgun inbound route and webhook signing key.
What your agent can do with it
- mailgunMailgun connector. v1 is INBOUND-ONLY: `credentialRef` holds the webhook SIGNING key, consumed directly by the pod's /api/webhooks/mailgun/:token route to verify inbound signature…
What you will need
Asked for at install. Stored in your pod, never on our servers.
- Mailgun HTTP webhook signing keyThe Mailgun account's HTTP webhook signing key (Sending -> Webhooks -> HTTP webhook signing key). Used to verify inbound webhook signatures; NOT an API key. St…
- {{name}} Mailgun webhook signing keySecretMailgun HTTP webhook signing key used to verify inbound-route webhook signatures for the mailgun connector.