Making other request types in queries

When will we be able to make anything other than GET requests in data queries?

What’s the workaround currently, especially when needing to use sensitive auth keys? Need POST, OPTIONS etc :smile:

I was confused about this myself a while ago. If you need operations other than GET, use an interaction that has an action of type Use Integration.

This will allow you to choose the operation you need:

image.png

AH thanks so much @exhaustive_panther

How do I use this for general CMS data-fetching, not something to be performed on an interaction?

@yang

I am not sure I understand, you want to data-fetch without GET operations? Can you provide an example?