PipedreamHQ / PipedreamHQ/pipedream
[Components] salesloft
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# salesloft
## URLs
- https://developers.salesloft.com/docs/platform/intro/
## Webhook Sources
### new-person-instant
#### Description
Emit new event when a new person is added to the Salesloft platform. Optionally filter by cadence or tag.
### new-cadence-step-executed-instant
#### Description
Emit new event when a user completes a step within a cadence. Useful for tracking activity and engagement.
### new-email-open-instant
#### Description
Emit new event when a tracked email sent via Salesloft is opened. Optionally filter by cadence, sender, or person.
## Actions
### create-person
#### Description
Create a new person in Salesloft by providing name, email, and other contact details. Optionally associate with a cadence.
### add-person-to-cadence
#### Description
Add an existing person to a specified cadence. Requires person ID and cadence ID.
### send-email
#### Description
Send a one-off tracked email to a person. Requires person ID, subject, and body content.
Contributor guide
Assessment
This issue has not been assessed yet.