Short answer: You can create insightly organisation in Insightly by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Insightly Create Insightly Organisation action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Organisation Name ORGANISATION_NAME | string | Required | – |
Phone PHONE | string | Optional | Phone number in E.164 format (with country code, no spaces). |
Website WEBSITE | string | Optional | – |
{"ORGANISATION_NAME": "{{trigger.ORGANISATION_NAME}}","PHONE": "e.g. +14155551234","WEBSITE": "{{trigger.WEBSITE}}"}
{"ORGANISATION_ID": 78901,"ORGANISATION_NAME": "Acme"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.