monday.com
Paste an API keyCreate items (plus an update with links) on any board.
What you can do
- Create a monday.com item — on a board, optionally with an update containing the run's document links
No false success: every send/create in monday.com is verified — ASHDOCS reads the item back from monday.com's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Get your monday.com credentials
- 1In monday.com click your avatar → Developers (or Administration → Connections → API).
- 2Copy your personal API token under My access tokens.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick monday.com.
- 3Paste: API token. ASHDOCS validates the credentials against monday.com before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the monday.com step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
“refused the item”
Board IDs are numeric — copy the number from the board's URL. The token's user must have board access.
FAQ
Is the item verified?
Yes — a GraphQL items query reads the new item back before the step turns green.
Can I set column values?
Not yet — item name + an update today. Ask and we'll add column mapping.