Forum Discussion
From the error it looks like you're trying to create the thread using a HTTP GET instead of a HTTP POST (the difference is in how you pass parameters, i.e. thread title etc.).
Can you provide the API to post a thread to a board. As a test, I am using /restapi/vc/messages/id/5139/reply whichi is ot post a reply on a thread. I believe posting a thread to a board should work the same way.
- FilipK12 years agoLithium Alumni (Retired)
Hi Gursimrat,
I think you are looking for /messages/post:
- Gursimrat12 years agoLeaderThanks FilipK
- zehrabiz11 years agoLeader
Hi,
We also need something similar, but we do not have a RSS feed to base each automatic new thread. Instead, we were looking if there is a way to automatically create posts under a specific area, by following a simple action (eg: user sending an email to a board email address to automatically create a post under it) Any idea if there is a simpler way than writing a RESTcall?
Thanks, Zehra