PipedreamHQ / PipedreamHQ/pipedream
[Components] instasent
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# instasent
## URLs
- https://spec.instasent.com/api/ingest
## Webhook Sources
### new-inbound-sms-instant
#### Description
Emit new event when a new inbound SMS is received on a virtual number. Requires selecting or specifying a virtual number to listen for incoming messages.
### new-delivery-report-instant
#### Description
Emit new event when a delivery report is received for a sent SMS. Requires prior setup of delivery reporting in Instasent settings.
### new-opt-out-instant
#### Description
Emit new event when a recipient opts out from receiving messages. Useful for compliance and subscription management. No additional configuration required.
## Actions
### send-sms
#### Description
Send a single SMS message to a specified phone number. Requires recipient number, sender ID or phone number, and message text.
### send-bulk-sms
#### Description
Send an SMS message to multiple recipients in one request. Requires an array of recipient phone numbers, sender ID or phone number, and message text.
### check-sms-status
#### Description
Retrieve the current delivery status of a previously sent SMS using the message ID. Requires the message ID as input.
Contributor guide
Assessment
This issue has not been assessed yet.