When Agents accepts a chat, they can reply to customers only in English. I want to activate some other languages for this communication
Related
I am entirely new to making E-commerce website. Already I have built the basic interface and all required features. I am stuck in one thing. Basically I am working on Paypal integration. At the moment, the money comes to my account after checkout since I have setup with my credentials. But in my Website, one can be a publisher too. How do I ensure that the money goes from the customer to the publisher account? As for the admin, since I am the admin so I already configure with necessary credentials. But what about those publishers who sign up in my website? Thanks. Just give me an idea. I am using React.js in my front end.
You can use the official react-paypal-js
When creating the order, specify the recipient payee with an email or merchant id.
A server integration to create the order is not required, but more robust for the usual reasons.
I'm looking to move from Slack to Hangouts Chat, but heavily rely on getting alerts on chat sent from email. What's the easiest way to create an Alert in Hangouts Chat like the Email App in Slack.
The way the Slack App works is that it provides a specialized email address like: randomKey#company.slack.com
then when an email is received to the specialized email address it posts the contents to a channel.
any help would be appreciated. Currently I see other suggestions out there that do time-based triggers with email filters (How to trigger a Google Apps Script once an email get in the inbox?). But not sure if this is the easiest way / best way.
As of now, there is no direct integration between hangouts chat and Gmail. There are some workarounds that you can use to achieve your goal. The most popular approach is to use Push Notification Services of Gmail API using Pub/Sub which reads a particular email received in your inbox. Receiving this email you can then invoke your hangouts chat or send alerts to hangouts chat room via webhook.
Push Notification Documentation
Hangouts Chat API Documentation
Hope this answers your question!!!
I have a requirement where I have created an community.
Contact will create an account. This will give them access to the portal where they can login to the community at any point and can fill out an applications for the programs.
No Tabs just a home screen with user’s contact info
Link on left:
My Account
My Applications
My Groups
Chatter
Once an application is approved, user will be made a member of the corresponding group.
If part of community but not part of any programs, they will have access to general chatter
Group Pages – will have separate chatter and home page.
Can anyone please help me with this?
This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as contact or initiate the chat session via gtalk/chat at his gmail account. Is it possible to subscribe the user to my app when he signup for membership in my app? User service does not have any properties for this nor a hash or code or cookie for me to store and know that this user has approved sending chat from the app. Thanks a lot!
No, this is not possible. The user has to give explicit permission to add your bot to their contact list; simply signing in is not enough.
We use SFDC Customer Portal for allowing our customers access to portal features such as product documentation and case management. One of our business requirements is to require customers to accept an agreement before they can choose a password and gain access to the portal.
Is this scenario possible with configuration of the customer portal or is this something that will require us to code custom visual force pages? Appreciate any pointers in this regard.
Thanks
-Subhash
There is no configuration setting in Customer Portal that lets you do this natively. However you can easily implement this using a Visualforce page. Customize the landing page (login page) so that the login options are only shown when the user accepts the User Agreement using javascript or visualforce ajax.
Anup