I'm very new to Postmark and node.js. Could any enlighten me on making a system built in node.js that can send emails, with responses pertaining to key words using Postmark. My idea for using such a drastically system is to have users send an email with a keyword pertaining to a support FAQ and then having the system send them response answering their question to keyword.

link|improve this question

53% accept rate
Your question is at a very high level. You need to break it down into smaller steps and ask technical questions on parts that you don't know how to solve. – cherouvim Oct 16 '11 at 20:27
Okay, my bad. I do have a small understanding of Postmarks node.js library, but what I need to know is it possible to have someone send a email to an email address associated with a Postmark app, have it respond to that emailer/user with a response linked to a a keyword. For instance, I email example@pxlc.me with a keyword of "hello" in the body section of the email and have example@pxlc.me respond with a message only associated to "hello". Can that happen using Postmark? – Pxlc Oct 16 '11 at 20:34
I think it may be good idea for you to use rails or php and other libraries if you already know them. Learning node and integration of library may take some times.. nodeguide.com explicitly argues about the fact that trying all new things in new environment is no good at all. – user482594 Oct 16 '11 at 21:47
If you already have a built node.js application that you want to use the postmark library, that may be the right reason to use it. However, I don't think it is right to build node.js application because you want to use the postmark api service. Node.js is more for applications that require consistent interactions between the server and the clients. – user482594 Oct 16 '11 at 21:49
I can use Ruby, I plan on using my app with Heroku. – Pxlc Oct 16 '11 at 22:11
feedback

1 Answer

Full disclosure: I'm one of the Postmark developers.

Hey Pxlc, your question is pretty open ended, but yes, it is possible to use postmark in nodejs (or any other framework, as it is just an http web api). check our the list of supported libraries: http://developer.postmarkapp.com/developer-libs.html

Based on your follow up comments, it sounds like what you're looking for is actually a product that we are currently beta testing in-house. if you're interested, feel free to email me and we can chat more: oren@wildbit.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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