I have a simple chatbot answering questions from the menu.
Every time the user starts conversation ("get started"), or choses the question, which gets answered by chatbot, it creates a notification.
Is there any way to ignore messages invoked by chatbot menu (notification-wise) and only notify page admin when the user writes his own message?
Disabling notifications this granularly is not supported.
Related
While applying, approving/rejecting the leave sometimes the emails are sent from the odoo14 system, but there is no mail template or mail sending functionality found in the leave module. Does anyone know how it's working? Images of the mail are below.
You can find the post message for leave acceptance here and for leave refusing here
The message_post method respect the user's preference. If the user changes the notification option from the user preferences in user form to Handle by Odoo rather than Handle by Emails,the user will not receive emails; instead, they will receive notifications in Odoo's UI.
I am writing to you because I truly don't know what else I can do. When I try to select a channel after I checked "Fullfillment" the Action dropdown list remains empty, all there is to see is "Select Action ..." --> no Channel and I don't know how to get them.
As I saw earlier "If you want to try the channels, click this button to add our Action Binding bot to your Slack team" I thought this had to do with me not having done that but after I created a Slack account and added the Action Binding bot Nothing changed !
I though that maybe I was supposed to register to some channels on Slack but I don't why that'd be the reason plus I can't find the public Channels.
So I am stuck there, please can you help me so I can use those channels ?
1.Log in to Slack and create a Slack Application for your bot https://api.slack.com/applications/new
2.Create application and set redirect URI
3.Create a Slack Bot
4.Add Interactive Messages (optional)
5.Configure Interactive Messages (optional)
6.Gather your Credentials https://slack.botframework.com/Content/StepAuth.png
7.Submit your Credentials
LUIS no longer supported directly attach to slack now, but MS bot still support this function . Therefore, you need to register a bot, and then the right side of the page, click the channels slack ---- add button, it will show the detailed steps
I am new to wit.ai trying to wrap my head on how the story builder works.
If I wanted to have the bot initiate a conversation instead of the user triggering the start flow by asking a question, is there a way to do that?
This is currently not possible but we will working on it soon. In the meantime, you can simulate to send a user message like "#Init" to trigger the first Bot Answer when you init you conversation.
I created a Hangout API that works to send invites to certain users from my server by sending an ajax request from my app with hangout url etc.
For now I need hangout event on exit so that I can make another callback to my server indicating that particular hangout has been closed.
I know it sounds odd. I looked around on https://developers.google.com/+/hangouts/api/gapi.hangout but didn't get any such events.
Can I tweak it in some other way to get a notification on exit?
I think this was already answered on the Google forums. The short answer is no there is currently not an event to detect the exit of the Hangout.
You could have your app send a periodic heartbeat to your server and once you detect a timeout then you can conclude the hangout stopped.
Another approach might be to implement an onbeforeunload handler within your hangout app and use that to send a Ajax call back to your server each time a participant leaves or just when the final participant leaves. You can get the participant count from the API and might also be able to use the participantChanged event. Not sure if participantChanged event will fire if the last user exits the hangout by closing the window, that could be a route to explore too.
+1 what Brett said for the heartbeat. I would also optimize by only starting the heartbeat when there is one participant. It would be rare that everyone exists the hangout at the exact same time.
Darn solar flares!
I'm looking for docs in order to understand if I can subscribe to a status update or profile update event and then ask the user for their password in an in-facebook app?
This is to stop other people from picking up your phone, logged in browser and playing a joke by updating these :-)
Is there a trigger to subscribe too?
No, currently Facebook does not offer a way to moderate feed posts this. As you probably found out they do allow you to subscribe your application to a user's events. However, the action is not really stopped for moderation.