• Resolved Vane

    (@vanetreg)


    Hi,

    I simply want to read post meta and term meta via webhook, but this plugin only sets term
    (set_term) as I see.
    So I’d like to do the following:
    after a custom post (of a custom post type like Books or Cars) is created or updated, I’d like to pass post meta (post id, post title, etc.) and term meta (like Books Genre or Cars Tag) values via webhook to an integration service like Zapier.
    I might also want to pass custom field values, but I don’t see this feature even in the Pro version.
    I consider buying the Pro version if that does what I need – without coding (I’m not a PHP pro)

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ironikus

    (@ironikus)

    Hey @vanetreg – We just received your ticket and are happy to help you out here. ??
    First of all, thanks for your message!
    You are right, we currently don’t have an already predefined possibility to add or delete term meta.
    I just spoke back with our team and I’m happy to tell you that we will integrate that with our next version launch.
    We plan to do that within the next two weeks. Once it is integrated, I will let you know here.

    Regarding the post meta:
    For all of our triggers (Sending data from WordPress to another API), we already send the meta along with the request (for every request that sends post data)

    For webhook actions (data you send to your WordPress website using our plugin), we have post meta integrated with the create_post and update_post webhook.
    You will find an example of how to use the meta here (in the example it is for users, but it works the same for posts): https://youtu.be/m8XDFXCNP9g?t=201

    Hope this helps so far. If you have further questions in the meantime, feel free to reach out at any time!

    Thread Starter Vane

    (@vanetreg)

    @ironikus – thank you for your response.

    Just to specify again, I don’t want to add or delete term meta, I simply want to read and pass them, so I don’t plan to use webhook actions but only triggers (for this project).
    I’d like to read user, post and term meta, custom fields included.
    You haven’t mentioned custom fields. Is it included somewhere, like in post, user or term meta?
    I watched the Youtube video you linked and some others and I’m glad the integration with Integromat is explained there.

    Thank you! ??

    Plugin Author Ironikus

    (@ironikus)

    Hey @vanetreg – thanks for the clarification, that helped!
    Regarding the user and post meta: We already send that data along with certain triggers like “Send Data On Post Creation” or “Send Data on Pst Update”.
    I just mentioned to add the term meta as well for our next update.
    If you need anything else in the meantime, feel free to reach out. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Read terms and custom field values by webhooks’ is closed to new replies.