PipedreamHQ / PipedreamHQ/pipedream
[Components] servicetitan
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# servicetitan
## URLs
- https://developer.servicetitan.io/apis/
## Webhook Sources
### new-job-instant
#### Description
Emit new event when a job is created in ServiceTitan. Users can filter by job type or assigned technician (optional).
### new-customer-instant
#### Description
Emit new event when a new customer is added to ServiceTitan. Users can optionally filter by customer type or assigned technician.
### job-status-updated-instant
#### Description
Emit new event when the status of a job is updated in ServiceTitan. Users must specify the job status(es) they want to monitor.
## Actions
### create-job
#### Description
Create a new job in ServiceTitan. Requires customer ID, job type, and scheduled date. Optional fields include description and assigned technician ID.
### update-job-status
#### Description
Update the status of an existing job in ServiceTitan. Requires job ID and new status. Optionally notify the assigned technician.
### create-customer
#### Description
Create a new customer in ServiceTitan. Requires customer name and contact details. Optionally, specify address and customer type.
Contributor guide
Assessment
This issue has not been assessed yet.