Email campaign senders

Get list of email senders

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/getEmailSenders" target="_blank">Try in sandbox</a><br>Retrieves a list of configured email senders available for creating email campaigns.

get/api/v2/email-campaigns/email-senders

Query parameters

domainIdinteger

Filter email senders by specific domain ID.

Response

Email senders retrieved successfully.

Example response

{
  "items": [
    {
      "id": 456,
      "domainId": 123,
      "email": "noreply@company.com",
      "createdAt": "2023-12-01T10:00:00Z",
      "domainStatus": "verified",
      "fromName": "Company Newsletter",
      "replyTo": "support@company.com"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.