The “Fetch URL” action will make an API request given an HTTP method like GET or POST and a URL.
Once the fetch completes, it will run the actions nested inside of it. If the fetch fails, it won’t run its nested actions.
It exposes a result variable that you can use to access the response from the request. For example, get the current stock price from this API request using {{result.current}}
No posts