Integrating GPT Action Schemas and Authentication with ChatGPT
Press play on the video. It'll jump straight to the section that answers the
title above — no need to watch the full video.
The final step of adding the JSON schema code into ChatGPT Actions and configuring API headers to authenticate the connection between GPT and Make.
JSON Syntax Errors
Be careful when pasting the Webhook URL. If you accidentally delete even a single quotation mark (") or comma, ChatGPT will display an error and the 'Action' button will not appear.
Importance of API Keys
Always use 'Custom' Authentication with an API Key to ensure that only your GPT can send data to your Make webhook. This prevents unauthorized users from misusing your automation.
Scenario Status in Make
Even if your GPT is ready, the automation will not run if the 'Scenario' in Make is not activated (ON). Make sure the status is 'Listening' before performing your first test.