-
package: "smooch-core": "^6.3.0"
Following the instructions to create an appUser (https://docs.smooch.io/rest/#pre-create-app-user)
while :
`apiClient
.appUsers.create(appId, …
-
```
I20170726-15:01:36.336(2)? Exception while invoking method 'getIntegrations' Error: Bad Request
I20170726-15:01:36.338(2)? at handleStatus (/Users/michel/Code/Chatbots/smooch-desk/node_modul…
-
I'm working on integrating smooch with an app and the smooch-core-js method signatures are different than the documentation. Am I looking at the wrong docs?
https://docs.smooch.io/rest/#get-app-use…
-
ELIFECYCLE problem..
I put the following lines after adding the npm package;
```
var Smooch = require('smooch');
Smooch.init({appId: ''});
```
/Users/jeremieaubut/jaubut_space/node_mod…
-
I tried to use the seed finder with the keywords: political news
Then DDT said:
Query failed. Try Bing.
But under the SeedFinder, there is no option to switch the search engine.
I went back to…
-
Anyone had an exemple with vuejs ?
-
I have gone through the source code of smooch-bot.
there is a method `bot.say()`
i.e https://github.com/smooch/smooch-bot/blob/master/lib/bot.js#L15
`say(text) {
return new Promise((resol…
-
Hi , when i am request to create an apps using , i am geeting this error
ETHON: Libcurl initialized
ETHON: performed EASY effective_url=https://api.smooch.io/v1/apps response_code=403 return_cod…
-
Been digging into this for a few hours now, and I'm not sure what the recommended way to upload a file to smooch + attach it to a message via the browser is at the moment. I'm using 4.3.0, and initing…
-
I am using the AppUser Update:
https://github.com/smooch/smooch-ruby/blob/master/docs/AppUserUpdate.md
It doesn't require platform nor explain how to add it, but I keep getting this error above,…