Solved

Setting up post curl in "script action"

  • 11 May 2023
  • 1 reply
  • 63 views

Hi TimeXtender

I have an urgent request (!)
I am trying to set up a Script action (which I will later use in a table as a post-script) that executes a POST CURL in a different tool.

I have tried to execute the POST CURL in Postman and it is working.
Now I want to do the same from TimeXtender.

I have an URL and a Token.
How can I set it up? 

Looking forward to hearing from you.

Ismail

icon

Best answer by Thomas Lind 11 May 2023, 10:23

View original

1 reply

Userlevel 5
Badge +5

Hi Ismail

Are there any other programs that can run this curl, I seem to remember that the command prompt could do this.

Or perhaps a Powershell script. It seems like it is possible after a short Google.

If you are using version 6xxx.1 you have an option of adding this as an External Executable.

 

If you use an earlier version you will need to create a job on an SQL server which you can run from a script action. The SQL job can then run the command curl or the Powershell script.

 

Reply