Hello, when creating custom actions it looks like only the only option is for a POST request/webhook to be sent somewhere. Is it possible to instead have it trigger something in a custom app?
Example…
I have a board with items.
I have a button field on this board.
I have a custom app with an item view added for this board.
When I click the button, open our app’s item view and send a message to it (ideally the same thing you’d send via the webhook)
Then we can handle the message and do whatever we need to in the app.
Is this possible or are webhooks the only way to work with custom actions currently?
Thank you!