Create project
documentedCreate a new project.
POST https://goapi.unisender.ru/ru/transactional/api/v1/project-create.jsonProjectsno 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://go1.unisender.ru/ru/transactional/api/v1/project/create.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-API-KEY: {{UNISENDER_API_KEY}}" \
-d '{"project": {"name": "{{$project_name}}", "country": "{{$country}}", "send_enabled": {{$send_enabled}}, "custom_unsubscribe_url_enabled": {{$custom_unsubscribe_url_enabled}}, "backend_domain_id": {{$backend_domain_id}}, "unsubscribe_page_id": {{$unsubscribe_page_id}}}}'