Hello, I am fairly new to Angular and wanted to know about 
processing webhook data. I would be getting an order webhook from Shopify 
on the creation of a customer order. This information will be inputted into 
another backend handled by its engineers. Some of the JSON data is not 
formatted correctly from Shopify so I will need to first take this data in 
and re-structure the schema and re-output the JSON to the destination 
endpoint.

There is a lot of discussion on creating a webhook using angular but 
nothing on parsing data from one. Essentially I would be creating my own 
endpoint to capture initial webhook - restructure JSON data - and send out 
to final endpoint.

Pretty much a middle clean-up processor. I would rather use angular without 
any other frameworks.

Just need to know how to grab the data from the webhook in Angular and send 
it back out. I can handle the data restructuring once I have the data 
object.

Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to