How to trigger a webhook after forge provisioning complete.
Hi,
I am creating a custom server via forge api. The api allows a post provisioning forge recipe to be triggered once provisioning is complete.
What i want to do is.. write a recipe which once the server is provisioned, sends a webhook back to my application and informs me that the provisioning is complete, and also send along the forge ID of the server.
Is there any way to gather forge specific data about the server which I can send somewhere?
I do not see anything that might help in webhooks, I think those fire after every successful deploy. But you might use this to query it after you start receipt to see if it finished executing: