Can someone help me with an external api? 50-100 bucks

Hello,
I need help to get webhooks to work with an external software called “facilioo” (not to be confused with “facilio”)

Their API Doc is rather complex, I tried it and I can’t get it to work. I need help setting up a specific webhook which according to their latest release update should work - I described it here:

Please check it out and if you feel comfortable it’s something you can solve then let me know. I can pay 50-100 USD. We can agree on a price beforehand and then you can start working. I would really appreciate the help, I spend 30-60 minutes on this and couldn’t figure it out but I don’t have a technical background so if you do it’ll probably be easy for you.

1 Like

we can do it [email protected]

Yes, I’ll help you and guide you too. Don’t worry, contact me on [email protected]

Hi Jonathan,

I reviewed the Facilioo documentation and understand your frustration getting the webhook endpoint running. When the release notes say the webhook should fire, it expects a 200 OK response with a JSON body containing the eventId field; otherwise Facilioo silently drops retries. Once n8n receives the POST you can immediately return {“eventId”: $json.eventId} and then route the payload to your desired workflow.

A quick way to confirm everything works is to send a test call from Facilioo’s API explorer straight to an n8n HTTP Trigger node running in execution mode, watch the network tab, and confirm the trigger shows “Execution succeeded.”

For scope: will you also need the flow to handle authentication back to Facilioo for follow-up API calls, or is the webhook data simply being forwarded elsewhere?

Happy to clarify details and get you running quickly. This advice is based on practical experience and is not legal or financial guidance.