I'm trying to get the actual image from an event into a flow.
I initially just added it as extra logic in sendPayload to check for pic_url and try to get it. but, that delays the initial message transmission.
the second solution was to send it as a follow-up second message in sendPayload, but then you have extra messages.
this, the third solution, keeps it more in line with existing behaviors, I think, but I just started looking at node-red last week so feel free to suggest other paths!
I'm trying to get the actual image from an event into a flow.
I initially just added it as extra logic in sendPayload to check for pic_url and try to get it. but, that delays the initial message transmission.
the second solution was to send it as a follow-up second message in sendPayload, but then you have extra messages.
this, the third solution, keeps it more in line with existing behaviors, I think, but I just started looking at node-red last week so feel free to suggest other paths!