Create email message
documentedCreate an email message for later sending.
GET https://api.unisender.com/ru/api/createEmailMessageMessagesno 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/createEmailMessage?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" \
-H "Content-Type: application/json"