Hi,
Using the Embeddable Framework, the wrap-up assigned to the interaction is captured and sent to the web app in the key-value pair "disposition":"wrap-up code value".
We get this key-value pair when subscribing to the interaction or in the processCallLog method.
However, despite I always get the disposition value when a change occurs in the interaction (including when a wrap-up code is applied) I don't have the Call Log Id which is used to update the Activity in the CRM.
On the other hand, the disposition value is included in the processCallLog message along with the Call Log Id but only if there was a change in the call log.
I wonder how it would be a reliable way to capture the wrap-up code assigned to the interaction in order to update the associated CRM activity.
Thanks.