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
Accessing secure parameter
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
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?