1.0.4 • Published 2 years ago

@sunrise-integration/attentive-sms v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago