Hookdeck · Arazzo Workflow
Hookdeck Pause and Resume a Connection
Version 1.0.0
Read a connection, pause it for maintenance, then unpause it to drain held events.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
pause-resume-connection
Cycle a connection through pause and unpause for maintenance.
Reads a connection, pauses it, verifies the paused timestamp is set, then unpauses it to release held events for delivery.
1
readConnection
getConnection
Read the connection to confirm it exists before changing its state.
2
pauseConnection
pauseConnection
Pause the connection so new events are held with a HOLD status instead of being delivered.
3
unpauseConnection
unpauseConnection
Unpause the connection so any held events are attempted, respecting the destination delivery rate.