Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.25 KB

File metadata and controls

33 lines (21 loc) · 2.25 KB

EmailSending

Types:

Methods:

  • client.emailSending.send({ ...params }) -> EmailSendingSendResponse
  • client.emailSending.sendRaw({ ...params }) -> EmailSendingSendRawResponse

Subdomains

Types:

Methods:

  • client.emailSending.subdomains.create({ ...params }) -> SubdomainCreateResponse
  • client.emailSending.subdomains.list({ ...params }) -> SubdomainListResponsesSinglePage
  • client.emailSending.subdomains.delete(subdomainId, { ...params }) -> SubdomainDeleteResponse
  • client.emailSending.subdomains.get(subdomainId, { ...params }) -> SubdomainGetResponse

DNS

Methods:

  • client.emailSending.subdomains.dns.get(subdomainId, { ...params }) -> DNSRecordsSinglePage