Knack
Knack is an online database and app builder. Read and write records in your Knack objects.
What your agent can do with Knack
Triggers and actions 1 trigger · 11 actions
- TriggerNew View Record
Fires when a new record appears in a Knack page view — polls a view's records (respects the view's access control and filters), the view-based counterpart to New Record.
- ActionCreate Record
Add a new record to a Knack object. Provide field values as a JSON object keyed by field key (e.g. field_1).
- ActionCreate View Record
create a record through a view, including inserting a connected record (view-based)
- ActionDelete Record
Delete a record from a Knack object by ID.
- ActionDelete View Record
delete a record through a view (view-based)
- ActionGet Record
Retrieve a single record by ID from a Knack object.
- ActionGet View Record
Retrieve a single record through a page view by its ID — returns only the fields exposed by the view and respects the view's access control, the view-based counterpart to Get Record.
- ActionList Records
Retrieve records from a Knack object, with optional paging and filters.
- ActionList View Records
retrieve records through a view (view-based, applies view permissions/filters)
- ActionUpdate Record
Update an existing record in a Knack object by ID.
- ActionUpdate View Record
update a record through a view (view-based)
- ActionUpload File or Image
upload a file or image asset to associate with a record field
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Knack API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.