Smithery
webhook_endpoints.create
Full replacement of webhook endpoint configuration. All required setup fields must be provided. Use PATCH to update individual fields.
Remote smithery/composio
Other tools also called webhook_endpoints.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "object",
"description": "Key-value pairs for ALL required setup_fields. Unlike PATCH, all required fields must be provided — this is initial configuration.",
"additionalProperties": {
"type": "string"
}
},
"nano_id": {
"type": "string",
"description": "Webhook endpoint nano ID (e.g., we_abc123)"
}
}
}