Rize
rizeRize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.
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ónCreate 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.
RIZE_CREATE_API_KEYAcciónCreate 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
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CardRIZE_CREATE_CARDAcciónCreates 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.
RIZE_CREATE_CARDAcciónCreates 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
namestringObligatorioThe name to be displayed on the card.
typestringObligatorioenumThe type of card to create. Use 'VIRTUAL' for virtual cards or 'PHYSICAL' for physical cards.
VIRTUALPHYSICALnotesstringAdditional notes or comments about the card.
cardholder_idintegerObligatorioThe ID of the cardholder associated with this card.
partner_financial_account_idintegerObligatorioThe partner financial account ID to link with this card.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CardholderRIZE_CREATE_CARDHOLDERAcciónCreates 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.
RIZE_CREATE_CARDHOLDERAcciónCreates 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
tinstringObligatorioCardholder's Tax Identification Number
last_namestringObligatorioCardholder's last name
first_namestringObligatorioCardholder's first name
occupationstringCardholder's occupation
middle_namestringCardholder's middle name
phone_numberstringObligatorioCardholder's phone number in international format
date_of_birthstringObligatorioCardholder's date of birth in YYYY-MM-DD format
email_addressstringObligatorioCardholder's email address
mailing_addressobjectObligatorioCardholder's mailing address
physical_addressobjectObligatorioCardholder's physical address
citizenship_country_iso_codestringObligatorioenumISO 3166-1 alpha-2 country code indicating citizenship
USCA
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Rize counterpartyRIZE_CREATE_COUNTERPARTYAcciónCreates 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.
RIZE_CREATE_COUNTERPARTYAcciónCreates 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
achobjectACH bank account details for the counterparty.
external_uidstringA unique identifier you define to represent the counterparty. Useful for tracking and matching with your internal systems.
name_on_accountstringObligatorioThe 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
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Partner Financial AccountRIZE_CREATE_PARTNER_FINANCIAL_ACCOUNTAcciónCreate 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.
RIZE_CREATE_PARTNER_FINANCIAL_ACCOUNTAcciónCreate 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_idintegerObligatorioThe unique identifier of the partner to create a financial account for.
financial_providerstringObligatorioThe financial provider to use for the account. Common values include 'TREASURY_PRIME'.
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create UserRIZE_CREATE_USERAcciónCreates 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.
RIZE_CREATE_USERAcciónCreates 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
rolestringObligatorioenumUser role determining permissions
ADMINGENERALBUDGET_OWNERACCOUNTANTemailstringObligatorioUser's email address
last_namestringObligatorioUser's last name
cardholderobjectCardholder information for user creation.
first_namestringObligatorioUser's first name
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CardholderRIZE_GET_CARDHOLDERAcciónRetrieve 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.
RIZE_GET_CARDHOLDERAcciónRetrieve 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
idintegerObligatorioThe unique identifier of the cardholder to retrieve
Parámetros de salida
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Virtual Card ImageRIZE_GET_VIRTUAL_CARD_IMAGEAcciónRetrieves 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.
RIZE_GET_VIRTUAL_CARD_IMAGEAcciónRetrieves 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
dataanyObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not