Skip to main content

List Components With Events

GET 

/api/events/components

Get all components that have events defined.

Used in UI to show available app integrations that can trigger workflows.

Query Parameters:

  • category: Filter components by category (e.g., "crm", "marketing")

Response: { "success": true, "count": 2, "components": [ { "key": "ghl", "name": "GHL Component", "description": "GoHighLevel integration", "category": "crm", "event_count": 9 } ] }

Request

Responses

Successful Response