404: NOT FOUND on my HTTP Connections

What are you trying to achieve?

Hi Everyone!

I hope you all doing great!

I just got an error with my HTTP Module, i use it to automate when someone fill out a form on my website, they automatically got a greeting message through whatsapp using starsender api. but suddenly i got an error where it shows Error:404 not found like following :

and this is my scenario setup :

Steps taken so far

i already tried to change the link and the automation message, but i just got lost. don’t know where to find the core of the problems.

Anyone that could kindly share what I am doing wrong, it would be much appreciated?

Thanks,

Hi @rabbani - welcome to the Community!

A 404 error is generated from the service you’re trying to contact - in this case, starsender.online

It means that the server you’re contacting can’t process the URL.

If that used to work OK then it suggests that something has changed with the starsender service - either an API change, or some temporary outage.

You’d be best contacting them to check.

If it’s due to a temporary outage, it would be good to look at implementing some error handling in your scenario. The Error Handling course within the Make Academy is a great place to learn about this.