Extract customer id from webhook to create sales order

Hi. New to Make and I am having difficulty with a webhook. It is configured and data is coming through. We are using UpStock as a platform that takes customer orders and then want to create that order in our production system Katana.

In the webhook, the customer ID is coming through as below ā€œ33110203ā€

However when I go to use it in the Katana create sales order, it just shows [collection]

I would appreciate any guidance as I have been through a tonne of videos without success.

Thanks

Welcome to the Make community!

You can paste this in your field to reference the customer ID:

{{ 1.data.buyerMetadata.externalReferences.1.value }}

Hope this helps! Let me know if there are any further questions or issues.

ā€” @samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

3 Likes