pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] timetonic

Open pipedream-component-development opened this issue 1 year ago • 3 comments

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 deleted

Actions:

Create record
Update record
Delete record

sergio-eliot-rodriguez avatar May 01 '24 00:05 sergio-eliot-rodriguez

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

vunguyenhung avatar May 07 '24 06:05 vunguyenhung

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

vunguyenhung avatar May 08 '24 03:05 vunguyenhung

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

Test report https://vunguyenhung.notion.site/Components-timetonic-3e635a9eff6c4831b279987bec7ff755

vunguyenhung avatar May 09 '24 05:05 vunguyenhung