Recherches récentes


Pas de recherche récente

Ron McClung's Avatar

Ron McClung

Adhésion le 17 déc. 2021

·

Dernière activité le 07 juin 2024

Suivis

0

Abonnés

0

Activité totale

30

Votes

0

Abonnements

11

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Ron McClung

Ron McClung a créé une publication,

Publication Developer - Zendesk APIs

Why can't I get the Authentication to work

 

url = "https://sandboxdomain.zendesk.com/api/v2/tickets/"

url1 = "/audits.json"

 

response = requests.request(

    "GET",

    url+ticket[0]+url1,

    auth=('myuser@workdomain.com/token:{ZD provided token}',""),

    headers=headers

)

Modification le 07 juin 2024 · Ron McClung

1

Abonné

2

Votes

2

Commentaires


Ron McClung a ajouté un commentaire,

CommentaireGlobal security and user access

We are constantly getting thousands of emails from script.google.com in the requester name.  How do I stop that!?

Afficher le commentaire · Publication le 26 mai 2023 · Ron McClung

0

Abonnés

0

Votes

0

Commentaire


Ron McClung a ajouté un commentaire,

Commentaire de la communauté Developer - Zendesk APIs

Is there an example that I can use that simply takes a single field of data and sends to the back through an internal API?

Afficher le commentaire · Publication le 31 oct. 2022 · Ron McClung

0

Abonnés

0

Votes

0

Commentaire


Ron McClung a créé une publication,

Publication Developer - Zendesk APIs

I am looking to open a dialog box if two fields equal a certain value, so as to collect notes related to those values and send that to our back end.

What is the easiest way to do that?

Publication le 19 oct. 2022 · Ron McClung

0

Abonnés

2

Votes

3

Commentaires


Ron McClung a ajouté un commentaire,

Commentaire de la communauté Developer - Zendesk Apps Framework (ZAF)

Thanks

Afficher le commentaire · Publication le 16 août 2022 · Ron McClung

0

Abonnés

0

Votes

0

Commentaire


Ron McClung a créé une publication,

Publication Developer - Zendesk Apps Framework (ZAF)

I am trying to get documentCaptureURL which is a custom field (78069627) declared in our app, even though the custom field carries the value which shows in the zendesk UI (left hand side panel), but below json doesn't show the value when I try to get using zendesk api as below
zatClient.get('ticketFields:custom_field_78069627')

"ticketFields:custom_field_78069627": {
"hasOptions": false,
"isRequired": false,
"isVisible": true,
"label": "Document Capture URL",
"name": "custom_field_78069627",
"type": "text",
"isEnabled": true,
"requiredOnStatuses": []
}

Publication le 15 août 2022 · Ron McClung

0

Abonnés

4

Votes

3

Commentaires


Ron McClung a créé une publication,

Publication Q&A - Tickets and email

I am attempting to determine what values are contained in a multi select and based on that, send certain content in an email through Dynamic Content.  What is the best way to traverse the values of the Multi Select?

{% case ticket.ticket_field_80818947 %}
{% when 'VALUE 1' %}

Content for VALUE 1


 {% when 'VALUE 2' %}

Content for VALUE 2


 {% when VALUE 3' %}
....
 {% endcase %}            

Publication le 12 avr. 2022 · Ron McClung

0

Abonnés

2

Votes

1

Commentaire


Ron McClung a ajouté un commentaire,

Commentaire de la communauté Q&A - Tickets and email

Was this ever resolved?

Afficher le commentaire · Publication le 12 avr. 2022 · Ron McClung

0

Abonnés

0

Votes

0

Commentaire


Ron McClung a ajouté un commentaire,

CommentaireExtending Zendesk

What can I do with the Webhook Response Body that is returned?  Can I access it from within a trigger?  Or does that have to be done in code?

Afficher le commentaire · Publication le 25 mars 2022 · Ron McClung

0

Abonnés

0

Votes

0

Commentaire


Ron McClung a créé une publication,

Publication Q&A - Apps and integrations

I have a need to get data from the backend through a Webhook/API after the ticket is updated.  The ticket gets an update from through an API and then I need to trigger off that to look up a data to add to the ticket.   Is this possible?

Publication le 25 mars 2022 · Ron McClung

1

Abonné

4

Votes

3

Commentaires