Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Bjorn Spruijt's Avatar

Bjorn Spruijt

Beigetreten 20. Feb. 2023

·

Letzte Aktivität 26. Feb. 2023

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Bjorn Spruijt

Bjorn Spruijt hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

Great, thanks a lot for helping out and I understand!! I tried to acquire the external_id in my home-page template to pass it as a parameter as default field value for the customer no. in a form, but that didn't work since the ticket object doesn't exist in the home-page template and it seems that using the trigger and webhook is the only way to go...

Kommentar anzeigen · Gepostet 26. Feb. 2023 · Bjorn Spruijt

0

Follower

0

Stimmen

0

Kommentare


Bjorn Spruijt hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

Hi! I have a similar situation as Ashley. I want to add the users external_id to a custom field (customer no). The updating of the custom field (customer no) with the solution in this thread works great, but how do I get the users external_id into the custom fields 'value' in the JSON? Any help would be very much appreciated!

 

{
    "ticket": {
        "custom_fields": [
            {
                "id": 360020980097,
                "value": Here I need to pass the users external_id...but how?
            }
        ]
    }
}

Kommentar anzeigen · Gepostet 20. Feb. 2023 · Bjorn Spruijt

0

Follower

0

Stimmen

0

Kommentare