You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Campaign Filtering, Template Management, and Bounce API Improvements
Summary
This PR expands campaign, template, and bounce-related API functionality. It adds new query parameters, template routing support, ordering options, and additional bounce endpoints/methods for campaign and subscriber-specific bounce handling.
Changes
Campaigns
Added support for queryParams.subject in getCampaigns
Allows filtering or searching campaigns by subject
Templates
Added template update method
Added default template routes
Added order support to template request handling
CodeRabbit
Added CodeRabbit integration/configuration
Bounces
Added list bounces endpoint
Added status parameter support for bounces
Added methods for retrieving bounces by campaign
Added methods for retrieving bounces by subscriber
Updated bounce rules handling to use id as a parameter
0 commit comments