Author Topic: Deliver a payload....  (Read 1326 times)

lyfesaver

  • Newbie
  • *
  • Posts: 6
Deliver a payload....
« on: May 15, 2021, 07:29:25 PM »
I would like to send a payload on a command/trigger.

HTTP Push
Websocket
UDP

All of these protocols are open to me.

Is this possible with VA?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4757
  • RTFM
Re: Deliver a payload....
« Reply #1 on: May 15, 2021, 07:32:47 PM »
The "Execute an Inline Function" action can be used to set up any of those, in C# or VB.NET

Alternatively, if you have a commandline utility that takes parameters to do any of those, VoiceAttack can execute it using the "Run an Application" action