Respond to Incoming Webhook
On this page
Respond to an incoming webhook request with a custom status code and response body.
Network Requests require coding skills and falls outside the scope of our support.
This means we’re unable to help further with setup or troubleshooting. Additionally, with a code-based solution, we can’t guarantee its functionality or full compatibility with Inventor. This includes how it functions with our responsive design or future platform updates.
You must send a response within 10 seconds of the flow starting. Response content type is always text/plain. This block will only work within flows with the ‘Incoming Webhook’ trigger.
Inputs
Status Code
HTTP status code to respond with. This must be one of the dropdown values: 200 OK
, 404 Not Found
, 500 Internal Server Error
, 400 Bad Request
, 401 Unauthorized
, 403 Forbidden
, 201 Created
, 202 Accepted
Response Body
Response body to send back to the webhook request.
Example:
Outputs
This block does not have any outputs.