Workato - How to use 1001fx
How to use 1001fx with Workato
Calling our api via Workato is very easy. Please follow these instructions.
- Create a connection in your project
- Set the connection name to e.g. 1001fx
- Set the connection type is 'Cloud'
- Set the authentication type is 'Header auth'
- Add custom request headers X-API-KEY and the value to 'YOURSECRETAPIKEY' from dashboard
- Enter the Base URL to send the request to the function 'https://api.1001fx.com/GROUP/FX' e.g. https://api.1001fx.com/playground/hello
- Click on connect
- Add a recipe
- Select 'Build an API endpoint'
- Add an 'Connect to HTTP' action
- Provide the request URL to send the request to the function 'https://api.1001fx.com/GROUP/FX' e.g. https://api.1001fx.com/playground/hello
- Set method to 'POST'
- Set request content type to 'JSON'
- Set body to your data (e.g. {{"name":"Alice"}})
- Add custom request headers X-API-KEY and the value to 'YOURSECRETAPIKEY' from dashboard
- Send the request