Sign in

Send message with custom sender

documented

Send a message to all recipients using a specific sender name/address.

POST /API/v1.1/Rest/ConsoleService.svc/Console/List/{id_List}/Email/{id_Message}/Send?SenderName={name}&SenderAddress={email}Email messagesno 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://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/List/{{$id_List}}/Email/{{$id_Message}}/Send?SenderName={{$sender_name}}&SenderAddress={{$sender_email}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Send message with custom sender · MailUp · OpenIntegrations