You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
szybkisms
URLs
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.
The text was updated successfully, but these errors were encountered: