PipedreamHQ / PipedreamHQ/pipedream
[Components] sendlane
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# sendlane
## URLs
## Polling Sources
### new-contact-saved-instant
#### Prompt
Emit new event when a contact is saved. Required props: Contact Data.
### new-contact-tagged-instant
#### Prompt
Emit new event when a tag is added to a contact. Required props: Contact Data, Tag Data.
## Actions
### create-subscriber
#### Prompt
Create a new subscriber in Sendlane. User needs to configure the following props: 'email', 'first_name', 'last_name'. Only 'email' is a required prop - 'first_name' and 'last_name' are optional.
### unsubscribe-contact
#### Prompt
Unsubscribe a specific contact from Sendlane campaigns. User should configure 'email' prop which is required for this action - it is the email address of the contact to be unsubscribed.
Contributor guide
Assessment
This issue has not been assessed yet.