0.2.6-development • Published 2 years ago
chatinc v0.2.6-development
ChatInc Javascript SDK
The official ChatInc Javascript package is here! Super charge creating your bot experiences with a fully loaded journey and campaign builder SDK 🚀.
Get Started
- Run
npm install chatinc
in your terminal
Quick Start
import Chat from 'chatinc'
const chat = new Chat('API_KEY')
chat.createJourney('JOURNEY_ID', 'entry', [
{
type: 'text',
entry: 'entry',
message: 'Hello world',
}]
)
chat.createCampaign({
title: 'My first campaign',
message: 'Hello world',
messageExample: 'Hello world',
buttons: [
{
text: 'Button 1',
type : 'jorney',
journeyId: 'JOURNEY_ID'
},
]
})
0.2.6-development
2 years ago
0.2.5-development
2 years ago
0.2.4-development
2 years ago
0.1.4-development
2 years ago
0.1.3-development
2 years ago
0.1.8-development
2 years ago
0.2.2-development
2 years ago
0.2.1-development
2 years ago
0.1.7-development
2 years ago
0.1.6-development
2 years ago
0.1.9-development
2 years ago
0.1.2-development
2 years ago
0.1.1-development
2 years ago
0.1.0-development
2 years ago