• Resolved skmeshram

    (@skmeshram)


    Hi,
    I am using webhook to send data on new post-trigger for event booking post type to automate.io
    And in automate.io to zoom
    but there are some serialized data in meta value like email name etc.
    I want an email name separate to post to automate.io
    Please suggest, what should I do in this case.

    Thanks in Advance

    • This topic was modified 4 years, 9 months ago by skmeshram.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ironikus

    (@ironikus)

    Hey @skmeshram – thank you a lot for your message, as well as for using our plugin. ??
    For your issue, you have a couple of solutions. In case you are familiar with PHP, you should be able to parse the serialized data using WordPress hooks and the hooks within our plugin.
    The hook that is relevant for you:
    $data = apply_filters( 'wpwhpro/admin/webhooks/webhook_data', $data, $response, $webhook, $args, $authentication_data );

    In case you can’t develop or don’t have a developer available: Integromat offers an app called text parser: https://support.integromat.com/hc/en-us/articles/360006249413-Text-parser
    This one allows you as well to find an email within the content and output it. Since this also requires some technical knowledge, I suggest contacting Integromat about that.

    If you have further questions, feel free to let me know.

    Thread Starter skmeshram

    (@skmeshram)

    Hey, @ironikus Thanks for the response. I have used custom action to send data and it works for me. This is an awesome plugin ??

    Plugin Contributor Ironikus

    (@ironikus)

    Hey @skmeshram – thank you a lot for your answer, happy to ready you could solve it.
    If I could ever be of your assistance again, feel free to reach out at any time. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Serialized data’ is closed to new replies.