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.
Hey, @ironikus Thanks for the response. I have used custom action to send data and it works for me. This is an awesome plugin 🙂
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. 🙂