Integrate Web Service with other apps and automate your workflow
For building automations that act like REST-style API endpoints. External systems can invoke a URL and send input data as query URL parameters and/or a POST payload. The automation then performs its processing and returns output data back to the external system.
Thank you!
Thank You!
Triggers (1)
HTTP request received (instant)
Triggered when an external system invokes the generated web service URL. The web service can receive defined URL query parameters and/or a POST payload. If the payload is JSON or XML, it will be automatically parsed.
Actions (1)
Return HTTP response
Returns the automation web service response back to the caller. This action can only appear once in an automation, as the last step.