Skip to main content
Question

read inbound sms from sms webhook response

  • 30 August 2018
  • 1 reply
  • 494 views

This is the webhook notification response. 
I would like to know how to retrieve sms body.
Is it can be done using UUID or some other way?, Thanks

Array ( [uuid] => 6233143317433525276 [event] => /restapi/v1.0/account/244580004/extension/244713004/messagestore [timestamp] => 2018-08-29T21:18:00.275Z [subscriptionId] => de03190f-6361-4a43-a1a6-16ed2abfdb60 [ownerId] => 244580004 [body] => Array ( [accountId] => 244580004 [extensionId] => 244713004 [lastUpdated] => 2018-08-29T21:17:52.450Z [changes] => Array ( [0] => Array ( [type] => SMS [newCount] => 1 [updatedCount] => 0 ) ) ) )



1 reply

Nibu, if you are interested about incoming SMS you should better use a different event filter for your subscription -- see https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGetInstantMessageEvent

Actually the event you are currently subscribing gives you just the information about recent changes without extra details like message IDs.

Reply