Search found 1 match

by micahtds
Thu Nov 30, 2023 6:41 pm
Forum: Node.js scripting
Topic: REST API GET/POST calls within Switch workflow via "Script Element"
Replies: 2
Views: 18987

REST API GET/POST calls within Switch workflow via "Script Element"

Hello, I am currently working on a project which requires calling an external System via REST API GET/POST calls. We currently have multiple SwitchScriptTool projects (using Visual Code) which utilize Axios HTTP request module. We are able to GET and POST within the Projects using Axios. My question...