I know I can do it with an API request from Infobip my question is if I need to have a Service node for every message I want to send and call the Infobip API or can I just do something in the Message node to send out such messages?
How do I get the users phone number and which channel they are using? Where in the Bot Context could I find it?
I am currently working on Hotel use case , I am getting Hotel details using service node.
My requirement here is how can I show hotel details with images in WhatsApp channel. I heard that we can achieve this using service node using infobip API. Can you please guide me how can we achieve this.
Just for my understanding.
1)We need to call infobip API using service node
2)Using message node we need to customize the response, getting from above service node, and it is advance response with channel type WhatsApp business message. Is it right?
3) do we need to add any authentication for calling infobip API.
I tested the above mentioned steps in postman this is what I get(ref screenshot), and same thing I m trying in Kore using service node it is failing at first point. Is Authentication required to call Infobip API in kore, if yes where we have to add when I am trying to add basic auth it is failing?
Please tell me How can I achieve, respond back ASAP.
@sai.anathula1 Please create a separate topic after you explore the infobip and WhatsApp documentation. The channel-specific template information is not maintained by Kore as it may change from third-party end. As long as you use the right template it should work.
Thanks for the Info, actually I am trying to send a interactive message to WhatsApp channel and I am able to do that using API call, but here my doubt is how can we make the bot stop at that point and get user input from that particular message and continue the flow, is it possible?, if yes, how can we do that and where the data will be stored?