GithubHelp home page GithubHelp logo

Comments (4)

allburov avatar allburov commented on May 23, 2024 1

Let's leave the issue opened, so you can see when it's ready and we can see what we haven't done yet :)

from whatsapp-http-api.

allburov avatar allburov commented on May 23, 2024

Hi!

you can save the session , and restart the docker container with the new websocket url, is that right ?

Yes, it's right. Only whatsapp sessions are saved, no other parameters. After restart you have to "start" as session again anyway and you can do it with different webhook url and events.

As for setting different webhook url to sessions ir change it after authentication - great idea, we'll add the functional so you'll be able

  1. set webhook url and events at the start of session (redefine default from docker)
  2. change them at anytime after

from whatsapp-http-api.

behind24proxies avatar behind24proxies commented on May 23, 2024

okay , great , thanks 🦖 :)

from whatsapp-http-api.

allburov avatar allburov commented on May 23, 2024

Hi! Now you can configure per session webhooks and it's possible to send different events to endpoints. Please read more about it https://waha.devlike.pro/docs/how-to/webhooks/

It's not possible to change the configuration tho without restarting the session, so you'll have to stop and start the session again in that case :(
Please create an issue if it's the case that you'd love to have, we decided to postpone that implementation a bit.


Here's an example:
POST /api/sessions/start

{
  "name": "default",
  "config": {
    "webhooks": [
      {
        "url": "https://httpbin.org/post",
        "events": [
          "message"
        ],
        "hmac": {
          "key": "your-secret-key"
        },
        "retries": {
          "delaySeconds": 2,
          "attempts": 15
        },
        "customHeaders": [
          {
            "name": "X-My-Custom-Header",
            "value": "Value"
          }
        ]
      }
    ]
  }
}

from whatsapp-http-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.