Sign in

Send email (legacy)

documented

Send an email using a previously created message.

GET https://api.unisender.com/ru/api/sendEmailMessagesno 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/sendEmail?format=json&api_key={{UNISENDER_API_KEY}}&email={{$email_to}}&sender_name={{$sender_name}}&sender_email={{$sender_email}}&subject={{$subject}}&body={{$body}}&list_id={{$list_id}}&lang={{$lang}}" \
  -X GET \
  -H "Accept: application/json"
Send email (legacy) · UniSender · OpenIntegrations