
Blog Beginner
-
Activité totale10
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes1
-
Abonnements4
Aperçu des activités
Dernière activité effectuée par Blog Beginner-
Blog Beginner a créé une publication,
client.request() secure parameter - Using the response
Hello Community, I have following flow: 1) Defined a client id and secret in the manifest.json 2) client_secret parameter is defined as secure type in the manifest.json 3) Used the client.request(...
-
Blog Beginner a ajouté un commentaire,
This worked with the following code. const oAuthResponse = await client.request({ type: 'POST', url: "https://api-m.paypal.com/v1/oauth2/token", contentType: 'application/jso...
-
Blog Beginner a créé une publication,
client.request() using secure parameter in manifest.json
Hello Experts, I am developing a Zendesk sidebar app to interact with my Paypal account. Following are the steps I am following 1) Created a Zendesk sidebar app 2) Call the Paypal API to fetch the ...
-
Blog Beginner a ajouté un commentaire,
@mccabe.tonna I am unable to get the value of a custom field. Following is the code I wrote. Is there something I am doing incorrectly ? I have tried all possible ways but no luck. Basically I want...
-
Blog Beginner a créé une publication,
Unable to get and set values to a custom field via Zendesk App
Following is my code snippet. const getAccountNameFunc = async () => {const myData = client.get('ticket.customField:custom_field_4590824941204')client.set('ticket.customField:custom_field_473119...