You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a fresh record is created. Required props for this trigger include specifying the data table for the record.
updated-record-instant
Prompt
Emit new event when an existing record is updated. The user needs to configure the data table to monitor for record updates. An optional prop is a filter condition to track specific records.
Actions
create-record
Prompt
Creates a new record. Props required: object to populate the new record with. Props optional: any additional field values for the new record.
find-many-records
Prompt
Searches for up to 10 records based on matching field(s) or search syntax. Records are returned as line items. Props required: field(s) to match or search syntax.
find-record
Prompt
Search for a record based on matching field(s) or the use of search syntax. Props required: field(s) to match or search syntax.
The text was updated successfully, but these errors were encountered:
smartsuite
URLs
Webhook Sources
new-record-instant
Prompt
Emit new event when a fresh record is created. Required props for this trigger include specifying the data table for the record.
updated-record-instant
Prompt
Emit new event when an existing record is updated. The user needs to configure the data table to monitor for record updates. An optional prop is a filter condition to track specific records.
Actions
create-record
Prompt
Creates a new record. Props required: object to populate the new record with. Props optional: any additional field values for the new record.
find-many-records
Prompt
Searches for up to 10 records based on matching field(s) or search syntax. Records are returned as line items. Props required: field(s) to match or search syntax.
find-record
Prompt
Search for a record based on matching field(s) or the use of search syntax. Props required: field(s) to match or search syntax.
The text was updated successfully, but these errors were encountered: