Malkio
Malkio2mo ago

Malkio - I’ve just started using Buildship and ...

::SOLVED:: I’ve just started using Buildship and hit a snag right away. I'm currently trying to implement a dynamic webhook receiver. I’ve set up a REST API Call with a wildcard path (/my-endpoint-v1/*) to handle dynamic webhooks, and everything in Buildship seems to be set up correctly (or so I think). The workflow is active, but I keep getting a 404 error when trying to submit the webhook request. Here’s the error I’m seeing from the sending side: "Error: 404 Not Found Workflow not found, make sure you have deployed it with the trigger method set to POST and path set to ... (it shows the full path that is sent. But it seems as if it is ignoring that the path is a wildcard/dynamic. Any ideas on what could be causing this? Thanks in advance!
No description
2 Replies
Gaurav Chadha
Gaurav Chadha2mo ago
Hi @Malkio, could you re-ship/deploy your workflow again? Double click on Ship and I'm assuming your trigger method is set to POST, which tool are you using to make this call? Here's a sample flow https://app.buildship.com/remix/ee095c5f-a0f1-492b-968b-8b7f89b8b35e you can change it to read wildcard
No description
Malkio
MalkioOP5w ago
I used a make to create the call/ test. I've updated numerous times but no go. I'm going to test it again today. right as I was making a video to show you I got it working. But not 100% sure what I changed. But thank you.

Did you find this page helpful?