Sign in

Update opt-in email

documented

Update opt-in email content.

GET https://api.unisender.com/ru/api/updateOptInEmailMessagesno 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/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"
Update opt-in email · UniSender · OpenIntegrations