WhatsApp Webhooks Explained (Business Cloud API)

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 29

  • @VinixCode
    @VinixCode  2 роки тому

    ⚠ Pro Tip: In order to reproduce the different test scenarios, you just need to set up a GET and POST endpoint that always return a 200 OK response.

  • @isho7777
    @isho7777 Рік тому

    im confused because ur using a website that will be fetched from the user event (callback url) and using it to confirm tokens etc how can that be or im missing something

  • @harllos
    @harllos 2 роки тому

    Hey, Juan! Great videos! I'm already in the waiting list for Wasapi! I have a question. Can we integrate whatsapp cloud api with slack? maybe use slack as an interface to send and receive messages.. what do you think? thank you!!

    • @VinixCode
      @VinixCode  2 роки тому

      Harllos, that’s an interesting idea! It may be possible to integrate it with Slack although I think it would be very basic in terms of features… I don’t know, I could be wrong. Would have to think more about it.
      But you can also use Wasapi! It already does all that work for you 😉

  • @brunobeltran-s7y
    @brunobeltran-s7y Рік тому

    Hola Juan! Excelente video! Te hago una consulta. Existe una manera de restringir cuales "numeros de Telefonos" estan habilitados para comunicarse con el la API/boot/Webhhook? Es decir, que de esa manera, se puede tener una algo asi como una white list/segmentar clientes y de paso ahorrar costos

    • @VinixCode
      @VinixCode  Рік тому

      Gracias! No es posible. Tendrías que implementar un sistema en el webhook de tal manera que ignore los mensajes de ciertos contactos, pero esto no reducirá tus costos.

  • @jamesdenmark1396
    @jamesdenmark1396 5 місяців тому

    I wonder when I send a msg from the cloud api, do I receive any notification about that?

  • @salifouyoni5869
    @salifouyoni5869 2 роки тому

    Hello dear, Hope you doing well. Please is there a way to automatically save the contacts from conversations??

    • @VinixCode
      @VinixCode  2 роки тому

      Salifou, yes! Wasapi (our app) does that automatically. You can set up an account here: app.wasapi.io/en/sign-up

  • @akashk302
    @akashk302 2 роки тому

    Can't we use Make(formerly known as integromat) webhook URL to process the messages ?

    • @VinixCode
      @VinixCode  2 роки тому

      Of course Akash - make is amazing and you can use it. We’ll be posting videos explaining some other concepts about the API using Wasapi and Make.

    • @akashk302
      @akashk302 2 роки тому

      @@VinixCode thats amazing but if I use Make webhook URL what should be the verify token?

  • @gustavocoutinho6800
    @gustavocoutinho6800 11 місяців тому

    im using 2 apps with the same meta account, when i send a message instantly triggers both webhooks. how can i fix this?

  • @tamilkids8453
    @tamilkids8453 2 роки тому

    hlo juan great video.... so basically we have to reply to the customer using the type of response we receive? there is no other way to do that?

    • @VinixCode
      @VinixCode  2 роки тому

      How do you mean, Naveen? Any kind of reply that you send, will work.

    • @tamilkids8453
      @tamilkids8453 2 роки тому

      @@VinixCode I mean.. like I am working on automation of whatsapp convo which will go back and forth for 4 times. So I want to send a correct reply to them,
      is there a way to send response without storing the message details in the first place?

    • @VinixCode
      @VinixCode  2 роки тому +1

      @@tamilkids8453 There isn't. You'll have to somehow store the conversation in order to evaluate which response to send.

    • @tamilkids8453
      @tamilkids8453 2 роки тому

      Yeah okay I will design a simple DB to store that then

    • @tamilkids8453
      @tamilkids8453 2 роки тому

      Thanks a lot

  • @dharadholakiya-w7f
    @dharadholakiya-w7f Рік тому

    I try to edit callback url but it's return error like The callback URL or verify token couldn't be validated. Please verify the provided information or try again later. this so what can do for this?

    • @VinixCode
      @VinixCode  Рік тому

      Unfortunately it’s hard to say what could be causing this just based on your comment, but make sure that you’re accepting and correctly processing the GET request FB makes when validating the callback URL.

  • @anouarsorevet583
    @anouarsorevet583 2 роки тому

    How’s can do that for my company network I pay for it.

    • @VinixCode
      @VinixCode  2 роки тому

      I'm sorry, what exactly do you want to do?

  • @SunderRana
    @SunderRana 10 місяців тому

    I am not a coder and not have technical knowledge . BUt I want to send bulk messages . My business is verified and number is also verified . HOw to do that

  • @danilredko5776
    @danilredko5776 2 роки тому

    Is there a way to opt out a user? I want to test feature that requires me to go back and forth, I can’t wait 24 hours each time.

    • @VinixCode
      @VinixCode  2 роки тому

      What specifically do you mean by opt out, Danil?

    • @danilredko5776
      @danilredko5776 2 роки тому

      @@VinixCode
      I have this workflow,
      I try to send a message to the user, based on webhook call if I get an error that it’s been more than 24 hours, so I can only send templates, I send a template message. How do I test this 24 hours wait? Cause once I sent a message and replied to it, I need to wait another 24 hours to repeat this workflow.

  • @hirdeshkumar6648
    @hirdeshkumar6648 Рік тому

    Hi buddy,
    Can you please tell how can I stop webhook triggering and also stop sending old message again and again

    • @VinixCode
      @VinixCode  Рік тому

      The API will continue to send you webhooks until it gets a 200 OK response, confirming that the message was successfully received by your server.