Custom Post Type with Zapier

Support General Custom Post Type with ZapierResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35778
    DragosDragos
    Participant

    Hi,

    Im setting up an automation with zapier to add new post on custom post type. I set the rest api option on custom post type to public and zapier can see the post type but the fields are not showing on zapier. Please help.

    #35781
    Long NguyenLong Nguyen
    Moderator

    Hi Dragos,

    If Zapier works with the normal field of the post, it would work with the custom fields created by Meta Box. You can also ask Zapier support to get/update the field value via Rest API. Following this documentation https://docs.metabox.io/extensions/mb-rest-api/

    #35840
    DragosDragos
    Participant

    hi. is there a way to add a php function that will append images on gallery via wordpress api ?

    #35852
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Image fields of Meta Box save image IDs as field values in the database so you need to upload images to the media first then update the field value via Rest API.
    Read more on the documentation https://docs.metabox.io/fields/image-advanced/#data

    #35854
    DragosDragos
    Participant

    Hi long. Yes the media is already saved . the issue I have now is this https://support.metabox.io/topic/image-advanced-update-via-rest-api/

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.