Forum Discussion
SpiroTaleski
2 years agoValued Contributor
How the "additionalData" is sent to SnapLogic endpoint?
Is it sent as query parameter? ex: https://elastic.snaplogic.com/api/1/rest/slsched/feed/example/jobs/test-hello?additionalData=testValues
If yes, then you will need to access the pipeline parameter in the Mapper Snap(ex:_additionalData).
If the field is sent in the request payload, then you can access the field in the Mapper Snap(ex: $additionalData).