{"entry":{"slug":"mailgun-api","name":"Mailgun","category":"api","summary":"Email sending, routing, validation and inbound parsing.","description":"Multipart or JSON sends per domain, routes for inbound mail, address validation.","auth_mode":"Basic auth (api:key)","endpoint":"https://api.mailgun.net/v3","docs_url":"https://documentation.mailgun.com/docs/mailgun/api-reference/","tags":["email","transactional","inbound"],"capabilities":["send_email","inbound_routes","validation","events"],"auth_params":[],"input_format":"multipart/form-data","output_format":"json","rate_limit":"documented per endpoint","pricing":"per 1k emails","invocation_example":"curl -s -u \"api:$MAILGUN_API_KEY\" https://api.mailgun.net/v3/$MAILGUN_DOMAIN/messages -F from=\"you@example.com\" -F to=\"dest@example.com\" -F subject=\"Hi\" -F text=\"Hello\"","verified":false,"verified_at":null,"featured":false,"checks_total":1,"checks_ok":1,"avg_latency_ms":382,"health_ok":true,"health_status_code":404,"health_checked_at":"2026-09-17T18:17:08.224+00:00","health_latency_ms":382,"probe_url":null}}