Sign in

Create domain credential

documented

Create SMTP credentials for a domain.

POST /v3/domains/{domain_name}/credentialsCredentialsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.mailgun.net/v3/domains/{{$domain_name}}/credentials" \
  -X POST \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json" \
  -F "login={{$login}}" \
  -F "mailbox={{$mailbox}}" \
  -F "system={{$system}}" \
  -F "password={{$password}}"
Create domain credential · mailgun · OpenIntegrations