Zendesk Sell top bar app not showing | Community
Skip to main content

Zendesk Sell top bar app not showing

  • March 7, 2023
  • 1 reply
  • 0 views

Jordan24

Hi, I have created a new app with zcli:new --scaffold react. I managed to get the app to show on ZD support top bar with 

"support": {
    "top_bar": {
        "url": "myurl"
    }
},
 
However I cannot get it to show on the sell top bar... I have this config:

"sell": {
    "top_bar": {
        "url": "myurl"
    },
    "lead_card": "myurl"
}
When browsing with ?zcli_apps=true, the app shows on the lead card, however does not show on the top bar...
 
For the life of me I can't figure out why... am I missing something?

1 reply

Jordan24
  • Author
  • March 7, 2023

interestingly, when I zip the app up and install it, it shows in the top bar as expected