Title: Send multiple time the same data
Last modified: June 12, 2020

---

# Send multiple time the same data

 *  Resolved [portailpsc](https://wordpress.org/support/users/portailpsc/)
 * (@portailpsc)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/)
 * Hi!
    Everytime I update a user profil, Zapier get triggered multiple times (3
   to 5 times). Here’s what help documentation from Zapier says :
 * > **My Zap triggered multiple times and I see many entries in Task History with
   > the same time-stamp**
   > If the webhook response data is an array of objects, that will run the subsequent
   > steps in your Zap multiple times — once for each object in the array. If this
   > isn’t what you’re looking to do, you’ll need to check the documentation for
   > the API you’re connecting to and see if there’s a way to limit the number of
   > objects returned in the response to just one (e.g. a limit parameter). If that
   > isn’t possible, take a look at building a custom integration using our Developer
   > Platform which will give you full control over the data received from webhook
   > requests and how it is handled in your Zaps.
 * Do you have a suggestion to help me with this issue? Thanks!
 * EDIT : It only happens on User update, not registration.
    -  This topic was modified 5 years, 12 months ago by [portailpsc](https://wordpress.org/support/users/portailpsc/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsend-multiple-time-the-same-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12980956)
 * Hey [@portailpsc](https://wordpress.org/support/users/portailpsc/) – thank you
   a lot for your message, as well as for using our plugin. 🙂
    In case the webhook
   triggers multiple times, that means you have any third-party plugin installed
   that re-saves the user while the user is saved. Unfortunately, this is commonly
   used to save additional data, which causes the trigger to fire multiple times.
 * At the moment, we do not have a predefined functionality that allows you to filter
   all of them and fire only one since this would be against the standards.
 * Still, it is possible to do with some custom code by filtering the post-delayed
   triggers using the following filter:
    `$triggers = apply_filters( 'wpwhpro/post_delay/
   post_delay_triggers', $this->post_delay_triggers );`
 * How it works is that we, by default, delay all outgoing triggers and fire them
   before WordPress finished loading everything via PHP.
    You can then use this 
   filter to only really trigger the last one you want to fire.
 * We are looking forward of building an integration for that, but it requires some
   more testing since it can cause a lot of problems if not correctly applied.
 * If you have further questions, please let me know.
 *  Thread Starter [portailpsc](https://wordpress.org/support/users/portailpsc/)
 * (@portailpsc)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12982151)
 * Hi [@ironikus](https://wordpress.org/support/users/ironikus/) !
 * Thanks for this quick answer! Where should I paste this piece of code? In the
   class-wp-webhooks-pro-post-delay.php? It’s the only PHP file I’ve found that 
   makes sense – I think. And where in this file do I need to write it?
 * EDIT : Sorry, I misunderstood your answer and I just found this filter in the
   PHP code. I do not have the skills to create custom code so I think I’ll wait
   until, I hope, a solution will be integrated.
 * Thank you very much for you support!
    -  This reply was modified 5 years, 12 months ago by [portailpsc](https://wordpress.org/support/users/portailpsc/).
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12983621)
 * Hey [@portailpsc](https://wordpress.org/support/users/portailpsc/) – thank you
   for your answer and no worries, it’s amazing that you took the time to re-edit
   your answer. 🙂
    A small side-note: I added that feature higher on our priority
   list – once we have something ready, I will prioritize it for the launch so that
   you do not have to wait too long. 🙂 If you have further questions, feel free
   to reach out at any time.
 *  Thread Starter [portailpsc](https://wordpress.org/support/users/portailpsc/)
 * (@portailpsc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12989591)
 * Awesome! Thanks!
 * And I just noticed that wp-webhook does a better job for transiting WooCommerce
   Membership data than the official WooCommerce Zapier extension. As soon as our
   renewal expires, I subscribe to the pro version of wp-webhook!
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12990096)
 * Hey [@portailpsc](https://wordpress.org/support/users/portailpsc/) – thank you
   a lot for your feedback, it’s highly appreciated!
    If I can be again of your 
   service, feel free to reach out at any time. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Send multiple time the same data’ is closed to new replies.

 * ![](https://ps.w.org/wp-webhooks/assets/icon-256x256.jpg?rev=2656397)
 * [WP Webhooks - Automate repetitive tasks by creating powerful automation workflows directly within WordPress](https://wordpress.org/plugins/wp-webhooks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-webhooks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-webhooks/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-webhooks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-webhooks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-webhooks/reviews/)

## Tags

 * [trigger](https://wordpress.org/support/topic-tag/trigger/)

 * 5 replies
 * 2 participants
 * Last reply from: [Ironikus](https://wordpress.org/support/users/ironikus/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/send-multiple-time-the-same-data/#post-12990096)
 * Status: resolved