RE: SMS API and Email API

6 views
Skip to first unread message

manoj.ku...@accenture.com

unread,
May 19, 2014, 1:22:28 PM5/19/14
to satsang-so...@googlegroups.com

Jayguru Kaushik Bhai,

 

Could you share the credentials for satsang mail server that is going to be used for mail notification.

I have tested the code with my gmail host. Need to test with actual host.

 

I have shared a working code at following location:

File Name : SpringExample.zip

https://drive.google.com/file/d/0B60y57D5_ZN_T2w2M0RIeGNydDg/edit?usp=sharing

 

Best Regards,

Manoj

 

From: satsang-so...@googlegroups.com [mailto:satsang-so...@googlegroups.com] On Behalf Of Kaushik Mukherjee
Sent: Thursday, May 15, 2014 11:49 AM
To: satsang-so...@googlegroups.com
Subject: Re: SMS API

 

Thanks Manoj Bhai,

<<Changing the subject>>

 

This is a great achievement indeed :)

I think you have created a generic API, which our any module in our application can re-use it. We should also have e-mail API similarly.

A wrapper API should be also great help, which can take decision on sending sms and/or email depending on availability of user's email/mobile number. It will decide how to compose data for sending sms and email differently and send to respective API. We can discuss details of this in coming weekend.

Regards,

Kaushik

 

On Thu, May 15, 2014 at 11:30 AM, <manoj.ku...@accenture.com> wrote:

Jayguru All,

 

Just shared the source code to send SMS from our code on Google drive. Please use that and share in case of any issues. Once the class is copied to class path, we can leverage following code snippet to send SMS to the desired mobile number.

 

Ex:

String status = SMSSender.sendSMS("Accommodation booked for you", "919731154182")

 

Internet connectivity is required for sending SMS.

 

At this moment I have purchased a package to test SMS integration worth 99/- for 200 SMS. With this we can send only promotional SMS to non DND numbers between 9 AM to 9 PM. Once we purchase a transactional package we can send SMS any time. I hope that helps.

 

File Name : APIs.zip

Location: https://drive.google.com/?authuser=0#folders/0B03IWtoYDj2dQTNhU1U2SzNXZWc

 

Next I will look into email integration.

 

Thanks,

Manoj

 

From: Kumar Nanda, Manoj
Sent: Wednesday, May 14, 2014 7:59 AM


To: satsang-so...@googlegroups.com
Subject: RE: When and where we are meeting for the last time before going to Ashram

 

Dear All Jayguru,

please find the baseline project including Accommodation source code at following location:

https://drive.google.com/#folders/0B03IWtoYDj2dQTNhU1U2SzNXZWc
File Name : Full Project-1.0.rar

Best Regards,
Manoj


From: Kumar Nanda, Manoj
Sent: 06 April 2014 11:18:33
To: satsang-so...@googlegroups.com
Subject: RE: When and where we are meeting for the last time before going to Ashram

Jayguru Bibek Bhai,

no data model change but I missed few files to include in the change log. The same are marked with (NEW)

/Reservation/src/org/satsang/controller/HelloWorldController.java
/Reservation/src/org/satsang/dao/AccommodationDAO.java
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java
/Reservation/src/org/satsang/dto/BedDTO.java
/Reservation/src/org/satsang/dto/PropertyDTO.java(NEW)
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java(NEW)

/Reservation/src/org/satsang/bean/AccommodationVO.java
/Reservation/src/org/satsang/form/FCForm.java
/Reservation/src/org/satsang/form/RoomForm.java
/Reservation/src/org/satsang/form/BedForm.java

/Reservation/WebContent/WEB-INF/jsp/tiles/leftNavAdmin.jsp
/Reservation/WebContent/WEB-INF/jsp/tiles/header.jsp

/Reservation/WebContent/WEB-INF/jsp/accommodationList.jsp
/Reservation/WebContent/WEB-INF/jsp/fcEntryForm.jsp
/Reservation/WebContent/WEB-INF/jsp/addRoomToAcc.jsp
/Reservation/WebContent/WEB-INF/jsp/addBedToRoom.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedEntry.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomEntry.jsp
/Reservation/WebContent/WEB-INF/tiles-def.xml

/Reservation/WebContent/css/accommodation.css(NEW)

Thanks,
Manoj


From: satsang-so...@googlegroups.com [satsang-so...@googlegroups.com] on behalf of Bibek Panda [bibek...@gmail.com]
Sent: 05 April 2014 22:13:25
To: satsang-so...@googlegroups.com
Subject: Re: When and where we are meeting for the last time before going to Ashram

Jayaguru Manoj Bhai,

 

I presume there is no data model change since last we met.

 

Thanks

-Bibek

 

On Sat, Apr 5, 2014 at 9:53 PM, <manoj.ku...@accenture.com> wrote:

Dear Bibek Bhai Jayguru,

with following set off files I want to do a logical conclusion on development of accommodation system before our Deoghar visit.
please let me know in case you find any issues integrating them

Attached a data file also.

Link to Google Drive: https://drive.google.com/file/d/0B60y57D5_ZN_VDhhVEd1c2N1RjA/edit?usp=sharing

Files Modified:

/Reservation/src/org/satsang/controller/HelloWorldController.java
/Reservation/src/org/satsang/dao/AccommodationDAO.java
/Reservation/src/org/satsang/dto/AccommodationRoomDTO.java
/Reservation/src/org/satsang/dto/BedDTO.java
/Reservation/src/org/satsang/bean/AccommodationVO.java
/Reservation/src/org/satsang/form/FCForm.java
/Reservation/src/org/satsang/form/RoomForm.java
/Reservation/src/org/satsang/form/BedForm.java

/Reservation/WebContent/WEB-INF/jsp/tiles/leftNavAdmin.jsp
/Reservation/WebContent/WEB-INF/jsp/tiles/header.jsp

/Reservation/WebContent/WEB-INF/jsp/accommodationList.jsp
/Reservation/WebContent/WEB-INF/jsp/fcEntryForm.jsp
/Reservation/WebContent/WEB-INF/jsp/addRoomToAcc.jsp
/Reservation/WebContent/WEB-INF/jsp/addBedToRoom.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedList.jsp
/Reservation/WebContent/WEB-INF/jsp/accBedEntry.jsp
/Reservation/WebContent/WEB-INF/jsp/accRoomEntry.jsp

/Reservation/WebContent/WEB-INF/tiles-def.xml

Thanks,
Manoj


From: satsang-so...@googlegroups.com [satsang-so...@googlegroups.com] on behalf of Kaushik Mukherjee [kaush...@gmail.com]
Sent: 05 April 2014 10:02:10
To: satsang-so...@googlegroups.com
Subject: Re: When and where we are meeting for the last time before going to Ashram

Bibek Bhai,

As discussed, we will meet tomorrow for integration purpose by 10AM. I have asked Manoj bhai to come.

Bhagirathi bhai will be coming today itself.

We need to complete the setup locally with dummy data. I am workinh with them to integrate Istabhrity module's UI/backend with dummy data. If we can include all changes in server setup including accommodation will be great. Otherwise locally should be OK.

I have interest to integrate the Istabhrity module with email notification. If we can have this in server setup, and if we can achieve that in short time will be great. Bhagirathi bhai is looking SMS sending activity.

Asish bhai has helped to prepare documentation/ppt slides that we will be presenting to show overall/individual flow and queries. That activity is going in parallel. We can discuss that tomorrow.

Please let us know anything we are missing to cover.

Regards,

Kaushik

 

 

On Sat, Apr 5, 2014 at 9:34 AM, Bibek Panda <bibek...@gmail.com> wrote:

Jayaguru,

 

When and where are we all are meeting before going to Ashram?

 

I suggest whoever is going to Ashram for this purpose should meet and discuss. 

 

We need to discuss the following:

1. We need the setup the system in couple of laptops, which would easily take couple of hrs.

2. Entering dummy data to show and test the flows. 404, 500 errors are irritating in any demo.

3. If at all any changes need to be done to the messages/category etc... then tomorrow is the time, after that it can't be done. 

4. List out work done, work in-progress, work pending that we are aware of and the questions need to be discussed.

 

 

Thanks.

-Bibek

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/CAJ7PcgqVF5TOtX51_qAwrnJoo1T%3D0XE1zXTfFR7ozLygMpSfLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

 

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/CAKHOgAxJu5OvM4XQZo%2BxCX-1nxsfe_tnB%3DK6EbLO_97x-_3ytw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

 



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/9A7C5123D42B4C41ACA6CDDDF6C0F8E31559B5B1%40048-CH1MPN3-381.048d.mgd.msft.net.


For more options, visit https://groups.google.com/d/optout.

 

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/CAJ7PcgpFdZCi14ashq3QGpFtwM9JS%2BTGo4fHo7hwuBw9L6ksZQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/9A7C5123D42B4C41ACA6CDDDF6C0F8E3173561A1%40048-CH1MPN3-383.048d.mgd.msft.net.


For more options, visit https://groups.google.com/d/optout.

 

--
You received this message because you are subscribed to the Google Groups "satsang-software-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satsang-software...@googlegroups.com.
To post to this group, send email to satsang-so...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/satsang-software-dev/CAKHOgAyXBDyJ-WZEDXMuzQGrDM-DGf_-3H%3DA3m2JsC0BvZkvDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

manoj.ku...@accenture.com

unread,
May 19, 2014, 1:27:52 PM5/19/14
to satsang-so...@googlegroups.com

Jayguru,

 

@All, who ever want to test SMS API can test as much as possible as it trial will expire in a weekJ. For details please find the trailing mail.

 

Sending a screenshot of mail just to make little interesting.

 

 

Regards,

Kaushik Mukherjee

unread,
May 20, 2014, 12:14:07 AM5/20/14
to satsang-so...@googlegroups.com
Joyguru Manoj Bhai,

It is good to see the output.
Regarding SMS functionality, can we have the functionality of sending sending works instead someone has activated DND in his/her phone?

Attached a API doc that I have written earlier for dispatcher/sms/email API. You can have a look into it. You can have similar implementation logic or any better approach is always welcome.

Regards,
Kaushik


Message Dispatch API.docx

manoj.ku...@accenture.com

unread,
May 20, 2014, 1:28:38 AM5/20/14
to satsang-so...@googlegroups.com

Jayguru Kaushik Bhai,

 

I have updated my comments inline.

 

Thanks and Regards,

Manoj

 

From: satsang-so...@googlegroups.com [mailto:satsang-so...@googlegroups.com] On Behalf Of Kaushik Mukherjee
Sent: Tuesday, May 20, 2014 9:44 AM
To: satsang-so...@googlegroups.com
Subject: Re: SMS API and Email API

 

Joyguru Manoj Bhai,

It is good to see the output.

Regarding SMS functionality, can we have the functionality of sending sending works instead someone has activated DND in his/her phone?

It is possible to send transactional message to DND numbers. We will buy a transactional package from the gateway provider (SMSHorizon). At this moment I have purchased a promotional package for testing purpose only. With promotional package we can’t send message to DND numbers.

 

Attached a API doc that I have written earlier for dispatcher/sms/email API. You can have a look into it. You can have similar implementation logic or any better approach is always welcome.

This design looks great to me. I will adjust the API as per design. In case I come across any difference I will keep you updated.

Kaushik Mukherjee

unread,
May 20, 2014, 3:54:34 AM5/20/14
to satsang-so...@googlegroups.com
Manoj Bhai,

Thanks for the update. Before our application goes in production we should have few details for the transactional pack.
Details like provider name, subscription charge, per sms charge, validity, any permission/legal doc require or not etc.
We can also have competitive study in the market as-well. If you or anyone can gather those info, should be helpful.

Regards,
Kaushik



Reply all
Reply to author
Forward
0 new messages