Endpoints
The In-app Templates API is a collection of the following endpoints:- Create In-app Template: Creates a new In-app template (Self-Handled or HTML).
- Update In-app Template: Updates an existing template.
- Search In-app Templates: Finds templates using filters like name, source, type, or creator ID.
FAQs
Which template types are supported via API?
Which template types are supported via API?
Currently, the API supports SELF_HANDLED (JSON-based) and INAPP_HTML template types.
How do I apply template updates to active campaigns?
How do I apply template updates to active campaigns?
When using the Update In-app Template API, set the
update_campaigns flag to true. This will update all running campaigns currently using that template to the latest version.