Skip to main content

List Component Events

GET 

/api/events/components/:component_key/events

Get all events for a specific component.

Used when user selects a component in trigger UI to show available events.

Path Parameters:

  • component_key: Component identifier (e.g., "ghl", "fb_lead_ads")

Query Parameters:

  • category: Filter events by category (e.g., "appointments", "contacts")

Response: { "success": true, "component_key": "ghl", "component_name": "GHL Component", "count": 9, "events": [ { "key": "appointment_create", "name": "Appointment Created", "description": "Triggers when...", "category": "appointments", "icon": "Calendar", "color": "blue" } ] }

Request

Responses

Successful Response