Webhook never called from brightdata

Hello,

I have a problem with the Make platform about a webhook witch is never called.

I’m using the Brightdata API to gather some web data which triggers a webhook as soon as the crawling job is done.

This is working perfectly when I use a webhook from the https://webhook.site/ platform as a test procedure. Every brightdata crawling job are calling webhook.site when they are done, but when I use my Make webhook, it is NEVER triggered !

I have tested several times with no success and the Brightdata support confirms it, nothing seems wrong on their side.

I’m wondering what am I doing wrong here? Or if there is a real problem with Make ?

As you can see on the image below, there is a webhook test button on the bright data dashboard that allows to test the webhook by sending dummy data.

When clicked, the Make webhook is successfully called and the structure successfully determined, but when the scenario starts and waits for data to arrive, it is never triggered.

The webhook is public and unrestricted.

Any helps will be appreciated to solve this mystery !

Thanks

1 Like

Try copying the webhook in browser and hit enter and see if it says accepted.

OR

Create another webhook. Sometimes there can be a bug with a particular one.

OR

Wait for 10-15 min and revert back to see if the webhook scenario has any run. Sometimes, it takes time to initiate.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like

Welcome to the Make community!

Turn your scenario off and then on again. It will prompt you to delete all the data in the queue, or process all the older requests first.

Usually you will want to process all the older requests in the queue, but if you are just testing before you could probably just delete those.

Then, leave the scenario turned ON.

If you need further assistance, please provide the following:

Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and relevant filter settings. It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

By providing these details, it will allow others to assist you better.

1 Like