pipedream
pipedream copied to clipboard
[Components] timetonic
timetonic
URLs
- https://timetonic.com/live/apidoc/#api-_header
Polling Sources
new-table-row-instant
Prompt
Emit new event when a new table row is added. Props: Table selection is required.
URLs
- https://timetonic.com/live/apidoc/
- https://timetonic.com/live/apidoc/ttc-api.postman_collection.json
new-table-row-in-view-instant
Prompt
Emit new event when a new table row appears in a specific view. Props: Table selection along with specific view selection is required.
URLs
- https://timetonic.com/live/apidoc/
- https://timetonic.com/live/apidoc/ttc-api.postman_collection.json
Actions
create-row
Prompt
Create a new row within an existing table. Needed props include table_id for identification and 'fields' for data input.
URLs
- https://timetonic.com/live/apidoc/ttc-api.postman_collection.json
search-rows
Prompt
Perform a search across table rows based on given criteria. Required prop is 'table_id' for identification and 'query' to define search criteria. An optional prop could be 'limit' to specify the number of rows returned.
URLs
- https://timetonic.com/live/apidoc/
- https://timetonic.com/live/apidoc/ttc-api.postman_collection.json
update-row
Prompt
Edit values within a specified row. User needs to provide 'table_id' for table identification, 'row_id' for finding the row, and 'fields' that contains the updated values.
URLs
- https://timetonic.com/live/apidoc/
- https://timetonic.com/live/apidoc/ttc-api.postman_collection.json
These are the requested componetns by LucBerge, who requested the Timetonic integration on #10474
Trigger:
Record added Record updated Record deletedActions:
Create record Update record Delete record
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-timetonic-3e635a9eff6c4831b279987bec7ff755
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-timetonic-3e635a9eff6c4831b279987bec7ff755
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-timetonic-3e635a9eff6c4831b279987bec7ff755