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

Beehiiv API connection - how to map "Custom Field : Name" & "Custom Fields Value"

kurt

Member
Your Task History ID
IjU3NjYwNTZiMDYzMzA0MzQ1MjZhNTUzMTUxMzAi_pc
I'm trying to pass data via api into Beehiiv.

I've made a video of the issue I'm having.

I have these custom fields in Beehiiv now.

cb_FORM_NAME,cio_segment_id,cio_campaign_id,customerio_segment,created_in_customerio,Last Name,First Name,signup_URL,due_date

Im getting an error "unprocessable_entity"


please help!
 

Himesh

Active member
also wanted to add this. I'm getting data into Beehiiv, but he custom fields are not mapped correctly, some not passing, others mapped to the wrong labels.
Hello @kurt,
First of check you are mapping all the fields correctly, I can see instead of date and time you are passing integer. So you need to convert date and time first in beehiiv format. And if you don't want to do that change all custom field with string data type. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
 

kurt

Member
Hello @kurt,
First of check you are mapping all the fields correctly, I can see instead of date and time you are passing integer. So you need to convert date and time first in beehiiv format. And if you don't want to do that change all custom field with string data type. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
I appreciate this, but at this moment I'm hoping to solve this and not require hiring a contractor. While the date time is in unicode and not parsed, its not the issue.
 

Himesh

Active member
I appreciate this, but at this moment I'm hoping to solve this and not require hiring a contractor. While the date time is in unicode and not parsed, its not the issue.
Then I can suggest you to pass value one by one instead of all values so that you'll get to know which field is giving issue.
 
Top