1.0.4 • Published 3 years ago

@sunrise-integration/attentive-sms v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Attentive SMS

Attentive Mobile integration for Shogun Frontend.

Personalized Mobile Messaging for Innovative Businesses

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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago