PipedreamHQ / PipedreamHQ/pipedream
[Components] szybkisms
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# szybkisms
## URLs
- https://api.szybkisms.pl/rest/#section/Introduction
## Webhook Sources
### new-incoming-message-instant
#### Description
Emit new event when an incoming SMS message is received on a registered phone number. Requires phone number registration and webhook endpoint configuration.
### new-message-status-update-instant
#### Description
Emit new event when the delivery status of a sent SMS message changes (e.g. delivered, failed). Useful for tracking message outcomes. Requires webhook setup in app settings.
### new-scheduled-message-instant
#### Description
Emit new event when a scheduled SMS message is created. Useful for monitoring outgoing campaigns or automation-triggered messages. Requires webhook registration.
## Actions
### send-sms
#### Description
Send a single SMS message to a specified phone number. Requires recipient's phone number and message content. Optional props include sender name and message validity period.
### schedule-sms
#### Description
Schedule an SMS message to be sent at a future date and time. Requires recipient's phone number, message content, and scheduled send time. Optional props include sender name and time zone.
### fetch-message-status
#### Description
Retrieve the delivery status of a previously sent SMS message. Requires message ID. Useful for checking message delivery outcomes.
Contributor guide
Assessment
This issue has not been assessed yet.