Power Automate - How to use 1001fx
How to use 1001fx with Power Automate
Calling our api via Power Automate Connector is very easy but you need a premium licence of Power Automate. Please follow these instructions.
- Add a powerautomate flow
- Create a trigger (e.g. manual)
- Add HTTP Action
- Select the POST as method
- Enter the URI to send the request to the function 'https://api.1001fx.com/GROUP/FX' e.g. https://api.1001fx.com/playground/hello
- Set header X-API-KEY and the value to 'YOURSECRETAPIKEY' from dashboard
- Set body to your data (e.g. {{"name":"Alice"}})