I’ve setup a webhook that receives updates from Memberstack and updates the data to update Webflow CMS collections. Problem is this workflow keeps running, seemingly non-stop, eating into my credits.
What am I missing? How do I get it to run only once and then wait for the next user/member-initiated event?
I’ve uploaded a screenshot of my inspector filling up, by the second, with executions of the same event.
I see that you’re using HTTP trigger for you workflow, so every request to your HTTP endpoint will trigger an event. Would you mind sharing how do you setup on Memberstack side, specifically how do you put the HTTP endpoint into Memberstack?
Maybe instead of using HTTP Trigger, you can try to use Pipedream prebuilt Memberstack trigger, or request one for your needs here
I apologize for the issue you’re experiencing. It seems like your workflow might be stuck in a loop or there’s an issue with the webhook configuration. To help you better, I need more information about your workflow setup, specifically the trigger and the actions you’re using.
In the meantime, you can temporarily disable the workflow to prevent it from consuming more credits. To do this, go to your workflow’s settings and toggle the “Enabled” switch to “Off”. This will stop the workflow from running until you enable it again.
Once you provide more information about your workflow, I’ll be able to assist you further in resolving the issue.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.