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

Writing to JetEngine metabox on Wordpress user account?

Taz

Member
Hi!

Using JetEngine within WordPress, I've created a custom meta box for user records called "renew". This custom meta box is set to "Show in Rest API."

I am attempting to write to this meta box from Pabbley's Wordpress Update a User action. However, it appears I'm unable to write the new "renew" meta field.

However, when I view the Response Received, the renew value is listed in the results. It shows as "Meta Renew" but the value is blank. So, I know the field is being accessed via the REST API, but I can't figure out how to write to this field.

Can you help? Thanks!

-Taz
 
A

Arshita

Guest
Hey @Taz

I would like to inform you that this is a custom post types field and currently, wordpress is not supporting the Custom Field from their API and there is no other workaround available to pass the custom fields as WordPress. I hope you would understand.
 

Taz

Member
Oh! So, even though the WordPress REST API is sending the custom meta data to Pabbly correctly, the API won't allow Pabbly to write it?
 
A

Arshita

Guest
Please refer to the below link and see all the arguments that we are supporting:


To make a post, we only have this many arguments, and we only support these arguments.
image (5).png
 

Taz

Member
Got it. Thanks for the list. In addition to the WP API, it looks like JetEngine has its own endpoints, but only for their "Custom Content Types (CCT)" and not their meta data fields. Bummer.
 
Top