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

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Google Sheets > WordPress and HTML links

sjo

Member
Using Google Sheets to Create a Post in WordPress - which is working - however in the content of the post, I need to add an html link. I have tried it and it is not working - how do I get an html link in a post from Google Sheets please ?

Many thanks for the help

Stephen
 
P

Pabblymember11

Guest
Hey @sjo

In the WordPress action step, you can pass the link with the HTML's anchor tag.

E.g. -
<a href="www.pabblyconnect.com">www.pabblyconnect.com</a>
 

sjo

Member
Thanks Supreme but I need to add the link to Google Sheets as my client will not want to go to the Wordpress action set.

Will the link appear in the Wordpress post if I add it to a Google sheets column in the content please ? I have tried it and it is not working. Do I need to add another column in the Sheet please and configure something in the action step to take the link ?

Many thanks for the help.

Best wishes,

Stephen
 

sjo

Member
Just double checked again - placing the anchor link in the content in the Google sheet stops the post from creating in Wordpress.

The error code I am receiving is:

{
"code": "empty_content",
"message": "Content, title, and excerpt are empty.",
"data > status": 400
}

Grateful for your advice how to add a link to the content please.

Many thanks.

Best wishes,

Stephen
 
P

Pabblymember11

Guest
Hey @sjo

If want to pass the link from your Google Sheets to WordPress then add a column or add the link in the existing column then capture the webhook response.

Which you can process further in the WooCommerce action step.
 
Top