actions-marketplace-validations/Get SMS list
Reach out to Twilio to fetch a list of SMS/Messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| phone | Phone number to search | yes | "" |
| text | Text to search in the body of the message | yes | "" |
| retries | How many times should the Twilio API get call to check for new messages | yes | 1 |
Outputs
| name | description |
|---|---|
| found | Returns true if the text was found in the body of on one of the messages received by the provided number |