gripp_create
Create a new entity in Gripp by specifying the entity type and field values. Requires explicit confirmation to write data.
Instructions
Create a Gripp entity. Requires confirm=true because this writes to Gripp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Gripp entity name, for example company, contact, invoice, task, or tag. | |
| fields | Yes | Field values for the new entity. Check gripp_describe_entity first. | |
| confirm | Yes | Must be true to create data in Gripp. |