Recent searches
No recent searches
Accessing secure parameter
Posted Nov 13, 2024
Hello Community,
I have Zendesk ticket sidebar app, i want to access my secure parameters which then I have to pass it as payload to webhook and triggers but getting undefined when checking the Webhook RequestBody in Activity, I have also tried metaData from which i am able to fetch value but locally only, getting undefined when tried uploading app as private
0
1
1 comment
Christopher Kennedy
Secure settings cannot be accessed outside the context of
client.request()
for sending requests to external APIs. Can you share a general overview of your use case? How is the ticket sidebar app intended to interact with the API that you've set as your webhook endpoint URL?0