Convoy · Capability
Convoy API — EventTypes
Convoy webhooks gateway — EventTypes. 5 operations. Lead operation: Retrieves a project's event types. Self-contained Naftiko capability covering one Convoy business surface.
What You Can Do
GET
Geteventtypes
— Retrieves a project's event types
/v1/projects/{project-id}/event-types
POST
Createeventtype
— Create an event type
/v1/projects/{project-id}/event-types
POST
Importopenapispec
— Import event types from OpenAPI spec
/v1/projects/{project-id}/event-types/import
PUT
Updateeventtype
— Updates an event type
/v1/projects/{project-id}/event-types/{event-type-id}
POST
Deprecateeventtype
— Deprecates an event type
/v1/projects/{project-id}/event-types/{event-type-id}/deprecate
MCP Tools
retrieves-project-s-event-types
Retrieves a project's event types
read-only
idempotent
create-event-type
Create an event type
import-event-types-open-ap
Import event types from OpenAPI spec
updates-event-type
Updates an event type
idempotent
deprecates-event-type
Deprecates an event type