Trigger a request

I’m sending the Webhook but nothing happens, which could be wrong.

I’m on the paid plan.

Trigger a request to (click to copy)
https://softwarepinim.bubbleapps.io/version-test/api/1.1/wf/pagamentos/initialize

You receive nothing.

Yours sincerely,
Dirceu Azevedo

Hey @dirceuazevedo,

That’s only when you initialize the public backend API workflow.

After the first time, you should be sending it without /initalize, so: https://softwarepinim.bubbleapps.io/version-test/api/1.1/wf/pagamentos

It also looks like the workflow pagamentos doesn’t exist

Hello,

I’m redoing the operation.

The server sends the Webhook.

But it seems that Bubble is not receiving it.

{“statusCode”:405,“body”:{“status”:“ERROR”,“message”:“Wrong method. Should be a POST. Method may change when attempting to use http. Please ensure URL starts with https:// instead.”}}

https://softwarepinim.bubbleapps.io/version-test/api/1.1/wf/pagamentos/initialize

Because when I try to use

id= Request data payment id does not exist.

What could be going wrong?

Grateful,
Dirceu M. Azevedo

The error says it should be a POST request…

So is that what the request is made as? (if not, then that’s your issue)?

1 Like

Hello,

It is being done like this:

  • Backend Workflow
  • New API Workflow
  • API workflow name: Payments
  • Expose the public API workflow - Checked
    This workflow can be… Unmarked
    Ignore privacy rules - Not checked
    Trigger workflow with - Post
    Include header in request data - Not checked
    Parameter definition - Detect request data

Generates this request:

Trigger a request to (click to copy)
https://softwarepinim.bubbleapps.io/version-test/api/1.1/wf/pagamentos/initialize

The Bank sends the Webhook but Bubble receives nothing.

Yours sincerely,
Dirceu Azevedo

This topic was automatically closed after 70 days. New replies are no longer allowed.