Get started with AlertStream in 5 minutes
Sign up for a free account at AlertStream. You'll get 50 free SMS per month.
Sign Up NowRegister your website in the dashboard to get your unique API key.
You'll receive:
Add the AlertStream JavaScript snippet to your website:
<script src="https://cdn.alertstream.io/js/v1.js"></script>
<script>
AlertStream.init('YOUR_API_KEY');
</script>Set up your first trigger to start receiving SMS alerts.
Example: Form Submission Alert
Send a test event to make sure everything works:
AlertStream.track('form_submit', {
name: 'John Doe',
email: 'john@example.com'
});