-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build the admin UI #3
Comments
@ZmagoD is there an API with which we can use to override the fields in papercups |
yup let's skip the |
@carterax there isn't an API for this yet, but I'd like to make it possible to just configure these settings in the Papercups dashboard so they don't have to re-enter it manually in wordpress (for example, if I go into the Papercups dashboard and update the title/subtitle/etc and save it, the chat widget will just look up the settings by |
but in the meantime, people will just have to update it by configuring the settings in the config (i.e. https://github.com/papercups-io/chat-widget#using-in-html), which i'm hoping we can handle with this plugin? |
Once an API is available anything is possible |
yup, let's just start with the simplest possible version and then keep improving 😄 |
we need some input to populate the chat widget data
we need:
accountId,
title,
subtitle,
newMessagePlaceholder,
primaryColor,
greeting,
requireEmailUpfront.
for the customer data I'm not sure at the moment how we will handle this. For now I think we can skip this and add it later when we have some feedback from users WDYT @reichert621 ?
The text was updated successfully, but these errors were encountered: