Skip to main content

Has anyone developed or come up with a way to send a basic http post using k2 workflow? The difficulty I have is the url I want to send a post to is inside my network and so ms flow doesn't recognize the url and fails. I was hoping that since k2 is setup inside my network I can somehow send a simple http post to a url and possible accept a get. It would be awesome to have a service that did this natively so that I can integrate k2 with a rabbitmq server. Any ideas?

 

Thanks,

Ben

Hi  @bhickok2;

 

The issue you mentioned was discussed on this community post https://community.k2.com/t5/K2-Five/Invoke-a-HTTP-POST-request-from-K2/td-p/109348

...and the possible workaround was https request with powershel's invoke webrequest (https://community.k2.com/t5/K2-blackpearl/PowerShell-Service-Object/ba-p/1025), installation instructions (http://old.k2underground.com/groups/powershell_wizard/default.aspx)

 

---you can also make use of http service broker(https://community.k2.com/t5/K2-blackpearl/HTTP-Rest-Broker/ba-p/991)

 

Should you find the above information useful kindly mark such as "Kudo and/or Accepted Solution".

 

Thanks...

 

Regards;

Widson.


Reply