Sign in

Get template

documented

Get a template by ID.

GET https://api.unisender.com/ru/api/getTemplateTemplatesno implementation yet0 runs
No 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/getTemplate?format=json&api_key={{UNISENDER_API_KEY}}&template_id={{$template_id}}" \\n  -X GET \\n  -H "Accept: application/json" \\n  -H "Content-Type: application/json"
Get template · UniSender · OpenIntegrations