Search results

  1. T

    SOLVED. How can I include JSON objects in the "API by Pabbly" action?

    Hi! I'm trying to send JSON data using the "API by Pabbly" action, but I don't see a way to send objects. For example, how would I send this: { "data": { "first_name": "Test", "last_name": "User", "email": "[email protected]" }, } I thought perhaps it would...
  2. T

    Writing to JetEngine metabox on Wordpress user account?

    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...
  3. T

    Can't seem to update an existing WordPress post

    Hi there! I'm setting up a workflow that accepts input from an email, and then updates an existing WordPress post with the emailed content. However, when testing the workflow, the WordPress action kicks back this response: Code: rest_cannot_edit Message: Sorry, you are not allowed to edit this...
Top