Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emrecoban/vonage-send-sms

Send and receive an SMS using Vonage APIs with Next.js
https://github.com/emrecoban/vonage-send-sms

nextjs vonage-sms

Last synced: 5 days ago
JSON representation

Send and receive an SMS using Vonage APIs with Next.js

Awesome Lists containing this project

README

        



Using Vonage SMS API with Next.js

This repository has been created for educational purposes, aiming to provide guidance on using the Vonage SMS API with Next.js. You can find the relevant article at the following link: https://developer.vonage.com/en/blog/send-receive-and-handle-sms-delivery-receipts-with-next-js-and-vonage.

## Overview

In this repository, you'll discover sample code for three essential topics:

1. How to send an SMS with Next.js
2. How to receive an SMS delivery receipts and handle SMS with Next.js

Explore the provided code examples to gain insights into integrating Vonage SMS functionality into your Next.js applications. Happy learning!

## Preview

It can be used through the website address [vonage-send-sms.vercel.app](https://vonage-send-sms.vercel.app), but you cannot send a SMS, for only preview.

## Screenshot

![next_form](.github/next_form.png)

## Built with

- [Next.js](https://github.com/vercel/next.js)
- [Vonage Node.js SDK](https://github.com/Vonage/vonage-node-sdk)
- [Zod](https://github.com/colinhacks/zod)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)

## License

It's fully open source.