Hi,
We need to call at REST API at the end of our build. I see that there is a HTTP GET action, but I can't find a HTTP POST action. Is there a way of doing a HTTP POST in FinalBuilder?
Regards,
Magnus Haggren
Hi,
We need to call at REST API at the end of our build. I see that there is a HTTP GET action, but I can't find a HTTP POST action. Is there a way of doing a HTTP POST in FinalBuilder?
Regards,
Magnus Haggren
Hi Magnus,
There is currently no action which performs a HTTP Post from FinalBuilder. You can use the action studio however to create your own actions. We provide a detailed help file with FinalBuilder Action Studio and wizard to help you create your own actions. Also note that if the generic actions with scripts are too simple for what you require you can create a .Net action which references your own dll which implements our action interface.