mailofly 0.1.1
mailofly: ^0.1.1 copied to clipboard
Official Dart client for the Mailofly REST API (one-off compose, contacts, templates, campaigns, and more).
0.1.1 #
MailoflyCompose.sendnow uses named parameters (accountKey,subject,body,to,toList,contactIds,cc,bcc,variables,templateId) instead of a raw map. UsesendRawfor the previous escape hatch.
0.1.0 #
- Initial release:
Mailoflyclient with accounts, contacts, templates, segments (including segment contacts), campaigns (runs & send), compose, and mail logs. Mailofly.discovery()for unauthenticatedGET /api/v1.MailoflyExceptionfor API errors.