Hookdeck · Arazzo Workflow
Hookdeck Test Then Update a Transformation
Version 1.0.0
Test new code against a sample request before persisting it to an existing transformation.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
update-transformation
Validate proposed transformation code, then apply it only if the test passes.
Reads an existing transformation, tests the proposed code against a sample request, ends without changes when the test errors, and otherwise updates the transformation with the new code.
1
readTransformation
getTransformation
Read the existing transformation to confirm it exists before proposing a code change.
2
testNewCode
testTransformation
Run the proposed code against a sample request to confirm it executes cleanly before persisting it.
3
applyUpdate
updateTransformation
Persist the validated code to the transformation.