I have a admin and Customer section in my Rails 2.3.11 application where I need to add the reply thread for the actual message without logging into my application.This is my requirement and my application uses the Heroku as production server and the "SENDGRID" is already activated for sending the messages from my application

Now,I need to know how the send grid works in background and how it reads the incoming mails from my application and how it attaches to the actual Thread

Thanks in advance

link|improve this question
feedback

1 Answer

You mean using the inbound API?

http://docs.sendgrid.com/documentation/api/parse-api-2/

link|improve this answer
Yes I use the sendgrid API keys for my application – Sai Vardhan Feb 25 at 10:24
Kindly help me in replying the message via email using sendgrid in heroku – Sai Vardhan Feb 28 at 5:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.