Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 843 Bytes

inboundDomains.md

File metadata and controls

20 lines (16 loc) · 843 Bytes

Inbound Domains

This library provides easy access to the Inbound Domains Resource.

Methods

  • list()
    List an overview of all inbound domains in the account.
  • get(domain)
    Get an inbound domain by its domain name
    • domain - the name of the domain you want to look up required
  • create(createOpts)
    Create a new inbound domain
  • delete(domain)
    Delete an existing inbound domain
    • domain - the name of the domain you want to delete required

Examples

Visit our examples section to see all of our inbound domains resource examples.