NAiOS IconNAiOS Logo
Volver al catálogo

Zoho Invoice

zoho_invoice

Zoho Invoice simplifies billing, recurring payments, and expense management, helping freelancers and small businesses send professional invoices

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
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 (6)

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.

Get Zoho Invoice ItemZOHO_INVOICE_GET_ITEMAcción

Tool to retrieve the details of a specific item by item id. use when you need to fetch an item's data after confirming its existence.

Parámetros de entrada

  • item_idstringObligatorio

    Unique ID of the item to retrieve

  • organization_idstringObligatorio

    The Zoho Invoice organization ID (X-com-zoho-invoice-organizationid header)

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

Tool to list contacts. use after obtaining the organization id to retrieve contacts with optional filters and pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starts at 1

  • emailstring

    Search contacts by email ID of the contact person (exact match)

  • phonestring

    Search contacts by phone number of the contact person (exact match)

  • addressstring

    Search contacts by any of the address fields (exact match)

  • per_pageinteger

    Number of contacts per page, max 200

  • filter_bystringenum

    Filter contacts by status

    Status.AllStatus.ActiveStatus.InactiveStatus.DuplicateStatus.Crm
  • last_namestring

    Search contacts by last name (exact match)

  • first_namestring

    Search contacts by first name (exact match)

  • search_textstring

    Search contacts by contact name or notes

  • sort_columnstringenum

    Sort contacts by the specified column

    contact_namefirst_namelast_nameemailoutstanding_receivable_amountcreated_timelast_modified_time
  • company_namestring

    Search contacts by company name (exact match)

  • contact_namestring

    Search contacts by contact name (exact match)

  • email_containsstring

    Search contacts by email ID of the contact person (substring match)

  • phone_containsstring

    Search contacts by phone number of the contact person (substring match)

  • organization_idstringObligatorio

    The Zoho organization ID. Must be passed as query parameter 'organization_id'.

  • zcrm_account_idstring

    CRM Account ID for the contact

  • zcrm_contact_idstring

    CRM Contact ID for the contact

  • address_containsstring

    Search contacts by any of the address fields (substring match)

  • email_startswithstring

    Search contacts by email ID of the contact person (prefix match)

  • phone_startswithstring

    Search contacts by phone number of the contact person (prefix match)

  • address_startswithstring

    Search contacts by any of the address fields (prefix match)

  • last_name_containsstring

    Search contacts by last name (substring match)

  • first_name_containsstring

    Search contacts by first name (substring match)

  • last_name_startswithstring

    Search contacts by last name (prefix match)

  • company_name_containsstring

    Search contacts by company name (substring match)

  • contact_name_containsstring

    Search contacts by contact name (substring match)

  • first_name_startswithstring

    Search contacts by first name (prefix match)

  • company_name_startswithstring

    Search contacts by company name (prefix match)

  • contact_name_startswithstring

    Search contacts by contact name (prefix match)

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

Tool to list all expenses with optional pagination. use when you need to retrieve expenses with simple pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starts at 1

  • per_pageinteger

    Number of records per page; must be ≥ 1

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

Tool to list invoices. use when you need to retrieve all invoices with optional filters and pagination.

Parámetros de entrada

  • datestring

    Invoice date (yyyy-mm-dd)

  • pageinteger

    Page number for pagination, starts at 1

  • emailanyemail

    Search by email ID of the contact person

  • totalnumber

    Total amount of the invoice

  • statusstringenum

    Status of the invoice

    sentdraftoverduepaidvoidunpaidpartially_paidviewed
  • balancenumber

    Unpaid balance of the invoice

  • item_idstring

    Unique identifier for the item

  • date_endstring

    End date for invoice date range

  • due_datestring

    Due date of the invoice (yyyy-mm-dd)

  • per_pageinteger

    Number of items per page for pagination

  • filter_bystringenum

    Filter invoices by status or payment expected date

    Status.AllStatus.SentStatus.DraftStatus.OverDueStatus.PaidStatus.VoidStatus.UnpaidStatus.PartiallyPaidStatus.ViewedDate.PaymentExpectedDate
  • item_namestring

    Search by item name (exact match)

  • date_afterstring

    Fetch invoices after this date

  • date_startstring

    Start date for invoice date range

  • customer_idstring

    ID of the customer

  • date_beforestring

    Fetch invoices before this date

  • search_textstring

    Search by invoice number, purchase order, or customer name

  • sort_columnstringenum

    Sort invoices by specified column

    customer_nameinvoice_numberdatedue_datetotalbalancecreated_time
  • custom_fieldstring

    Search by custom field (exact match)

  • due_date_endstring

    End date for due date range

  • customer_namestring

    Search by customer name (exact match)

  • due_date_afterstring

    Fetch invoices due after this date

  • due_date_startstring

    Start date for due date range

  • invoice_numberstring

    Unique number assigned to the invoice (exact match)

  • due_date_beforestring

    Fetch invoices due before this date

  • item_descriptionstring

    Search by item description (exact match)

  • reference_numberstring

    Reference number of the invoice

  • zcrm_potential_idstring

    CRM Deal potential ID

  • item_name_containsstring

    Search by item name (substring match)

  • item_name_startswithstring

    Search by item name (prefix match)

  • recurring_invoice_idstring

    ID of the recurring invoice

  • custom_field_containsstring

    Search by custom field (substring match)

  • custom_field_startswithstring

    Search by custom field (prefix match)

  • item_description_containsstring

    Search by item description (substring match)

  • item_description_startswithstring

    Search by item description (prefix match)

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

Tool to list all items. use when you need to retrieve your item catalog with optional pagination and filtering after specifying the organization id.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starts at 1

  • per_pageinteger

    Number of items per page, must be ≥ 1

  • filter_bystring

    Filter items by status or type (e.g., 'active')

  • search_textstring

    Free-text search to filter items by name or description

  • organization_idstringObligatorio

    The Zoho Invoice organization ID. Must be passed as query parameter 'organization_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

List PaymentsZOHO_INVOICE_LIST_PAYMENTSAcción

Tool to list payments. use when you need to retrieve all payments with optional filters like customer, invoice, date range, and pagination.

Parámetros de entrada

  • modestring

    Filter by payment mode (e.g., 'Cash', 'Credit Card')

  • pageinteger

    Page number for pagination, starts at 1

  • date_endstring

    Filter payments made on or before this date (YYYY-MM-DD)

  • per_pageinteger

    Number of payments per page, maximum 200

  • filter_bystringenum

    Filter payments by status

    Status.AllStatus.SuccessStatus.RefundedStatus.Void
  • date_startstring

    Filter payments made on or after this date (YYYY-MM-DD)

  • invoice_idstring

    Filter payments for a specific invoice by ID

  • sort_orderstringenum

    Sort order: 'A' for ascending, 'D' for descending

    AD
  • customer_idstring

    Filter payments for a specific customer by ID

  • sort_columnstringenum

    Column to sort by

    payment_numberamountdatemodereference_number
  • payment_numberstring

    Filter by payment number

  • reference_numberstring

    Filter by reference number

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