AhaSend · Example Payload

Openapi V2 Create Smtp Credential Request Example

EmailTransactional EmailDeveloper ToolsSMTPWebhooks

Openapi V2 Create Smtp Credential Request Example is an example object payload from AhaSend, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namesandboxscopedomains

Example Payload

Raw ↑
{
  "name": "Example Name",
  "sandbox": true,
  "scope": "global",
  "domains": [
    "mail.example.com"
  ]
}