February 2024

Messaging Service Updates

3min

Date: February 5, 2024

Overview

We are excited to introduce the following updates to the messaging service. This release includes updates to template management and provider defaults customization.

Summary of updates

Configurable Provider Defaults

We introduced the isTenantDefault flag to the CreateServiceProvider API enabling tenants to select their preferred default provider.

Template Management

We added the tag body parameter to the the CreateTemplate API to add searchable tags to templates.

Additionally, we added new capabilities to the GetAllTemplates API to make retrieving and filtering templates easier:

  • Search by status: Filter templates based on the isActive flag to retrieve active or inactive templates
  • Identify default templates: Use the isDefault parameter to get default templates
  • Tag-based lookup: Supply tags to only get templates marked with specific tags.