Accessing secure parameter | Community
Skip to main content

Accessing secure parameter

  • November 13, 2024
  • 1 reply
  • 0 views

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

1 reply

Hi Deepesh,
 
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?