PipedreamHQ / PipedreamHQ/pipedream

[Components] lawmatics

Open
#13,191 1 comment 0 reactions 0 assignees View on GitHub
blocked triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# lawmatics
## URLs
## Polling Sources
### new-contact
#### Prompt
Emits a new event when a contact is created. No props are required.
### new-matter
#### Prompt
Emits a new event when a matter is created or updated. Required props: matter_id, which is the ID of the matter. Optional prop: include_previous_values, which, if set to true, includes the previous values of the updated fields.
### new-appointment
#### Prompt
Emits a new event when an appointment is created. Required prop: appointment_id, which is the ID of the appointment.
## Actions
### create-contact
#### Prompt
Create a new contact. Required props are first name, last name and contact details. Optional props could include address, company name, and role.
### create-matter
#### Prompt
Create a new case or legal matter. Required props are the matter title, contact ID it relates to and matter details. Optional props could be a case summary and projected close date.
### update-contact
#### Prompt
Update an existing contact. Required props are the contact ID and new values to be updated. Optional props could be any other non-essential contact details.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.