WhatsApp Webhooks Explained (Business Cloud API)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 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.

  • @jamesdenmark1396
    @jamesdenmark1396 หลายเดือนก่อน

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

  • @isho7777
    @isho7777 11 หลายเดือนก่อน

    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

  • @gustavocoutinho6800
    @gustavocoutinho6800 7 หลายเดือนก่อน

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

  • @SunderRana
    @SunderRana 6 หลายเดือนก่อน

    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

  • @user-nn3xs3xz7r
    @user-nn3xs3xz7r ปีที่แล้ว

    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.

  • @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 😉

  • @user-ny7pc5zd3z
    @user-ny7pc5zd3z ปีที่แล้ว

    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.

  • @salifouyoni5869
    @salifouyoni5869 ปีที่แล้ว

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

    • @VinixCode
      @VinixCode  ปีที่แล้ว

      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?

  • @danilredko5776
    @danilredko5776 ปีที่แล้ว

    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  ปีที่แล้ว

      What specifically do you mean by opt out, Danil?

    • @danilredko5776
      @danilredko5776 ปีที่แล้ว

      @@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.

  • @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?

  • @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