Function
Tasks that invoke Azure Functions over HTTP and return responses to flows.
Trigger Azure Functions over HTTP and capture their responses for downstream steps. Provide the function URL (including function key), choose the HTTP method, and pass an optional JSON body; configurable timeouts help avoid long-running calls, and responses are returned as parsed JSON when possible.
Function
Tasks that invoke Azure Functions over HTTP and return responses to flows.
Trigger Azure Functions over HTTP and capture their responses for downstream steps. Provide the function URL (including function key), choose the HTTP method, and pass an optional JSON body; configurable timeouts help avoid long-running calls, and responses are returned as parsed JSON when possible.