Hi all,
I’m using hubspot call extensions to implement a click to call feature. The call is placed from Contacts or Deals interface.
When I execute:
cti.outgoingCall({
createEngagement: true,
phoneNumber: XXXXX,
});
The engagement is created but without associantions with contact and/or deal.
The phoneNumber was passed by onDialNumber event. I also tried to remove phoneNumber on outgoingCall without success.
There is any solution for this?
Thanks.