HTTP Response from AssystETM GET calls
Hello Here I have built an integration with another application, although I am having an issue with the last stage, basically my tickets have a reference number for the other system which shall be used for API call now I got stuck on a part where I want to query the attachments on the other system and download them for each ticket number example Assist reference number 12345 - the other system reference 54321 » anothersystem.sa/api/v2/attachment/54321 » returns list of attachments IDs » anothersystem.sa/api/v2/download/attachmentid » insert as an attachment on Assist I created http outgoing channel, but I am not sure how to capture the response for that GET call, I have read the documentation over and over yet I couldn’t find anything that could help me in my scenario here is how I imagine my datamappers to look like triggering action > GET Call > Response > filter response and draft another GET call based on the response parameter> save attachment. I am open to any ideas,