The goal is to send an attachment using the Send Email assertion with MIMEs. There's an error when setting MIMEs in a context variable. Any idea what this error means and what is required to send the contents of the file as an attachment with MIME?
ERROR: Invalid Email attachment; Unable to extract attachment name from the MimePart: Invalid or empty Content-Disposition headerAPI Gateway: 10.0 1.0.1
The Content-Disposition header is missing.
This header needs to be added for each section that you want an attachment for:
Make sure you check off the 'Mime Part(s) Variable checkbox is checked:
When the service is executed, an email is sent with two attachments:
A sample policy has been provided.