Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Subscription = Subscription {}
- data EmailId
- data MailList = MailList {}
- data Filters = Filters {}
- data Subscribers = Subscribers {}
- data BatchSubscription = BatchSubscription {}
- data Batch = Batch {
- b_email :: EmailId
- b_email_type :: String
- data Campaign = Campaign {}
- data Options = Options {
- o_list_id :: String
- o_subject :: String
- o_from_email :: String
- o_from_name :: String
- o_to_name :: String
- o_template_id :: Int
- data Content
- data SendMail = SendMail {}
- data Template = Template {}
- data TemplateTypes = TemplateTypes {}
- data SubscriptionResponse = SubscriptionResponse {}
- data MailListResponse = MailListResponse {}
- data ListSubscribersResponse = ListSubscribersResponse {}
- data BatchSubscriptionResponse = BatchSubscriptionResponse {}
- data SendMailResponse = SendMailResponse {}
- data TemplateResponse = TemplateResponse {}
Request JSON data types
Enum type JSON data structure for Email related variables
Batch | |
|
Options | |
|
data TemplateTypes Source
Response JSON data types
data SubscriptionResponse Source
Response JSON from 'lists/subscribe.json' call
data MailListResponse Source
Response JSON from 'lists/list.json' call, which lists the mailing lists in the given account with relevant API key
data ListSubscribersResponse Source
Response JSON from 'lists/members.json' call, which contains the details each subscriber in the given mailing list
data BatchSubscriptionResponse Source
Response JSON from the 'lists/batch-subscribe.json' call, which contains the information of the subscriptions of each newly added member
data SendMailResponse Source