NAiOS IconNAiOS Logo
Volver al catálogo

Page X

page_x

PageX is an all-in-one platform combining CRM, page builder, and online course builder to help businesses manage leads, build websites, and create courses.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Delete IncidentPAGE_X_DELETE_INCIDENTAcción

Tool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the incident to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Incident by IDPAGE_X_GET_INCIDENTAcción

Tool to fetch incident details by id. use when you have an incident id and need full incident information. call only after obtaining a valid incident id. example: "retrieve incident 'abc123'"

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the incident to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List IncidentsPAGE_X_LIST_INCIDENTSAcción

Tool to list incidents. use when you need to fetch and paginate through incidents.

Parámetros de entrada

  • limitinteger

    Maximum number of incidents to return

  • offsetinteger

    Offset for pagination

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Pagex Client RequestPAGE_X_PAGEX_CLIENT_REQUESTAcción

Tool to execute a generic request to the pagerduty api. use when you need to call an endpoint not explicitly supported. use after obtaining valid auth metadata. example prompt: "call incidents endpoint: resource='incidents', method='get'"

Parámetros de entrada

  • bodyobject

    Optional JSON body to send with the request, if applicable

  • methodstringenum

    HTTP method to use for the request

    getpostputpatchdelete
  • resourcestringObligatorio

    The API resource path relative to the base_url, e.g., 'incidents' or 'v1/users/me'. Leading slash optional

  • query_paramsobject

    Optional query string parameters to include in the request

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete IncidentPAGE_X_PAGEX_INCIDENTS_DELETEAcción

Tool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the incident to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not