Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 994 Bytes

inboundDomains.md

File metadata and controls

22 lines (17 loc) · 994 Bytes

Inbound Domains

This library provides easy access to the Inbound Domains Resource.

Note: All methods return promises and accept an optional last argument callback. Read about how we handle callbacks and promises.

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.