How to leverage the External Data Validation step in a workflow.
Authentication
and other headers. We will automatically include the same extend-signature
header on the request that is used in our webhook events.
You can use to match against the webhook secret available in your Extend dashboard settings. If the extend-signature
header value does not match your secret, you should toss out the incoming event.
You can also customize the content type of our payload to match your API’s requirements:
data
looks correct and the status
is 200
, you can proceed to the next step.
{{externalDataValidation1.output.response.data}}
.
Depending on the shape of your response data, you will need to variable path after data.
to access the data you need.