pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] clio

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

clio

URLs

  • https://docs.developers.clio.com/api-reference/
  • https://docs.developers.clio.com/api-docs/paging/
  • https://docs.developers.clio.com/api-reference/#tag/Webhooks

Webhook Sources

new-activity-instant

Prompt

Emit new event when a new activity is created. Required Props: User Credentials

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Webhooks/operation/Webhook#index

bill-state-updated-instant

Prompt

Emit new event when the state of a bill has changed. Required Props: Bill ID

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Webhooks/operation/Webhook#index

new-document-instant

Prompt

Emit new event when a new document is created. Required Props: User Credentials, Document Type. Optional props: Document Filter, Time Range

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Webhooks/operation/Webhook#index

Actions

create-matter

Prompt

Creates a new matter. The required props include matter name and client id. Optional props include description, closed date and custom fields.

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#create

update-matter

Prompt

Updates an existing matter. The required props are the matter ID. Optional props include matter name, client ID, and description, and closed date.

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Matters/operation/Matter#update

create-task

Prompt

Creates a new task. The required props includes task name and assignee ID. Optional props include due date, priority, and custom fields.

URLs

  • https://docs.developers.clio.com/api-reference/#tag/Tasks/operation/Task#index

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-clio-30661a8e9c27467b89bbf8f10f43018a

vunguyenhung avatar Apr 26 '24 04:04 vunguyenhung

@malexanderlim @jcortes Are these other Clio issues still valid, or are they duplicates? https://github.com/PipedreamHQ/pipedream/issues/3591 https://github.com/PipedreamHQ/pipedream/issues/10680

michelle0927 avatar Apr 26 '24 15:04 michelle0927

@malexanderlim @jcortes Are these other Clio issues still valid, or are they duplicates? #3591 #10680

Hi @michelle0927 They seem to be duplicates

jcortes avatar Apr 26 '24 16:04 jcortes

I closed the other older issues.

On Fri, Apr 26, 2024 at 9:06 AM Jorge Cortes @.***> wrote:

@malexanderlim https://github.com/malexanderlim @jcortes https://github.com/jcortes Are these other Clio issues still valid, or are they duplicates? #3591 https://github.com/PipedreamHQ/pipedream/issues/3591 #10680 https://github.com/PipedreamHQ/pipedream/issues/10680

Hi @michelle0927 https://github.com/michelle0927 They seem to be duplicates

— Reply to this email directly, view it on GitHub https://github.com/PipedreamHQ/pipedream/issues/11587#issuecomment-2079680473, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBUUHPIYT3QVRDFBBWYDY3Y7J3QFAVCNFSM6AAAAABGOEM54WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGY4DANBXGM . You are receiving this because you were mentioned.Message ID: @.***>

malexanderlim avatar Apr 26 '24 16:04 malexanderlim

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

Test report https://vunguyenhung.notion.site/Components-clio-30661a8e9c27467b89bbf8f10f43018a

vunguyenhung avatar May 01 '24 15:05 vunguyenhung