Pipedream · Arazzo Workflow
Pipedream Rotate a Trigger Webhook Signing Key
Version 1.0.0
Retrieve a trigger webhook, then regenerate its signing key and confirm the new key.
View Spec
View on GitHub
ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI AgentsArazzoWorkflows
Provider
Workflows
rotate-trigger-webhook-key
Regenerate and verify a deployed trigger webhook's signing key.
Retrieves the trigger webhook, regenerates its signing key, and reads the webhook back to confirm the rotation.
1
retrieveWebhook
retrieveDeployedTriggerWebhook
Retrieve the trigger webhook to capture its current signing key before rotation.
2
regenerateSigningKey
regenerateDeployedTriggerWebhookSigningKey
Regenerate the signing key for the webhook so prior keys can no longer verify incoming events.
3
verifyNewKey
retrieveDeployedTriggerWebhook
Read the webhook back to confirm a new signing key is in place after the rotation.