How to post data using webhooks? - webhooks

I am new to using webhooks.
I want to implement webhooks in opencart.
I have array of data which i want to post on the server but i dont have any idea how to do this.
Any help in this greatly appreciatable.
Thanks

Related

creating userid on dialogflow using twilio

please help. Im trying to make user specific userid on dialogflow using twilio integration with OriginalDetectIntentRequest.
I am trying to do this in fullfillment. So a Node.js solution would be best
Thank you

How long does Twilio store chat history?

I've been browsing Twilio's docs and API reference but I was unable to find how long does the chat history is stored.
I don't have any own DB for storing messages as well as I don't have any other logic on my backend related to chat. I'm using Twilio to handle everything for me. I'm only using their client SDKs to interact.
Can anyone help me with that. Thanks in advance.
Twilio developer evangelist here.
My apologies for the delay from support getting back to you, but the good news is I have an answer for you.
At Twilio we store everything forever until you either:
Close your account
Delete the messages or channels yourself
Delete the entire service instance
So not fetching that from a database is the right choice in my opinion as it would potentially just add extra latency and logic into your code.
Hope this help yoiu.

How to retrieve and update data from database using Dialogflow chat bot

I am very new to api.ai(Dialogflow). In my scenario i have to create a chat bot who should be able to update customer information in the real time database by taking the input from customer.
I am not sure how to do this. By some research i understood either by writing code in firebase function it is possible or by writing webhook and deploying to server.
But i am not understanding how to write the code. Any one can give any suggestions or any reference so that i can start coding.
I tried to write by seeing the weather webhook but did not understand this.
Any help is appreciated.
Thanks

Need help to call my own api in api.ai

I am trying to configre api.ai with my own restful API.
Here i am getting issue when trying to get response from webhook.
can anyone help me in this?
Here is a small video I created for creating webhooks for API.AI
https://www.youtube.com/watch?v=1cD9vU7Ubyg&t=31s
Please comment if you still face any issue.

How can i post tha data to web page or server..? from i-phone app. and get reply also

i want to post the data in this link --www.google.co.in/dictionary?source=translation&hl=en&q=&langpair=en|hi--
it is for translation.
any body can help me..?
http://www.iphonedevsdk.com/forum/tutorial-requests/8160-tutorial-request-complete-http-post-request.html
Very good tutorials here

Resources