Top

How to create email id and password for bot applications?

Commentaires

4 commentaires

  • Commentaire officiel
    Vincent BAILLEAU

    Hi Sunny,

    You have to create with the CLI an Application in order to allow signing with your tests users, please take a look in: 

    https://hub.openrainbow.com/#/documentation/doc/hub/developer-sandboxed-platform

    at "Creating your application" chapter. It will helps you to solve your issue.

    Regards

    Vincent

    Actions pour les commentaires Permalien
  • Sunny Singh

    Hello Vincent,

    Thank you for the reply.

    Still I am fetching this issue. I have created application under my   sandbox app admin  account using Rainbow CLI tool. Still the error is displayed.

    To be more precise with my question which login and password should I give in the below sample chatbot application? 

    Is it test accounts user name and password or newly created applications credentials?

    {
        "rainbow": {
            "host": "sandbox.openrainbow.com",
            "mode": "xmpp"
        },
        "credentials": {
            "login": "<your login>",
            "password": "<your password>"
        },
        "logs": {
            "enableConsoleLogs": true,
            "enableFileLogs": false,
            "file": {
                "path": "/var/tmp/chatbot/",
                "level": "debug"
            }
        },
        "im": {
            "sendReadReceipt": false
        }
    }

    Do I need to register this new application to a specific test account?

     

    Thanks and regards,

    Sunny

    0
    Actions pour les commentaires Permalien
  • Vincent BAILLEAU

    Hi Sunny,

    in order to fill correctly your configuration you have to add the application setting part. Take a look in https://hub.openrainbow.com/#/documentation/doc/sdk/node/guides/Getting_Started at chapter "Configuring the SDK", this will helps you to complete your configuration.

    Regards

    Vincent

    0
    Actions pour les commentaires Permalien
  • Sunny Singh

    Hello Vincent,

    Thank you very much for the reply. Now I am able to configure it successfully.

    Thanks and regards,

    Sunny

    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message