I'm working on the project, which is company managed and i have a backend (ticket) issue key called "CC-4" which I want to store Weekly conversion Rates for various currencies like
Euro Conversion Rate
USD Conversion Rate
AED Conversion Rate
GBP Conversion Rate
OMR Conversion Rate .
This process should be done using Exchange rate API key. How it can be done using automation.
welcome to the community and thanks for your question.
You will need to create an Automation rule with the following parts:
https://api.exchangeratesapi.io/v1/latest?access_key=API_KEY
{{webhookResponse.body.rates.<CURRENCY>}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.