Hi everyone, I’m using the Download Media Whatsapp cloud node, but I can’t actually download the media, imagine a binary or a direct link, but the return was this json
[
{
“url”: “https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=1336121931086689&ext=1733371185&hash=ATvxh_PWYzTi1MbIxTjWbsQ4ZJqIrW2NyCM7SiuD75DTgQ”,
“mime_type”: “image/jpeg”,
“sha256”: “4941d4ba2592adeddc034f20171cfef01fccb160eaaa718b69bfafa71c82a5fb”,
“file_size”: 427830,
“id”: “1336121931086689”,
“messaging_product”: “whatsapp”
}
]
From now on, how can I obtain this media? My idea is to save it in a Supabase bucket!