pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] sidetracker

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

sidetracker

URLs

  • https://app.sidetracker.io/api/schema/redoc

Polling Sources

new-row-created

Prompt

Emit new event when a row is added to a list. Required props: the list ID on which to listen for new rows.

Actions

create-list

Prompt

Create a new list. Required props: the list name.

get-list

Prompt

Get a list by ID.

add-row

Prompt

Add a row to a list. Required props: the list ID and the row props

update-row

Prompt

Update a row in a list. Required props: the list ID, the row ID, and the row props.

delete-row

Prompt

Delete a row from a list. Required props: the list ID and the row ID.

This is going to be blocked because I started to get the following error whenever I tried to make a request to any endpoint even from App registration image

jcortes avatar May 23 '24 21:05 jcortes