Authorization callbacks

Hi all,

I’m wondering if we have the ability to return a status code following a POST request. Particularly I’m looking into the below situation. The provider POSTs some details, I would run some checks on the info, and if it passed I want to respond with a 200 status…

https://docs.cloudmailin.com/features/callbacks/#authorization-callbacks

I think this is my answer, from the manual. So I gather by using the condition (i.e. the “only when…” expression) the workflow can return a status before proceeding. Handy.