WordPress Webhook and API
-
Hi all,
I’m currently working on a chatbot integration with my WordPress site. I’m using the Google Dialogflow engine and part of the requirements is to have a webhook that is publicly available.
More info here: https://cloud.google.com/dialogflow/es/docs/fulfillment-webhookI’m quite new to WordPress and APIs in general. I understand I can create a PHP file in my cPanel and have that as my webhook.
My questions are as follows
1. Is there any plugin I can utilise for the same
2. Can WordPress API extract data from its database so I can have my API retrieving and creating records?
3. How do I achieve the Basic authentication with login and password as described in the URL above
The topic ‘WordPress Webhook and API’ is closed to new replies.