v0.4.0
🚀 Enhancements
⚠️ Update to mailchannels email api0.11.0(#1)
New endpoints:
- 📢 Webhooks
- 🪪 Sub-accounts
- 📊 Metrics
- 🚫 Suppressions
Updated endpoints:
- 📧 Emails
- Send an Email
AddedcampaignIdandtransactionaloptions.
- Send an Email
- 📢 Webhooks
- Enroll for Webhook Notifications
Endpoint value length is now limited to a maximum of 8000 characters.
- Enroll for Webhook Notifications
- 🪪 Sub-accounts
- Create Sub-account
Sub-account creation now requires a company name parameter// Before subAccounts.create('validhandle123') // Now subAccounts.create('My Company', 'validhandle123')
- Create Sub-account
🩹 Fixes
- domains: Add missing returning type in
addListEntry(14a755a)
📖 Documentation
- Update new endpoints list and add links (7880e36)
🏡 Chore
- lint: Add
function-call-spacingstylistic rule (ac9055e)
✅ Tests
- Error prop must be truthy on error (ffed7a9)
🤖 CI
⚠️ Breaking Changes
⚠️ Update to mailchannels email api0.11.0(#1)
❤️ Contributors
- Yizack Rangel (@Yizack)