@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>
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    1
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0

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