This API searches and retrieves a list of SMS templates, created in your MoEngage account, based on specified filter criteria.
page: The page number of the results you wish to fetch.entries: The number of templates to return per page, with a maximum value of 15.Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
Use search filters to find SMS templates.
Notes:
This field contains the index of the pages to be returned in the search result
This field contains the number of templates to return per page.
x <= 15This field indicates the name of the template. When this value is specified, the template that matches the name specified in this field will be returned (partial search is supported).
This field indicates the template source that created the template. When specified, templates whose source matches the one specified in this list will be returned.
API, MOENGAGE This field indicates whether the template is a custom one or a pre-built one. When specified, templates whose template type matches the one specified in this list will be returned.
CUSTOM, PRE_BUILT This field indicates the user who created the template. When specified, the templates for which the created_by user information matches that specified in this list will be returned.
This field indicates the user who updated the template. When specified, the templates for which the updated_by user information matches that specified in this list will be returned.
This field indicates the sorting parameters for the search result and the sort order.
This field indicates the list of template IDs that must be fetched. When this value is specified, the template that matches the ID specified in this field will be returned.
Search successful. Returns a list of templates.