Revolt
revoltRevolt is a free and open-source chat platform offering secure and customizable communication.
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ónTool 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.
REVOLT_FETCH_USERAcciónTool 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_idstringObligatorioThe ID of the user to fetch
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
Fetch User FlagsREVOLT_FETCH_USER_FLAGSAcciónTool to fetch flags associated with a specific user. use after obtaining the user id to inspect their special statuses or roles.
REVOLT_FETCH_USER_FLAGSAcciónTool 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_idstringObligatorioThe unique identifier of the user whose flags will be fetched
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
Update UserREVOLT_UPDATE_USERAcciónTool to update user information. use when you need to modify user profile or status fields. call after authenticating with bot token.
REVOLT_UPDATE_USERAcciónTool 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
avatarstringAvatar file ID to set as new avatar
user_idstringObligatorioThe ID of the user to update
status_textstringNew status text for the user
profile_contentstringProfile content asset ID or base64 data
profile_backgroundstringProfile background asset ID or base64 data
Parámetros de salida
idstringObligatorioThe ID of the user that was updated
dataobjectObligatorioObject containing updated user fields
typestringObligatorioEvent type, always 'UserUpdate'
clearstring[]ObligatorioFields that were cleared
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not