PipedreamHQ / PipedreamHQ/pipedream
[Components] mailsoftly
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# mailsoftly
## URLs
- https://mailsoftly.com/api-documentation/
## Actions
### create-contact
#### Description
Create a new contact in Mailsoftly. Required props: contact's name and email. Optional props: phone number, company, and custom fields.
### add-tag
#### Description
Add a specified tag to an existing contact in Mailsoftly. Required props: contact ID and tag name.
### remove-tag
#### Description
Remove a specified tag from an existing contact in Mailsoftly. Required props: contact ID and tag name.
### add-to-contact-list
#### Description
Add a contact to a specified contact list in Mailsoftly. Required props: contact ID and list ID.
### add-to-suppression-list
#### Description
Add a contact to the suppression list in Mailsoftly to prevent future emails from being sent. Required props: contact ID.
Contributor guide
Assessment
This issue has not been assessed yet.