• Resolved rlamb2

    (@rlamb2)


    I’m working with the Formidable integration, but this really applies to all of them.

    I dug into the code a bit and I see that the frm_after_create_entry hook that sends data off to Zoho runs on priority 10, like all of the other integrations.

    The issue I’ve been running into is that the form I’m using is using Formidable’s Quizzes addon which also runs on that hook at that priority, and then I need to run code after that runs, but before data is sent into Zoho.

    As it is, it’s sort of working by pure luck, since the plugin name for our custom code fits between F and Z, so it sits in the priority list where it needs to.

    Is there any way to either bump that priority up to 20 or some other higher number, or add in a filter to allow for changing that from the hardcoded 10 value?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Zoho Flow

    (@zohoflow)

    Hello there,

    Thank you for notifying  us on the ‘priority’ variable for the webhooks . We are analyzing ways to provide ‘priority’ as a customizable option. Will update here once we start supporting the same.

    Regards,
    Zoho Flow

Viewing 1 replies (of 1 total)
  • The topic ‘Priority of Hooks’ is closed to new replies.