• What are Flows

    Via our Flow feature, you can create fully dynamic automation workflows, directly on your WordPress website, just like via any other automation service. The idea While our plugin was initially designed to create direct webhook connections with other plugins and external services, we now turned it into a fully fledged…

  • How to use Flows

    Via our Flow feature, you can create fully dynamic automation workflows, directly on your WordPress website, just like via any other automation service. Enjoy using Flows in combination with any other feature we offer. Down below, you will get an introduction on what the flow feature is about and how…

  • My trigger fires multiple times

    In some cases, it can happen that a trigger fires multiple times with very similar data. This is usually caused by third-party plugins that use extra code that fires the trigger again, which causes the trigger to fire again. An example: You update a post and the post triggers multiple…

  • Fire action after webhook action was executed

    wpwhpro/webhooks/echo_action_data Description: This action fires after a webhook action was executed and the response was displayed. do_action( ‘wpwhpro/webhooks/echo_action_data’, $action, $validated_data );

  • Filter bulk_webhooks return arguments

    wpwhpro/run/actions/bulk_webhooks/http_arguments Description: This filter allows you to filter the return arguments that are sent back to the initial webhook caller. It contains an array with the responses of the webbhook calls (If the webhook caller requests the responses) Please see the description of the bulk_webhooks for further details. Parameter Type…

  • Filter bulk_webhooks http arguments

    wpwhpro/run/actions/bulk_webhooks/http_arguments Description: This filter allows you to filter the http arguments that are used to fire the webhook call within the bulk_webhook action. The http arguments contain an array with further configuration about the webhook call itself. Please see the description of the bulk_webhooks for further details. Parameter Type Description…

  • Filter bulk_webhooks payload data

    wpwhpro/run/actions/bulk_webhooks/payload_data Description: This filter allows you to filter the payload data that is used to fire the webhook call within the bulk_webhook action. The webhook data contains an array with the payload for the webhook call itself. Please see the description of the bulk_webhooks for further details. Parameter Type Description…

  • Filter Bulk webhooks data

    wpwhpro/run/actions/bulk_webhooks/webhook_data Description: This filter allows you to filter the webhook data that is used to fire the webhook call. The webhook data contains an array with settings about the webhook call itself. Please see the description of the bulk_webhooks for further details. Parameter Type Description $webhook_data array The webhook data…

  • You don’t have permission to use this specific webhook action.

    You normally receive this message in the following format: { success: false, data: “”, msg: “You don’t have permission to use this specific webhook action.” } It means, that you limited the used webhook URL to only allow certain actions, and the ones you try to call are not whitelisted….

  • Filter Email Encoder Mailto Text

    eeb/validate/get_protected_display Description: This filter allows you to customize the text of automatically created mailto links to your needs. Parameter Type Description $display string The protected display of the newly created mailto link. $raw_display string The clean mailto link display text without any protection. $protection_method string The currently present protection method….