Boolean and Numeric Webhook - get Value

Hi there,

It would be nice to have a get-webhook for boolean variables. And to have a get-webhook for numerics. There is a workaround for the latter, ie. to use the add-value webhook with 0 as parameter and listen to value. It is not elegant, but works

Best, Marcel.

Do I understand correctly that you’d like to read values from Apilio variables via webhooks?

More or less the equivalent of the REST API “Get Details” call?: https://documenter.getpostman.com/view/13480928/TzCHAVD2#e6fcb7b6-964e-476b-acdc-553779e5e989

Dear Philipp exactly that. perfect I need to check this. Sounds like the solution to my question :-). thank you, Marcel

1 Like

Using the REST API requires a bit more know how and a more flexible solution on your end, but it is more capable than the Webhooks option.
We can also consider expanding the Webhooks to support retrieving the current status.

thank you. that would be helpful indeed. best, Marcel

Are you able to use the REST API in your setup?