mandrill-0.5.3.3: Library for interfacing with the Mandrill JSON API

Safe HaskellNone
LanguageHaskell2010

Network.API.Mandrill.Inbound

Documentation

addDomain Source #

Arguments

:: MandrillKey

The API key

-> Text

The domain to add

-> Maybe Manager 
-> IO (MandrillResponse DomainAddResponse) 

addRoute Source #

Arguments

:: MandrillKey

The API key

-> Text

The domain to add

-> Text

the pattern including wildcards

-> Text

URL to forward to

-> Maybe Manager 
-> IO (MandrillResponse RouteAddResponse)