NAiOS IconNAiOS Logo
Volver al catálogo

Slite

slite

Your company knowledge base, on autopilot

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

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.

Ask QuestionSLITE_ASK_QUESTIONAcción

Tool to ask a question to your Slite notes in natural language. Use when you need to query or search information across your notes. Supports optional filters to narrow results by parent note or specific assistant.

Parámetros de entrada

  • questionstringObligatorio

    Question to ask on your notes in natural language

  • assistantIdstring

    Optional filter to use a specific assistant (for super users only)

  • parentNoteIdstring

    Optional filter to only return notes under this parent note id

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

Create NoteSLITE_CREATE_NOTEAcción

Tool to create a note from markdown or HTML content with optional template. Use when you need to create a new note in Slite with specified content and title.

Parámetros de entrada

  • htmlstring

    Provide HTML content to fill the note.

  • titlestringObligatorio

    Title of the note to create.

  • markdownstring

    Provide Markdown content to fill the note.

  • attributesstring[]

    Attributes for the parent collection ordered by column. If they don't match the appropriate type, they would be ignored.

  • templateIdstring

    If you want to apply a template to the created note.

  • parentNoteIdstring

    Below which other note to create this note. If not specified, the note would be created in your personal channel.

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 Note By IDSLITE_DELETE_NOTE_BY_IDAcción

Tool to permanently delete a note and all its children by ID. Use when you need to remove a note irreversibly. This operation cannot be undone.

Parámetros de entrada

  • note_idstringObligatorio

    The unique ID of the note to delete. This will permanently delete the note and all its children.

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

Flag Note as OutdatedSLITE_FLAG_NOTE_AS_OUTDATEDAcción

Tool to set Outdated status on a note with a reason. Use when you need to flag a note as containing outdated information.

Parámetros de entrada

  • reasonstringObligatorio

    Outdated reason explaining why the note is being flagged as outdated.

  • note_idstringObligatorio

    Note id to update.

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 authenticated userSLITE_GET_AUTHENTICATED_USERAcción

Retrieves information about the currently authenticated user. Use this to get user details including email, display name, and organization information.

Parámetros de entrada

Sin parámetros.

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 Note By IDSLITE_GET_NOTE_BY_IDAcción

Tool to retrieve a complete note by its ID including content in Markdown or HTML format. Use when you need to fetch the full details and content of a specific note.

Parámetros de entrada

  • formatstringenum

    Specifies content format as either 'md' (Markdown) or 'html'. Defaults to Markdown if unspecified.

    mdhtml
  • noteIdstringObligatorio

    Note id to return

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 Note ChildrenSLITE_GET_NOTE_CHILDRENAcción

Tool to retrieve note children by parent note ID. Use when you need to fetch child notes beneath a specified parent note. Supports pagination for notes with more than 50 children using cursor-based navigation.

Parámetros de entrada

  • cursorstring

    Cursor to use to continue fetching the note children. Only used if current note has more than 50 children

  • noteIdstringObligatorio

    Note ID to fetch its children

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 NotesSLITE_LIST_NOTESAcción

Tool to list notes from Slite with optional filtering by owner. Use when you need to retrieve notes, optionally filtered by a specific user. Supports cursor-based pagination via the cursor parameter.

Parámetros de entrada

  • cursorstring

    Cursor to use to continue fetching notes for pagination. Use the nextCursor value from a previous response.

  • ownerIdstring

    User id to filter notes by owner. If not provided, returns all notes accessible to the authenticated user.

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

Search GroupsSLITE_SEARCH_GROUPSAcción

Tool to search for groups by name in Slite. Use when you need to find groups matching a search query. Supports cursor-based pagination via the cursor parameter.

Parámetros de entrada

  • querystringObligatorio

    Search query to match against group names

  • cursorstring

    Cursor to use to continue fetching groups 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

Search NotesSLITE_SEARCH_NOTESAcción

Tool to search notes based on a query with optional filters. Use when you need to find notes by search term, parent note, review state, or other criteria. Supports pagination and archived note inclusion.

Parámetros de entrada

  • pageinteger

    Pagination control for results. Minimum value: 0.

  • depthinteger

    Filters results by note hierarchy level.

  • querystring

    Search term for note lookup. Defaults to empty string if not provided.

  • hitsPerPageinteger

    Number of results per page. Range: 1-100.

  • reviewStatestringenum

    Filters by review status.

    VerifiedOutdatedVerificationRequested
  • parentNoteIdstring

    Filters results to notes under a specific parent note.

  • highlightPreTagstring

    Opening HTML/text tag for highlighting query matches in results.

  • includeArchivedboolean

    When true, includes archived notes in results. Defaults to false.

  • lastEditedAfterstring

    Returns only notes modified after the specified date (ISO 8601 date-time format).

  • highlightPostTagstring

    Closing HTML/text tag for highlighting query matches in results.

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

Search UsersSLITE_SEARCH_USERSAcción

Tool to search for users in Slite by email, name, or username. Use when you need to find users in the organization.

Parámetros de entrada

  • querystringObligatorio

    Search query to match against user email and display name

  • cursorstring

    Cursor to use to continue fetching users for pagination. Used to retrieve the next page of results.

  • includeArchivedboolean

    Include archived users in the search results. Defaults to false if not specified.

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 NoteSLITE_UPDATE_NOTEAcción

Tool to update a note's content with markdown and/or title. Use when you need to modify an existing note's content or metadata.

Parámetros de entrada

  • htmlstring

    New html content to fill the note

  • titlestring

    Title of the note to update

  • note_idstringObligatorio

    Note id to update

  • markdownstring

    New markdown content to fill the note

  • attributesstring[]

    Attributes for the parent collection ordered by column

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 Note Archived StateSLITE_UPDATE_NOTE_ARCHIVED_STATEAcción

Tool to update the archived state of a note in Slite. Use when you need to archive or unarchive a note.

Parámetros de entrada

  • note_idstringObligatorio

    The identifier of the note to modify

  • archivedbooleanObligatorio

    Set to true to archive the note, false to unarchive it

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 Note OwnerSLITE_UPDATE_NOTE_OWNERAcción

Tool to update the owner of a note. Use when you need to transfer note ownership to a user or group. Either userId or groupId must be provided.

Parámetros de entrada

  • note_idstringObligatorio

    Note id to update

  • user_idstring

    User id to set as the owner of the note. Either userId or groupId must be provided.

  • group_idstring

    Group id to set as the owner of the note. Either userId or groupId must be provided.

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 Tile in NoteSLITE_UPDATE_TILEAcción

Tool to update or create a tile within a Slite note with structured header and markdown content. Use when you need to update tile information including title, status, content, icon, or external URL.

Parámetros de entrada

  • urlstring

    The tile can be linked to an external URL

  • titlestring

    Title of the tile

  • noteIdstringObligatorio

    Note id containing the tile id

  • statusobject

    Status object for the tile.

  • tileIdstringObligatorio

    Tile id to update

  • contentstring

    The content of the tile. Can be in markdown format.

  • iconURLstring

    Icon URL to show in the tile

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

Verify NoteSLITE_VERIFY_NOTEAcción

Tool to set a note's verification status to Verified with optional expiration. Use when you need to mark a note as verified or update its verification expiration date.

Parámetros de entrada

  • untilstring

    Expiration of the verification status as ISO 8601 date-time string. Set to null for no expiration.

  • noteIdstringObligatorio

    Note id to update

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