Hi Zapier community.
I’m developing a custom Zapier integration, and therefore also developing my a custom trigger.
This trigger uses the “code mode”.
Now I have to do some checks on the response body, to determine if the request was valid or invalid (because the underlying API is a Graphql API, it will always respond with status code 200).
Can I for example require lodash to make this more easy?
In general, what javascript runtime am I developing in here?