NAiOS IconNAiOS Logo
Volver al catálogo

Connecteam

connecteam

Connecteam is a comprehensive workforce management platform designed to streamline operations, enhance communication, and improve HR processes for deskless teams.

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

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.

Archive UsersCONNECTEAM_ARCHIVE_USERSAcción

Tool to archive one or more users by their unique ids. use when you need to deactivate users without deleting their records.

Parámetros de entrada

  • userIdsinteger[]Obligatorio

    List of unique user IDs to archive.

Parámetros de salida

  • dataobjectObligatorio

    Response data including operation success status.

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstringObligatorio

    Unique identifier for this request.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create UsersCONNECTEAM_CREATE_USERSAcción

Tool to create multiple users in connecteam. use when you need to add several staff or admin accounts at once.

Parámetros de entrada

  • usersobject[]Obligatorio

    List of users to create in batch

Parámetros de salida

  • dataobjectObligatorio

    Container for created user objects

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstringObligatorio

    Unique request identifier

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate Upload URLCONNECTEAM_GENERATE_UPLOAD_URLAcción

Tool to generate a pre-signed url for uploading a file. use when you need a secure, time-limited url prior to file upload.

Parámetros de entrada

  • fileNamestringObligatorio

    Name of the file to be uploaded, e.g., 'document.pdf'

  • featureTypestringObligatorio

    Application feature associated with the file, such as 'chat'

  • fileTypeHintstring

    Optional MIME type hint for the file, e.g., 'image/jpeg' or 'application/pdf'

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

Tool to retrieve chat conversations. use when you need to list all team chats/channels after confirming your communications hub is on expert plan.

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 Custom Field CategoriesCONNECTEAM_GET_CUSTOM_FIELD_CATEGORIESAcción

Tool to retrieve all custom field categories. use when you need to list or filter custom field categories in your connecteam account.

Parámetros de entrada

  • limitinteger

    Maximum number of custom field categories to retrieve

  • namesstring[]

    List of custom field category names to filter results

  • categoryIdsinteger[]

    List of custom field category IDs to filter results

Parámetros de salida

  • dataobjectObligatorio

    Response data including categories

  • errorstring

    Error if any occurred during the execution of the action

  • pagingobjectObligatorio

    Pagination details

  • requestIdstringObligatorio

    Unique identifier for the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Custom FieldsCONNECTEAM_GET_CUSTOM_FIELDSAcción

Tool to retrieve all custom fields associated with the account. use when you need to filter, sort, or page through custom fields after authentication.

Parámetros de entrada

  • sortstringenum

    Sort key: 'id', 'name', or 'type'

    idnametype
  • limitinteger

    Maximum number of results per page (1-500)

  • orderstringenum

    Sort order, only honored if 'sort' is set

    ascdesc
  • offsetinteger

    Resource offset for pagination (>=0)

  • categoryIdsinteger[]

    Custom field category IDs to filter by

  • customFieldIdsinteger[]

    Custom field IDs to filter by

  • customFieldNamesstring[]

    Custom field names to filter by

  • customFieldTypesstring[]

    Custom field types to filter by

Parámetros de salida

  • dataobjectObligatorio

    Response data payload

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstringObligatorio

    Unique request identifier

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get FormsCONNECTEAM_GET_FORMSAcción

Tool to retrieve all form definitions from connecteam. use when you need to list all existing forms after enabling the forms api.

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

Tool to retrieve a list of job objects relevant to a specific instance id. use after confirming scheduler or time clock instance id when you need to filter and page through jobs.

Parámetros de entrada

  • sortstring

    Sort key for ordering results. Currently only 'name' is supported.

  • limitinteger

    Maximum number of records to return per page.

  • orderstringenum

    Sort direction. Defaults to ascending.

    ascdesc
  • jobIdsstring[]

    List of job IDs to filter by. Includes nested sub-jobs under each parent.

  • offsetinteger

    Number of records to skip before starting to collect the result set.

  • jobCodesstring[]

    List of job codes to filter by. Returns matching sub-jobs and their parents.

  • jobNamesstring[]

    List of job names to filter by. Returns matching sub-jobs and their parents.

  • instanceIdsstring[]

    List of instance IDs (scheduler or time clock) to filter by. Only one allowed.

  • includeDeletedboolean

    Whether to include deleted jobs in the response. Defaults to true.

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 Performance IndicatorsCONNECTEAM_GET_PERFORMANCE_INDICATORSAcción

Tool to retrieve the list of performance metric indicators. use when you need to list available performance indicators for data analysis. examples: "list performance metrics".

Parámetros de entrada

  • limitinteger

    Maximum number of performance indicators to return per page (1-100, default is 10)

  • offsetinteger

    Resource offset for pagination (>=0, default is 0)

Parámetros de salida

  • dataobjectObligatorio

    Response data payload with indicators and paging

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstring

    Unique request identifier, if returned by the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Policy TypesCONNECTEAM_GET_POLICY_TYPESAcción

Tool to retrieve available time-off policy types. use before filtering or creating time-off requests by policytypeid.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Container for policy types list

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstringObligatorio

    Internal request identifier returned by Connecteam

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PublishersCONNECTEAM_GET_PUBLISHERSAcción

Tool to retrieve a list of all custom publishers. use when you need to list custom publishers after confirming api access.

Parámetros de entrada

  • limitinteger

    Maximum number of publishers to return per page (1-100).

  • offsetinteger

    Offset for pagination; the number of items to skip.

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

Tool to retrieve a list of job schedulers associated with the account. use after authentication when you need to enumerate all schedulers.

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 Smart GroupsCONNECTEAM_GET_SMART_GROUPSAcción

Tool to retrieve all smart groups associated with the account. use when you need to list all smart groups after authenticating with a valid api key.

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 Task BoardsCONNECTEAM_GET_TASK_BOARDSAcción

Tool to retrieve all task boards. use after authenticating with a valid api key to list available task boards.

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

Tool to retrieve a list of all users associated with your account. use when you need to fetch and filter user data.

Parámetros de entrada

  • sortstring

    Sorting criteria (e.g., creation time)

  • limitinteger

    Maximum number of results per page (1 to 500, default is 10)

  • orderstringenum

    Order of results. Defaults to ascending.

    ascdesc
  • offsetinteger

    Resource offset for pagination (>= 0, default is 0)

  • userIdsinteger[]

    List of user IDs to filter results

  • createdAtinteger

    Filter users created after a specific Unix timestamp

  • fullNamesstring[]

    Filter by exact full names

  • modifiedAtinteger

    Filter users modified after a specific Unix timestamp

  • userStatusstring

    Filter users by status (e.g., 'active')

  • phoneNumbersstring[]

    Filter by phone numbers in E.164 format (e.g., +1234567890)

  • emailAddressesstring[]

    Filter by email addresses

Parámetros de salida

  • dataobjectObligatorio

    Response data including users and paging

  • errorstring

    Error if any occurred during the execution of the action

  • requestIdstringObligatorio

    Unique identifier for the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not