Page X
page_xPageX 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 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ónTool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.
PAGE_X_DELETE_INCIDENTAcciónTool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.
Parámetros de entrada
idintegerObligatorioUnique identifier of the incident to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident by IDPAGE_X_GET_INCIDENTAcciónTool 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'"
PAGE_X_GET_INCIDENTAcciónTool 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
idstringObligatorioUnique identifier of the incident to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IncidentsPAGE_X_LIST_INCIDENTSAcciónTool to list incidents. use when you need to fetch and paginate through incidents.
PAGE_X_LIST_INCIDENTSAcciónTool to list incidents. use when you need to fetch and paginate through incidents.
Parámetros de entrada
limitintegerMaximum number of incidents to return
offsetintegerOffset for pagination
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Pagex Client RequestPAGE_X_PAGEX_CLIENT_REQUESTAcciónTool 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'"
PAGE_X_PAGEX_CLIENT_REQUESTAcciónTool 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
bodyobjectOptional JSON body to send with the request, if applicable
methodstringenumHTTP method to use for the request
getpostputpatchdeleteresourcestringObligatorioThe API resource path relative to the base_url, e.g., 'incidents' or 'v1/users/me'. Leading slash optional
query_paramsobjectOptional query string parameters to include in the request
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete IncidentPAGE_X_PAGEX_INCIDENTS_DELETEAcciónTool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.
PAGE_X_PAGEX_INCIDENTS_DELETEAcciónTool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.
Parámetros de entrada
idintegerObligatorioUnique identifier of the incident to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not