Update template
documentedUpdate an existing template.
GET https://api.unisender.com/ru/api/updateEmailTemplateTemplatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.unisender.com/ru/api/updateEmailTemplate?format=json&api_key={{UNISENDER_API_KEY}}&template_id={{template_id}}&title={{title}}&subject={{subject}}&body={{body}}&lang={{lang}}&text_body={{text_body}}&description={{description}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"