GraphQL Admin API Action
One of the limitations of the native flow actions for admin API calls is that you can't get the response from the API in flow in order to use it in subsequent steps - that's what this solves for.
Last updated
One of the limitations of the native flow actions for admin API calls is that you can't get the response from the API in flow in order to use it in subsequent steps - that's what this solves for.
Last updated
Here's an example of a flow that can use the response from the GraphQL Admin API call:
The action gives you a field for the query and a field for the input variables. And the response back is stringified JSON so that the specifics of the fields in the payload can be arbitrarily set at run-time:
And here's what the log output looks like:
Import Flow Template