NAiOS IconNAiOS Logo
Volver al catálogo

Rize

rize

Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.

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

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.

Create API KeyRIZE_CREATE_API_KEYAcción

Create a new API key for the partner. Use this action when you need to generate a new API key for authentication with the Rize API. The API key is created server-side and returned in the response. Note: This action does not require any input parameters. Simply call execute with an empty request body to generate a new API key.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataanyObligatorio

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

Creates a new card in the Rize system. Use this action when you need to create a new card for a cardholder. The card will be associated with the specified partner financial account. Card creation is irreversible once processed — ensure all parameters are correct before execution.

Parámetros de entrada

  • namestringObligatorio

    The name to be displayed on the card.

  • typestringObligatorioenum

    The type of card to create. Use 'VIRTUAL' for virtual cards or 'PHYSICAL' for physical cards.

    VIRTUALPHYSICAL
  • notesstring

    Additional notes or comments about the card.

  • cardholder_idintegerObligatorio

    The ID of the cardholder associated with this card.

  • partner_financial_account_idintegerObligatorio

    The partner financial account ID to link with this card.

Parámetros de salida

  • dataanyObligatorio

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

Creates a new cardholder in the Rize system. Use this action when you need to register a new cardholder with their personal information, addresses, and tax identification. This action is irreversible once processed.

Parámetros de entrada

  • tinstringObligatorio

    Cardholder's Tax Identification Number

  • last_namestringObligatorio

    Cardholder's last name

  • first_namestringObligatorio

    Cardholder's first name

  • occupationstring

    Cardholder's occupation

  • middle_namestring

    Cardholder's middle name

  • phone_numberstringObligatorio

    Cardholder's phone number in international format

  • date_of_birthstringObligatorio

    Cardholder's date of birth in YYYY-MM-DD format

  • email_addressstringObligatorio

    Cardholder's email address

  • mailing_addressobjectObligatorio

    Cardholder's mailing address

  • physical_addressobjectObligatorio

    Cardholder's physical address

  • citizenship_country_iso_codestringObligatorioenum

    ISO 3166-1 alpha-2 country code indicating citizenship

    USCA

Parámetros de salida

  • dataanyObligatorio

    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 a Rize counterpartyRIZE_CREATE_COUNTERPARTYAcción

Creates a new Counterparty in the Rize system. A counterparty represents an external party (such as a vendor, supplier, or business partner) that can receive transfers from your account. Use when setting up external payment recipients or business transfer partners. This action is idempotent based on the external_uid. If a counterparty with the same external_uid already exists, the existing record may be returned.

Parámetros de entrada

  • achobject

    ACH bank account details for the counterparty.

  • external_uidstring

    A unique identifier you define to represent the counterparty. Useful for tracking and matching with your internal systems.

  • name_on_accountstringObligatorio

    The name on the bank account for the counterparty. This is typically the name of the business or individual that owns the account.

Parámetros de salida

  • dataanyObligatorio

    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 Partner Financial AccountRIZE_CREATE_PARTNER_FINANCIAL_ACCOUNTAcción

Create a new financial account for an existing partner in the Rize admin API. Use this action when you need to provision a new financial account (such as a bank account) for a partner organization that already exists in the Rize platform. This action creates the financial account on the partner record. The account will be associated with the specified financial provider.

Parámetros de entrada

  • partner_idintegerObligatorio

    The unique identifier of the partner to create a financial account for.

  • financial_providerstringObligatorio

    The financial provider to use for the account. Common values include 'TREASURY_PRIME'.

Parámetros de salida

  • dataanyObligatorio

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

Creates a new user in the Rize system. Use this action when you need to register a new user with their email, name, and role. Optionally, cardholder information can be provided to associate a cardholder profile with the user.

Parámetros de entrada

  • rolestringObligatorioenum

    User role determining permissions

    ADMINGENERALBUDGET_OWNERACCOUNTANT
  • emailstringObligatorio

    User's email address

  • last_namestringObligatorio

    User's last name

  • cardholderobject

    Cardholder information for user creation.

  • first_namestringObligatorio

    User's first name

Parámetros de salida

  • dataanyObligatorio

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

Retrieve detailed information about a specific cardholder using their unique identifier. Use this action when you need to fetch cardholder profile data including name, contact information, addresses, and demographic details.

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the cardholder to retrieve

Parámetros de salida

  • dataanyObligatorio

    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 Virtual Card ImageRIZE_GET_VIRTUAL_CARD_IMAGEAcción

Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataanyObligatorio

    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