PipedreamHQ / PipedreamHQ/pipedream
[Components] mojotxt
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# mojotxt
## URLs
- https://app.mojotxt.com/api/docs/v1/
## Polling Sources
### new-donation
#### Prompt
Emit new event when a contribution is made. No specific props are required by the user.
#### URLs
- https://app.mojotxt.com/api/docs/v1/
- https://app.mojotxt.com/account/integration/api
- https://app.mojotxt.com/api/docs/v1/donations.php
- https://app.mojotxt.com/api/docs/v1/subscribers.php
- https://app.mojotxt.com/api/docs/v1/messagelog.php
## Actions
### send-subscription-list-message
#### Prompt
Sends an SMS or MMS message to a MojoTxt Subscription List. Required props: 'Subscription List ID', 'Message'. Optional props: 'Media URL' for sending MMS.
#### URLs
- https://app.mojotxt.com/api/docs/v1/
- https://app.mojotxt.com/account/integration/api
- https://app.mojotxt.com/api/docs/v1/phoneNumbers.php
- https://app.mojotxt.com/api/docs/v1/subscribers.php
- https://app.mojotxt.com/api/docs/v1/lists.php
- https://app.mojotxt.com/api/docs/v1/messages.php
### add-person-to-subscription-list
#### Prompt
Adds a person to a MojoTxt Subscription List. Required props: 'List ID', 'Phone Number'.
#### URLs
- https://app.mojotxt.com/api/docs/v1/subscribers.php
- https://app.mojotxt.com/api/docs/v1/lists.php
Contributor guide
Assessment
This issue has not been assessed yet.