Z
ZohoBooksApi
Arcade Native

ActivateInvoiceReminder

ZohoBooksApi.ActivateInvoiceReminder

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Enable automated payment reminders for invoices.

Activate automatic reminders for invoice payments to ensure timely settlements.

Input Parameters

{
  "parameters": [
    {
      "name": "organization_id",
      "required": true,
      "inferrable": true,
      "description": "ID of the organization for which the invoice payment reminder is being activated.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "invoice_identifier",
      "required": true,
      "inferrable": true,
      "description": "Unique identifier of the invoice for which payment reminders are to be activated.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'enable_invoice_payment_reminder'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}