Zendesk Attachments, Error loading image

Hi everyone,

My scenario to create tickets is working without error. But in Zendesk the ticket shows a box with what looks like a broken image. When clicked the text Error loading image is shown.

The scenario reads data from a Notion DB when added which have attachments. Later a module Uploads attachments which is then followed by Create a Ticket. The image seems to exist when I use the API with GET …zendesk.com/api/v2/attachments/33247948591515.json

My Zendesk connections are the same for both. The token on the Create a Ticket module is part of the required public comment.

Any and all recommendations are appreciated.

Tried changing the name of the image to not have blanks, thinking this was the cause. The image still shows as an error in the ZD ticket. Opened a support ticket with Make, and will share any information here.

Solved. Added the HTTP get a file module before the ZD attachment upload, and mapping the Data to Data fields

3 Likes