Update opt-in email
documentedUpdate opt-in email content.
GET https://api.unisender.com/ru/api/updateOptInEmailMessagesno 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/updateOptInEmail?format=json&api_key={{UNISENDER_API_KEY}}&sender_name={{SENDER_NAME}}&sender_email={{SENDER_EMAIL}}&subject={{SUBJECT}}&body={{BODY}}&list_id={{LIST_ID}}" \
-X GET \
-H "Accept: application/json"