I am new to this Dialog flow which I am using to try to connect my Google assistant with Salesforce based system.
Now, I have a public facing GET end point which I want to call from DialogAPI fulfillment
But it always fails with
"webhookStatus": { "code": 16, "message": "Webhook call failed. Error: UNAUTHENTICATED, State: URL_ERROR, Reason: ERROR_AUTHENTICATION, HTTP status code: 401." }
I cannot access the endpoint GET URL without any issues. For reference, this is the endpoint - https://assistant-check-developer-edition.eu44.force.com/assistant/services/apexrest/Dialogflow
which just returns a string.
Can someone please help me what I am missing here?
Thank you