I’m trying to trigger an outging webhook to run a scenario in Make. The webhook is triggered when a record is edited.
2 questions please
can the edit be made by a record rule or must it be made by a user? Currently, i have a record rule making the edit
My webhook has filters applied to it. are the field values used to filter the webhook, pre or post the record rule edit.
I can not get the scenario to run unless i make a manual edit to the record.
more… the help files say the webhook can triggered form anywhere a record is created or updated but this is not the case in my testing. I am finding that the webhook is only triggered if a record is edited or added via a table or a form. Not by any record rules.
Hey @richardch372, record rules will trigger webhooks on record update, even if conditions are used in the webhook. For reference, see this diagram that explains the form process - Form Component | Tadabase.
Here’s a few things you can do to troubleshoot/solve this:
Change your webhook URL to a test URL generated by https://webhook.site to ensure the webhooks are actually being sent from Tadabase.
@richardch372 Can you clarify your record rule a bit more? Are you simply “updating this record”? Or are you inserting/updating connected records? Does the Form have “Update equations behind the scenes” enabled?
we mark a record as Won on a page using an action button which updates some of it’s values in the table
then a table record rule runs to duplicate that record + child tables and update some more of its own values ( to confirm the duplication carried out). I am moving the duplication of the child tables to Make.
then another table record rule updates the duplicated record field values
its on action 3 i would like the webhook to trigger, although i have tried changing the flow and having it trigger on action 2 but no joy.