# Disparador

Permite gestionar los Disparadores. El usuario puede crear un nuevo Disparador, obtener información sobre el Disparador, actualizar la información del Disparador y también eliminar el Disparador.

En la parte superior de la página se encuentra una tabla con todos los estados disponibles de los Disparadores:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfiBvX1gmkquipv-5kza_W9pD7NzWUuglmW8y4I8RSEhRCU9PtiijMrQjGP6omGRFC49gPsyTwiQhNGv8IM7p0mKhIRt64SDB0UHH2194K7Dg0YF9qif6kh98v_yH7ckb5P7j95?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Y una tabla con los tipos de Disparadores:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeAF8Fx_dQshijHZaU3q2z31IyA5Q7wPKoz4mIL-fXbWO1DAVvGLsf0RAFCgc4FzKFTAPrv9FYALID0tU_hje22wJuN1RG9KcLAUzwICYRo91zSGQqKWdfFK0HPNBI5yrf7iCmkEg?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Métodos:

1\) [Creación de un Disparador](#user-content-fn-1)[^1]

2\) [Obtención de información sobre el Disparador por GUID](#user-content-fn-2)[^2]

3\) [Actualización de información sobre el Disparador por GUID](#user-content-fn-3)[^3]

4\) [Eliminación del Disparador por GUID](#user-content-fn-4)[^4]

[^1]: /api/schedule/create

[^2]: /api/schedule/read/{guid}

[^3]: /api/schedule/update

[^4]: /api/schedule/delete/{guid}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-orchestrator/api/trigger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
