• 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.

Pabbly Connect: Invalid format from an automation with Formaloo and Heartbeat.chat

Famai

Member
I tried to create an automation from submitting a form from Formaloo (trigger) -> create user in Heartbeat community (action).

I received an error for "invalid format" after I tried to upload a jpeg file to the form and then use that field for that user profile.

++++++

The image I used for the test was a square (800 x 800), 221 KB, JPEG file which works fine when I uploaded manually for my new profile picture on Heartbeat.chat and according to the Heartbeat API documentation, Jpeg is fully supported, a file under 5MB works as well.

++++++

No idea why it was invalid format?
 
P

Pabblymember11

Guest
Hey @Famai

Can you share the image URL which you are passing, so that we can check on it and help you accordingly?
 

Famai

Member
Hey @Famai

Can you share the image URL which you are passing, so that we can check on it and help you accordingly?

Hi, I attached the file that I used to upload here:
 

Attachments

  • 339272139_1566872343808881_3109790352196313983_n.jpeg
    339272139_1566872343808881_3109790352196313983_n.jpeg
    213.9 KB · Views: 119
P

Pabblymember11

Guest
Can you share the Image URL instead of the attachment? Also, are you passing a static image URL or passing the URL from the trigger response?
 

Famai

Member
Can you share the Image URL instead of the attachment? Also, are you passing a static image URL or passing the URL from the trigger response?
About the image, I used Formaloo form which allow me to upload an image from the form, I believe it is URL from the trigger response? (it is a URL pointing to the image stored on Amazon S3 which generated by Formaloo)
 
P

Pabblymember11

Guest
Hey @Famai

From the Heartbeats' API documentation, it is evident that they currently only support Base64 encoded URLs. Therefore, instead of providing an Image URL, you must pass a Base64 encoded URL.
 

Famai

Member
Hey @Famai

From the Heartbeats' API documentation, it is evident that they currently only support Base64 encoded URLs. Therefore, instead of providing an Image URL, you must pass a Base64 encoded URL.
Is there any automation option in Pebbly connect I can set up to generate from image URL to Base64 encoded URL?
 

Famai

Member
Hey @Famai

From the Heartbeats' API documentation, it is evident that they currently only support Base64 encoded URLs. Therefore, instead of providing an Image URL, you must pass a Base64 encoded URL.
Is it possible to use convert API to convert from image URL to Base64 encoded URL? or do I need developer for this.
 
P

Pabblymember11

Guest
Is it possible to use convert API to convert from image URL to Base64 encoded URL? or do I need developer for this.
Apparently, there is no API available to convert the image URL to base64. But if you get any API to convert the Image URL to Base64 then you can use the API by the Pabbly action step for the same.

 
Top