It would be helpful to include being able to pass the parameter of client-ref (and maybe others) so when someone has the Nexmo webhook setup, we can track that message we sent, actually was delivered and use the client-ref to match up the db record of the message with the incoming webhook.
It would be helpful to include being able to pass the parameter of
client-ref
(and maybe others) so when someone has the Nexmo webhook setup, we can track that message we sent, actually was delivered and use the client-ref to match up the db record of the message with the incoming webhook.There are other request body params that could be also used @ https://developer.nexmo.com/api/sms but
client-ref
is an important one.