Public APIs are now available for Email Builder Template 🚀

We’re excited to announce Phase 1 of public API support for creating, updating, deleting, and fetching Email Builder Templates. These APIs enable developers to perform seamless CRUD operations for Email Builder Templates.

These APIs will enable developers to perform all the necessary operations on the above entities.

We’ve added the following scopes for accessing Email Builder Template-

emails/builder.write

emails/builder.readonly

  • POST /emails/builder : Create an Email Builder Template – Link

  • POST /emails/builder/data : Update an Email Builder Template – Link

  • GET /emails/builder: Fetch all Email Builder Templates by location – Link

  • DELETE /emails/builder/:locationId/:templateId : Delete an Email Builder Template – Link

Developers will be able to use the APIs seamlessly for Email Builder Template operations. This will help you to get it automated and more seamless.