PipedreamHQ / PipedreamHQ/pipedream
[Components] systeme_io
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# systeme_io
## URLs
- https://developer.systeme.io/reference/api#introduction
## Webhook Sources
### new-contact-instant
#### Description
Emit new event when a new contact is created in Systeme.io. Users can optionally filter by tag or funnel.
### new-sale-instant
#### Description
Emit new event when a sale is made through a funnel. Users can specify a specific funnel or track all sales.
### new-course-enrollment-instant
#### Description
Emit new event when a user enrolls in a course. Users can optionally filter by specific course.
## Actions
### create-contact
#### Description
Create a new contact in Systeme.io. Required fields: email. Optional fields: name, tags, funnel.
### add-contact-to-tag
#### Description
Add an existing contact to a specific tag. Required fields: contact email, tag ID.
### create-order
#### Description
Create a new order for a product or service in Systeme.io. Required fields: contact email, product ID. Optional fields: discount code, payment details.
Contributor guide
Assessment
This issue has not been assessed yet.