Skip to main content

HTTP-Response

🌐 HTTP Integration Plugin – HTTP Response​

Summary (SEO Meta Description):
The HTTP Integration Plugin’s HTTP Response action in WeHub sends a response back to the caller of an HTTP-triggered workflow.
Configure a label and return structured data or status codes to external clients.


Overview​

The HTTP Response action provides the final output of a workflow when it was started by an HTTP Trigger.
It is used to send results, error messages, or acknowledgments back to the external service that invoked the workflow.

This ensures synchronous workflows can return meaningful responses to API clients or external systems.


βš™οΈ Configuration Options​

FieldTypeDescription
LabelStringCustom name for the node (e.g., "Send Response").

πŸ’‘ Example Use Cases​

  • API Integration β†’ Return a processed patient record when queried via HTTP Trigger.
  • Webhook Handling β†’ Respond to external systems with 200 OK and payload.
  • Validation β†’ Send error responses when incoming data fails schema checks.

FAQ​

Q: Can I set the status code?
A: Yes. Status codes (e.g., 200, 400, 500) can be set inside the workflow response body.

Q: Is this required for every HTTP workflow?
A: Yes, if you want to return results to the caller. Otherwise, the workflow ends silently.

Q: What happens if I have multiple HTTP Responses?
A: The workflow will send the first executed response; subsequent responses are ignored.


Keywords: WeHub HTTP Integration, HTTP Response, API response, webhook reply, workflow output