Skip to content

Commit

Permalink
Merge pull request #3636 from peoray/infobip-sms-docs
Browse files Browse the repository at this point in the history
feat(docs): Add Infobip SMS provider documentation
  • Loading branch information
unicodeveloper committed Jun 29, 2023
2 parents 383eb92 + f637d3a commit cbad1fd
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/docs/channels/sms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Novu can be used to send SMS to your customers using a unified delivery API. You

To read a provider specific documentation:

- [AWS SNS](/channels/sms/sns)
- [SMS77](/channels/sms/SMS77)
- [TWILIO](/channels/sms/twilio)
- [TELNYX](/channels/sms/telnyx)
- [NEXMO](/channels/sms/nexmo)
- [SMS77](/channels/sms/SMS77)
- [Africa's Talking](/channels/sms/africas-talking)
- [Infobip](/channels/sms/infobip)
- [Nexmo](/channels/sms/nexmo)
- [Plivo](/channels/sms/plivo)
- [AWS SNS](/channels/sms/sns)
- [Telnyx](/channels/sms/telnyx)
54 changes: 54 additions & 0 deletions docs/docs/channels/sms/infobip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Infobip

You can use the [Infobip](https://www.infobip.com/developers/) provider to send SMS messages to your customers using the Novu Platform with a single API to create multi-channel experiences.

## Getting Started

To use the Infobip provider in the SMS channel, you will need to create an Infobip account and add your API key and Base URL to the Infobip integration on the Novu platform.

## Retrieve your API Key

To Find a new API key in Infobip, you can follow these steps:

- [Sign up](https://www.infobip.com/signup) or [Log in](https://portal.infobip.com/login/) to your Infobip account.
- On the [Homepage](https://portal.infobip.com/homepage/), you'll see your API key.

![Image displaying the API Key on the homepage](/img/providers/sms/infobip/api-key.png)

Alternatively, you can find the API key on the Developer Tools page.

- On the sidebar (on the left), click on `Developer Tools`.
- This will display a dropdown from which you can then click on `API Ksys` to view your API key.

![Image displaying the API Key on the Developer Tools page](/img/providers/sms/infobip/dev-tools-api-key.png)

If you want to create an API key:

- Click on the `CREATE API KEY` button
- Fill the form
- Click on `GENERATE`

![Image displaying the form to generate an API Key on the Developer Tools page](/img/providers/sms/infobip/generate-api-key.png)

## Find Base URL

To see your base URL, log in to the account. Once logged in, on the Homepage, you should see your base URL in this format: `xxxxx.api.infobip.com`.

![Image displaying the API Key on the settings page](/img/providers/sms/infobip/base-url.png)

## Create an Infobip integration with Novu

- Visit the [Integrations](https://web.novu.co/integrations) page on Novu.
- Locate **Infobip** under the SMS section and click on the **Connect** button.

![Image showing Novu web platform integration store page](/img/providers/sms/infobip/integration.png)

- Enter your Infobip API Key.
- Enter your Base URL.
- Fill the `From` field.
- Click on the `Disabled` button and mark as `Active`.
- Click on the **Connect** button.

![Infobip integration modal form on Novu’s web integration page](/img/providers/sms/infobip/web.png)

You should now be able to send SMS notifications using **Infobip** in Novu.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/providers/sms/infobip/web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbad1fd

Please sign in to comment.