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

Insert a HTML into a JSON parameter (Pabbly API)

lucasmon77

Member
Hello Friends.

I'm using Pabbly API to fire a transactional email using an API-Endpoint. I've built the request in postman and then copied it into Pabbly.

The body request has a field named "HtmlBody", which needs to be filled with the escaped version of the HTML Code I want to send to my contacts using the API.

In postman, the request works fine and the email is sent correctly to the recipient. In Pabbly, the email is sent but Pabbly is not allowing the HTML to render correctly since Pabbly is changing parameters in the final request. I see, once the request fires from Pabbly, that the field "HtmlBody" completely changes.

Here you can see a demo of the issue:


I think the Pabbly API is not accepting my HTML Code correctly. Do you know how to add an HTML code correctly in a JSON request?

Thanks!
 
P

Pabblymember11

Guest
Hey @lucasmon77

We looked over your query and would request you to use the Custom Request event of API by Pabbly action step. Furthermore, kindly cross-check your hardcoded JSON data which might be distorted.

unnamed1.png
 
Top