Hello..
I would like to add a custom Button (or link) in cards to call a external URL (PBX IP Cloud).
Is it possible to add a button that executes the request POST/GET in background, sending data like (card_id, phone, .. )?
Ex:
https://url.my.pbx/originateCall/{pipefy.user_id}/{card.id}/{phone}
** The relationship between pipefy user and extension to generate call will be on PBX.
Thanks..