How to create an SMS Bot

How to create your first SMS Bot application


The following will outline the steps required to design, create and test your first CamlinConnect app in 10 step process.

The sample application will provide a conversational sms bot to check balance an other mobile account settings in a typical Telco environment.

Application Call-Flow

Mapping of Camlin Components to call-flow


To develop the SMS bot, please follow the follow steps in order.

Step StepDescriptionLinks
1First Steps / Getting AccessAcquire correct access to CamlinConnect modulesCamlinConnect Access
2Creating a ProjectHow to create a CamlinConnect Project to start application developmentCreate a Project
3Create Assets[Optional] used if application requires images, html styling.Create Components
4Create a Text InteractionCreate a Text Interaction to handle SMS MessagesCreate a Text Interaction
5Create VariablesCreate variables to be used in your projectCreate Variables
6Create PlumbsCreate plumbs to be used in your projectCreate Plumbs
7Create an API CallCreate API calls to be used in your project.Create an API Call
8Create a CallflowAssemble the assets in your project to create the application callflowCreate a Callflow
9Publish a CallflowValidate and Publish the callflow to runtime environment for testing.Publish a Callflow
10Test a CallflowTest an application callflow in the simulator or via URL Test a Callflow