You are using Amazon SNS to publish notifications from monitoring systems or applications.
Now you want to add a critical alert channel that triggers a phone call using the PushCall service.
This is helpful for incidents requiring immediate human attention — even if the person is away from the screen or sleeping.
Go to the PushCall website and Sign In or register if needed.
Scroll down to the How to use section.
Enter your phone number in international format.
Copy the generated Webhook URL.
Open the Amazon SNS Console.
In the left menu, go to Topics and select or create a topic.
Click Create subscription.
In the subscription form:
Protocol: select HTTPS
Endpoint: paste the Webhook URL from PushCall
Click Create subscription
✅ Confirmation is automatic — you don’t need to confirm the subscription manually.
(Optional) Add a tag to identify the purpose of this subscription, e.g. PushCall Critical Alert
.
You’re done! From now on, any message published to this SNS topic will trigger a phone call.
To notify several engineers at once, use multiple to
parameters in your PushCall URL before pasting it to SNS:
https://pushcall.me/api/call?api_key=xxxxxxxxxx&from=1&to=10000000000&to=20000000000
See HTTP API documentation for more advanced usage.