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

HTTP Status Code 202

Hi,
I have two flows showing an HTTP status code 202 on the final step in testing and an HTML question after that.

The two flows in my account are:

LH - Settlement Anniversary email
LH - Birthday Email (New)

I also have an HTML link in the settlement email that doesn't work as intended. I am using Cognito forms, and with this platform, you can create pre-filled forms using URLs.

This is what I need:

Code:
https://www.*****.com/*****/YourContactDetails?entry={"YourName":"XXXXXX","EmailAddress":"xxxxxxx"}

Except I replaced the xxxxx with merged data from the flow.

I tried this also to make it more HTML friendly

Code:
https://www.*****.com/****/YourContactDetails?entry=%7B%22YourName%22:%22XXXXXX%22%2C%22EmailAddress%22:%22xxxxxxx%22%7D

You will have to excuse my lack of experience in these things.
 
Last edited:
P

Pabblymember11

Guest
Hey @Dylan Halliday

The status code which you are getting in the API response is a success status of the API call.

Further, this is the status code coming from the API which states that the application has processed your request but is unable to show the response.

Additionally, the email is successfully added to the account. we can search for it in the Getresponse account by using search contact via email action.
 
Thanks Supreme.

Thats great to hear.
It's all starting to make a lot more sense.
I also had another question in the post regarding how to correctly format a link in HTML with pabbly.
I've used
Code:
https://www.*****.com/*****/YourContactDetails?entry={"YourName":"XXXXXX","EmailAddress":"xxxxxxx"}
in other html emails and its been ok but with pabbly its not working correctly.
The link on all emails ends up just being:

Code:
https://www.*****.com/****/YourContactDetails?entry=%7B
 
Top