Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the webhook for bulk does't seem to be working #1439

Open
z3d3m0n opened this issue Jan 28, 2024 · 1 comment
Open

the webhook for bulk does't seem to be working #1439

z3d3m0n opened this issue Jan 28, 2024 · 1 comment

Comments

@z3d3m0n
Copy link
Contributor

z3d3m0n commented Jan 28, 2024

Email to check

[email protected]

From where did you run check-if-email-exists?

ovh

Version of check-if-email-exists (if running it yourself)

0.5.1

What happened?

when i am running this query on the bulk reacher 0.5.1
it returns an error

 {
    // Required fields:
    "input": [                          // Endpoint accepts a list of emails.
        "[email protected]",
        "[email protected]"
    ],

 // Optional:
    "webhook": {
        "url": "https://my.server.com/webhook"},

  // All fields below are optional:
    "proxy": {
        "host": "my.proxy.com",
        "port": "9080",
    },
    "hello_name": "my.domain.com",      // The value to use in the EHLO handshake.
    "from_email": "[email protected]",   // The value to use in the MAIL FROM command.
}

2024-01-28T23:31:04.454324Z INFO reacher: IP:57304 "POST /v1/bulk HTTP/1.1" 404 "-" "-" 4.088µs

but when i remove the webhook part
and send just this query

{
    // Required fields:
    "input": [                          // Endpoint accepts a list of emails.
        "[email protected]",
        "[email protected]"
    ],

    // All fields below are optional:
    "proxy": {
        "host": "my.proxy.com",
        "port": "9080",
        "username": "user",             // Optional authentication for proxy.
        "password": "pass",
    },
    "hello_name": "my.domain.com",      // The value to use in the EHLO handshake.
    "from_email": "[email protected]",   // The value to use in the MAIL FROM command.
}

it returns all right

2024-01-28T23:28:06.895316Z  INFO reacher: Done check email="[email protected]" is_reachable=Safe
2024-01-28T23:28:07.443726Z  INFO reacher: Done check email="[email protected]" is_reachable=Safe
2024-01-28T23:28:10.224712Z  INFO reacher: Done check email="[email protected]" is_reachable=Safe

am i missing something?

did i get it right , now you don't need a db at all you can just fire the query to reacher pointing the webhook url and it will return the results once done to the end point ?

Relevant log output

No response

@mzagmajster
Copy link

mzagmajster commented Jun 11, 2024

Webhook is not working for me as well.

EDIT: I think bulk endpoint was removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants