Smithery
webhook_subscriptions.rotate_secret.create
Generates a new signing secret for the webhook subscription.
Remote smithery/composio
Other tools also called webhook_subscriptions.rotate_secret.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "webhookSubscriptionId",
"description": "Webhook subscription ID"
}
}
}