post-crm-v3-objects-invoices-batch-create_create
Create a batch of invoices in HubSpot by submitting an array of invoice properties. Automate bulk invoice creation for CRM records in one API call.
Instructions
Create a batch of invoices. REQUIRES body parameter with objects to create. Example: {body: {inputs: [{"properties": {"firstname": "John", "lastname": "Doe", "email": "john@example.com"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items |