Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] smartsuite #13197

Closed
pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · Fixed by #14273
Closed

[Components] smartsuite #13197

pipedream-component-development opened this issue Aug 8, 2024 · 1 comment · Fixed by #14273
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

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.

@vunguyenhung vunguyenhung added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Sep 23, 2024
@michelle0927 michelle0927 self-assigned this Oct 10, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-smartsuite-11bbf548bb5e813d8658c2ff1e5af62e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

3 participants