Constructors

Properties

Methods

Constructors

Properties

client: Composio

Methods

  • Retrieves a list of all triggers in the Composio platform.

    This method allows you to fetch a list of all the available triggers. It supports pagination to handle large numbers of triggers. The response includes an array of trigger objects, each containing information such as the trigger's name, description, input parameters, expected response, associated app information, and enabled status.

    Parameters

    Returns CancelablePromise<ListTriggersResponse>

    A promise that resolves to the list of all triggers.

    Throws

    If the request fails.