Skip to main content
Glama
IConnectorWebhook.csβ€’588 B
ο»Ώusing Api.DigitalPages.Interfaces.Models; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Api.DigitalPages.Interfaces.Connector { public interface IConnectorWebhook : ISystemConnectorBaseCrudFlowV3<IWebhookEvent, WebhookEventOptions>, ISystemConnectorBaseCrudFlowV3<IWebhookClient, WebhookClientOptions> { } public class WebhookEventOptions : IBaseCrudOptions { List<string> FilterType { get; set; } } public class WebhookClientOptions : IBaseCrudOptions { } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server