XERO Webhook - need help

Hi everyone,
Has anyone successfully connected the XERO webhook?

Having difficulty working though the connection into bubble.

Docs:

Thanks
Simon

What is your issue?

Hey @klobassimon,

Unfortunately, at this point, this isn’t possible only with Bubble. You’ll have to use additional tools:

  • Make
  • Zapier
  • Or some of the available plugins to deal with OAuth. Pathfix is a common one

The reason is Bubble doesn’t allow us to response custom HTTP codes based on conditions. For the Xero Webhook, you’ll have to response 200 is everything is ok or 401 if the key is incorrect. You can read about the intent to receive.

Regards,

Esteban
Momentum Group

I don’t think this is an issue. However I can see an issue if your workflow is too long and take more than 5 sec to respond. But there’s solutions for that.

@Jici
Hey, so i have OAUTH working and various API calls. I just don’t know how to set up the Webhook (partly lack of experience/partly can’t seem to get it to work.

Any help appreciated, happy to pay you if there is a solution natively in bubble.
S

Hey @klobassimon,

If you could provide screenshots or a video showing the issue, it would be easier for us to help you

@esardila Hey mate - simply unable to connect the webhook so looking for assistance/resolution if this is possible in Bubble (which you do not think it is…)

1 Like

Sorry, I’ve checked and we use another tool to pass the intent to receive step that is mandatory to record webhook.

Ok - does that mean you used a 3P tool to connect the webhook first time, or to maintain it on an ongoing basis as well?

Both. You cannot change the webhook without redo the intent to receive process. But we just use it as a passthrough after the header validation and send the request to Bubble API WF

@Jici Yeah this sounds bag on - would you be able to assist me setting this up? Can i DM you?