We are developing a phone platform integration with zendesk sell.
How can we pop up call summary modal to an agent after his call ends? Is there a top bar app action to do that or via REST API?
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Thank you so much for your post. There isn't a specific action that could do that. However, there is the Call log editor. This is a modal to log data from the call. You can see more about that [here](https://developer.zendesk.com/api-reference/apps/apps-sell-api/call_log_editor/). There is also the GetResourcesByPhone action in the Sell top bar app. It's used to retrieve customer data based on the phone number. It returns a contact name as well as their id so you can access more info if needed. You can learn more about this action [here](https://developer.zendesk.com/api-reference/apps/apps-sell-api/top_bar/#getresourcesbyphone). Either of these might be able to help get you started in the right direction.
Hope this helps!
Erica - Dev Support