@sunrise-integration/attentive-sms

1.0.4 • Public • Published

Attentive SMS

Attentive Mobile integration for Shogun Frontend.

Personalized Mobile Messaging for Innovative Businesses

⚠️ This package runs on Shogun Frontend.

Attentive website →

Installation

yarn add @frontend-sdk/attentive-sms

npm install @frontend-sdk/attentive-sms

Usage

First we need to install the Attentive SMS script - we need to make a call to useAttentiveSms passing you Custom Attentive Domain

import {useAttentiveSms} from '@frontend-sdk/attentive-sms'

const App = () => {
    
    let attentiveDomain = 'EXAMPLE';
    useAttentiveSms(attentiveDomain);

    return <div>...</div>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @sunrise-integration/attentive-sms

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

10.9 kB

Total Files

6

Last publish

Collaborators

  • eduardo-sunrise
  • seandro
  • sunriseintegration