Survey123 Make (Integromat) Scenario emailing file attachment as JSON

441
1
Jump to solution
07-06-2022 07:50 AM
Danielle_Journey
Occasional Contributor

I have a Make (aka Integromat) Scenario that generates a Feature Report and emails it, but I also need to include any files that were uploaded in the survey (attachments will be pdf not photos).  I grab the URL through a HTTP Get File call and map it as an attachment in the email however I get a JSON file returned in my email instead of the attachment (PDF).  Do I need to parse the JSON after the HTTP Get File, how would I write the schema for that?  Thanks for any help!

1 Solution

Accepted Solutions
Danielle_Journey
Occasional Contributor

Needed to add the token in the HTTP Get a File call:

Danielle_Journey_0-1657123494189.png

 

View solution in original post

0 Kudos
1 Reply
Danielle_Journey
Occasional Contributor

Needed to add the token in the HTTP Get a File call:

Danielle_Journey_0-1657123494189.png

 

0 Kudos