• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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:

Supreme

Well-known member
Staff member
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