create_webhook_connection
ActiveTool of mcp-server-dashform
declared in 1.0.0
Create a webhook or Discord connection (no OAuth). For Slack/HubSpot/Mailchimp/etc., connect via the dashboard's OAuth flow first.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"provider",
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"provider": {
"enum": [
"webhook",
"discord"
],
"type": "string"
},
"accountLabel": {
"type": "string",
"default": ""
},
"signingSecret": {
"type": "string",
"default": ""
}
}
}Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries