Get template by name
GET /api/v1/partner/email/templates/by-name/:nameFetch a template by its template_name. Same response shape as
GET /templates/:id.
Useful when your code only knows the friendly name (e.g. from a config file) and not the UUID.
cURL
curl https://apis.splashifypro.com/api/v1/partner/email/templates/by-name/welcome \
-H "Authorization: Bearer $SPLASHIFY_API_KEY"