forked from docs/doc-exports
998 B
998 B
What Protocols Does SMN Support?
SMN supports the following protocols:
- Email: Messages are sent to subscribers' email addresses using email.
- SMS: Messages are sent to subscribers' phone numbers by SMS message.
- HTTP or HTTPS: Messages are sent to subscription URLs by HTTP or HTTPS request. SMN only supports public network URLs and public IP addresses.
- FunctionGraph (function): Messages are used as payload to call functions.
Parent topic: FAQs