Input | Description |
---|---|
Methods | GET or POST. No payload will be sent for GET requests. |
Target URL | The external server to send the request to. Only https endpoints are supported. |
Payload | The JSON payload for POST requests. There is only partial validation available if a proper JSON payload is constructed as the values are replaced only during runtime of the workflow. Use the Workflow Runs to debug the actual request passed and response received in case of problems. |
Custom headers | You can set additional headers to be sent if necessary. You must not use this for API keys or other authorization methods, as the credentials will be visible in the Workflow Run view. Instead, set credentials and authorization header name when configuring the App itself. |
JSON
payload, then this payload is available as “unstructured data” in the output of the trigger.
You can pass this data to another workflow block using the variable selector and specifying the path to the variable that should be used.
Condition example
Condition example
2xx
response, then the workflow run will be marked as Failed
. Learn more about debugging workflow runs.
send web request action example