Subscribers
ConversationReply
Send a conversation reply to a specific subscriber.
Request
Url: https://demo.unitebot.eu/api/subscribers/:id/conversation/reply
GET Parameters:
:id = SubscriberID
Method: POST
JSON Body:
{ "content": "..." }
Success Response
{ "row": {...Conversation} }