ContributionsMost RecentMost LikesSolutionsRe: Uploading Photo using Microsoft Graph API I would appreciate an update if the REST PATCH snap will be updated soon. We can’t send file attachments to iCIMS for a similar reason. Only REST Patch is allowed and we need to use content-length and binary. Do you think the REST Patch snap will have the same features as REST Post soon? Re: Ability to read HTTP headers There is an example of this in post 148, written by Oyehudai, titled “Creating APIs with SnapLogic Pipelines and Ultra Tasks”. It has screen shots of exactly what you wanted to parse and route conditionally. Creating APIs with SnapLogic Pipelines and Ultra Tasks Tasks: Triggered, Scheduled, Ultra Overview API (Application Program Interface) is an old concept repurposed to mean a modern web service based on the REST protocol and increasingly using the JSON data format. These modern APIs have become the franca lingua of the digital economy, by facilitating lightweight, performant communication between applications across an enterprise or across the internet. Typically RESTful APIs perform operations on “resources” (Customers, Orders, People, etc). By convention, the type of operation i…