Hi, I’m facing a problem when autoposting to Pinterest via Make (ex Integromat)
I’m using an HTTP request to the ImgBB API to upload an image. All successful, I get a response like:
json
Copyedit
Edit
{
“data”: { "
", “display_url”: “https://i.ibb.co/xyz/filename.jpg”,
…
},
“success”: true,
“status”: 200
}
Upload to ImgBB module is connected, data comes in, but:
In the next module (e.g. Google Sheets > Update Row)
→ I don’t see data.display_url in the list of available fields
Same thing when trying to use the link in Pinterest - Make writes “Invalid URL” as if the variable is missing
Question:
How to properly pull display_url from HTTP module?
Do I need to use JSON Parse or something else?
Why Make doesn’t show nested fields from data, even though the structure is obvious?
And is it safe to use this value for Image URL in Pinterest?
Any tips or working examples would be appreciated!