Abiquo 5.0 introduces the Send webhook action in action plans. With this action a user can send an HTTP request.
When creating the action, the user simply enters the Endpoint URL and selects the Method.
The user can then enter the request Body, which is the request content.
And the user can add request Headers as required.
And finally the user can select the Expected response that will allow the action plan to continue.
Limitations
- The administrator must configure connection timeouts, which cannot be infinite or disabled
- All HTTPS requests will trust all server certificates