Skip to content

Commit 228c53f

Browse files
committed
Update OpenAI tutorial webhook URL
1 parent a58d02c commit 228c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatbot-integration/openai-chatgpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ To run this tutorial, you will need:
2424
3. Replace `<OPENAI_SECRET_KEY>` with your OpenAI API key
2525
4. Enable the `message.sent` option in the **Webhooks** section of the TalkJS dashboard.
2626
5. Start ngrok with `ngrok http 3000`.
27-
6. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard.
27+
6. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, along with the `/onMessageSent` path: `https://<YOUR_SITE>.ngrok-free.app/onMessageSent`.
2828
7. Run `npm install` to install dependencies.
2929
8. Run `npm start` to start the webhooks server.

0 commit comments

Comments
 (0)