• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Wa Web Plus - Error on Send Image, File or Video

rodrigo

Member
Hi,

I follow this tutorial: https://wawplus.com/en/manual/how-to-setup-a-webhook

I try to convert a image to base64 from site that is mentioned in tutorial:


iryLUHl.png


But it stuck and not work:

MV18wlL.png


I also try without " "

And I'm adding all parameters:

j3PQ4wc.png


How to fix this issue?

Thanks
 
P

PabblyMember3

Guest
Hi,

I follow this tutorial: https://wawplus.com/en/manual/how-to-setup-a-webhook

I try to convert a image to base64 from site that is mentioned in tutorial:


iryLUHl.png


But it stuck and not work:

MV18wlL.png


I also try without " "

And I'm adding all parameters:

j3PQ4wc.png


How to fix this issue?

Thanks
We have been to your workflow and found that, you are using API module.

Since, the WA Web Plus API supports JSON as a payload, you need to make use of API module with Custom Request method and pass the JSON in Data field with proper parameters as provided by WA Web Plus.
 

rodrigo

Member
Hi @Naveen

Thanks for the information, did you know if pabbly have any tutorial on this type of integration with custom request?

I never create a workflow like that before!

All the best!
 

rodrigo

Member
Hi @Naveen ,

Thanks for try to help!

I tested out the custom request method using the api.

For simple text messages it works fine, example:

{"phone": "MYNUMBER", "content": "Hi, this is a new message!", "type": "text"}

But if I follow the tutorial from Pabbly x WA Web Plus:

G25xuaJ.png


No messages are received.... and I'm converting to base64 a simple jpg with 303 kb

Thanks
 
P

PabblyMember3

Guest
Hi @Naveen ,

Thanks for try to help!

I tested out the custom request method using the api.

For simple text messages it works fine, example:

{"phone": "MYNUMBER", "content": "Hi, this is a new message!", "type": "text"}

But if I follow the tutorial from Pabbly x WA Web Plus:

G25xuaJ.png


No messages are received.... and I'm converting to base64 a simple jpg with 303 kb

Thanks
I have just tried the same into your workflow and the API response is ok but couldn't get the content on my whatsApp.

I think, you should contact the WA Web Plus in this regard. May be there is some content length limitation there.

Also, you can check your workflow: https://connect.pabbly.com/workflow/mapping/IjEyMjc0NiI_3D
 
Top