Can we display Base64 image in WhatsApp chatbot?

@Partik,
If an API send base64 image, could we send to customer WhatsApp.
Like the base64 image will be stored a variable, and that will be used in File message node?

1 Like

@Partik, could you please help on this question?

If an API send base64 image, could we send to customer WhatsApp.
Like the base64 image will be stored a variable, and that will be used in File message node?

Anyone help me on this? can we display base64 image recevied from API in WhatsApp message.

@Partik, could you please help on this question?
can we display base64 image recevied from API in WhatsApp message

Any help on this?
How can we display Base64 image received from API as WhatsApp message?

1 Like

@Pratik I have the same doubt as OP here. Since this question was never resolved, can you please clarify this for the benefit of everyone here?

1 Like

In the Generate PDF/IMG node,

API dropdown: Select the API where you’re getting the base64 output (let’s call it apiBase64)
Path to base64 key: variables.apiBase64..pdf {the base 64 key should be in the .pdf}

Select the output file type of your choice

1 Like