diff --git a/apps/docs/changelog.mdx b/apps/docs/changelog.mdx new file mode 100644 index 0000000..07b0cf1 --- /dev/null +++ b/apps/docs/changelog.mdx @@ -0,0 +1,38 @@ +--- +title: "Changelog" +description: "Product updates and announcements from Unsend" +--- + + + + + + Schedule Campaigns + + +### Schedule Campaigns +You can now Schedule campaigns with natural language like "tomorrow at 9am" or "next Monday at 10am". + +### Campaigns API +We're doubling down on APIs. Now you can create, schedule campaign emails from API. check [API documentation](/api-reference/introduction) + +### Other improvements + +- Camapign Emails are now sent in batches instead of a burst of emails. +- You can bulk upload large amounts of contacts without ui slowness. +- Added delete domain API. + + + + + + Rebranded useSend hero + + +### Suppression List +Hard bounce and complained email addresses are automatically added to the suppression list. Works for both transactional and marketing emails. + +### Rebranding to useSend +From now on we [useSend](https://usesend.com). Make sure to update your docker image and sdks. + + diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 4c19060..eac7cf2 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -96,6 +96,15 @@ ] } ] + }, + { + "tab": "Changelog", + "groups": [ + { + "group": "Updates", + "pages": ["changelog"] + } + ] } ], "global": { diff --git a/apps/docs/images/changelog/schedule-campaign.png b/apps/docs/images/changelog/schedule-campaign.png new file mode 100644 index 0000000..c5f5ac1 Binary files /dev/null and b/apps/docs/images/changelog/schedule-campaign.png differ