lync - UCWA send initial message with message invitation in HTML -


it took me while figure out how post message invitation initial message. need have initial message in html. know how format message object html text?

post /ucwa/oauth/v1/applications/1024/communication/messaginginvitations http/1.1 host: lyncwsext.mydomain.com content-type: application/json authorization: bearer cwt=aae****** accept: application/json  { "importance":"normal", "_links" : {      "message" : {               "href": "data:text/plain;charset=utf-8,initial message"     } }, "sessioncontext":"33dc0ef6-0570-4467-bb7e-49fcbea8e944", "subject":"testing ucwa", "telemetryid":null, "to":"recipient@mydomain.com", "operationid":"5028e824-2268-4b14-9e59-1abad45ff393" } 


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -