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.
- list()
List an overview of all inbound domains in the account. - get(domain)
Get an inbound domain by its domain namedomain
- the name of the domain you want to look up required
- create(createOpts)
Create a new inbound domaincreateOpts
- a hash of inbound domain attributes required
- delete(domain)
Delete an existing inbound domaindomain
- the name of the domain you want to delete required
Visit our examples section to see all of our inbound domains resource examples.