Hey,
I would like to make it possible for the user to upload an image via WhatsApp so that it can then be further processed using a workflow variable.
I have implemented the first code according to the Botpress documentation to receive the image via event.payload.imageUrl. In the second code, the image should then be stored in the workflow.base64String variable for further processing.
Unfortunately, the process does not work. Can anyone help?