PipedreamHQ / PipedreamHQ/pipedream
[Components] syncro
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# syncro
## URLs
## Webhook Sources
### new-customer-instant
#### Prompt
Emits new event when a customer is created. No props required.
### new-payment-instant
#### Prompt
Emits new event when a payment occurrence. This trigger requires 'paymentId' as a required prop.
### new-ticket-instant
#### Prompt
Emits new event when a ticket is created. The required prop in this case would be 'ticketId'. An optional but useful prop could be 'ticketType'.
## Actions
### create-contact
#### Prompt
Creates a new contact in your Syncro account. The required props for this action are 'contact name' and 'contact email'. An optional prop could be 'phone number'.
### create-ticket
#### Prompt
Generates a new ticket in your Syncro account. Required props for this action are 'ticket title' and 'ticket description'. An optional prop could be 'priority level'.
### update-customer
#### Prompt
Updates an existing customer's data in your Syncro account. The required prop for this action is 'customer ID'. Potential optional props could be 'new customer email' and 'new customer phone number'.
Contributor guide
Assessment
This issue has not been assessed yet.