Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
EventSent | |
EventDeferred | |
EventHardBounced | |
EventSoftBounced | |
EventOpened | |
EventClicked | |
EventMarkedAsSpam | |
EventUnsubscribed | |
EventRejected |
data WebhookAddRq Source #
WebhookAddRq | |
|
Instances
Show WebhookAddRq Source # | |
Defined in Network.API.Mandrill.Webhooks showsPrec :: Int -> WebhookAddRq -> ShowS # show :: WebhookAddRq -> String # showList :: [WebhookAddRq] -> ShowS # | |
ToJSON WebhookAddRq Source # | |
Defined in Network.API.Mandrill.Webhooks toJSON :: WebhookAddRq -> Value # toEncoding :: WebhookAddRq -> Encoding # toJSONList :: [WebhookAddRq] -> Value # toEncodingList :: [WebhookAddRq] -> Encoding # | |
FromJSON WebhookAddRq Source # | |
Defined in Network.API.Mandrill.Webhooks parseJSON :: Value -> Parser WebhookAddRq # parseJSONList :: Value -> Parser [WebhookAddRq] # |