NAiOS IconNAiOS Logo
Volver al catálogo

Revolt

revolt

Revolt is a free and open-source chat platform offering secure and customizable communication.

Acciones
3
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 (3)

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.

Fetch userREVOLT_FETCH_USERAcción

Tool to fetch detailed information about a user. use when you have a valid user id and need full account details. call after authenticating with bot token.

Parámetros de entrada

  • user_idstringObligatorio

    The ID of the user to fetch

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

Fetch User FlagsREVOLT_FETCH_USER_FLAGSAcción

Tool to fetch flags associated with a specific user. use after obtaining the user id to inspect their special statuses or roles.

Parámetros de entrada

  • user_idstringObligatorio

    The unique identifier of the user whose flags will be fetched

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

Update UserREVOLT_UPDATE_USERAcción

Tool to update user information. use when you need to modify user profile or status fields. call after authenticating with bot token.

Parámetros de entrada

  • clearstring[]

    List of profile fields to clear

  • avatarstring

    Avatar file ID to set as new avatar

  • user_idstringObligatorio

    The ID of the user to update

  • status_textstring

    New status text for the user

  • profile_contentstring

    Profile content asset ID or base64 data

  • profile_backgroundstring

    Profile background asset ID or base64 data

Parámetros de salida

  • idstringObligatorio

    The ID of the user that was updated

  • dataobjectObligatorio

    Object containing updated user fields

  • typestringObligatorio

    Event type, always 'UserUpdate'

  • clearstring[]Obligatorio

    Fields that were cleared

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not