Constructors

Properties

Methods

Constructors

Properties

client: Composio

Methods

  • Retrieves details of a specific active trigger in the Composio platform by providing its trigger name.

    The response includes the trigger's name, description, input parameters, expected response, associated app information, and enabled status.

    Parameters

    Returns CancelablePromise<GetActiveTriggerResponse>

    A promise that resolves to the details of the active trigger.

    Throws

    If the request fails.

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

    This method allows you to fetch a list of all the available active 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<ListActiveTriggersResponse>

    A promise that resolves to the list of all active triggers.

    Throws

    If the request fails.