Hookdeck · Arazzo Workflow
Hookdeck Author and Verify a Transformation
Version 1.0.0
Create a transformation, run it against a sample request, then read it back.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
author-transformation
Create a transformation and validate it against a sample request.
Creates a transformation, tests it with a sample request body, branches when the test reports an error log level, and otherwise reads the stored transformation.
1
createTransformation
createTransformation
Create the transformation from the supplied name and JavaScript code.
2
testTransformation
testTransformation
Run the stored transformation against a sample request to confirm it executes and capture the resulting log level.
3
readTransformation
getTransformation
Read the stored transformation back to confirm it was persisted and capture its final code.