
Microsoft Catch-All Email Verifier
Pricing
$2.00 / 1,000 emails_checks

Microsoft Catch-All Email Verifier
An Apify Actor that verifies Microsoft-hosted email addresses, including Outlook and Office365. It supports batch verification, sends results via HTTP POST to a webhook, and logs data to a dataset.
0.0 (0)
Pricing
$2.00 / 1,000 emails_checks
0
3
3
Last modified
3 hours ago
Apify Catchall Email Webhook Actor
This Apify Actor sends email addresses to a pre-configured webhook endpoint using an HTTP POST request. It supports batch processing, error tracking, and result logging in Apify datasets. This Actor is especially useful for integrating with systems that verify or handle catchall email domains.
π Features
- β Simple and clean API
- π¦ Supports JSON input with multiple emails
- π Batch processing support
- π Secure via environment variable configuration
- π Logs results in Apify dataset
- π§° Extensible codebase (built in ES modules)
π₯ Input
Provide a JSON object with an array of email addresses to process.
Example INPUT
:
{"emails": ["user1@example.com", "user2@example.com"]}
Apify Catchall Email Webhook Actor
This Apify Actor sends email addresses to a pre-configured webhook endpoint using an HTTP POST request. It supports batch processing, error tracking, and result logging in Apify datasets. This Actor is especially useful for integrating with systems that verify or handle catchall email domains.
π Features
- β Simple and clean API
- π¦ Supports JSON input with multiple emails
- π Batch processing support
- π Secure via environment variable configuration
- π Logs results in Apify dataset
- π§° Extensible codebase (built in ES modules)
π₯ Input
Provide a JSON object with an array of email addresses to process.
Example INPUT
:
{"emails": ["user1@example.com","user2@example.com"]}success: true or falseresult: The raw response from the webhookerror: Any error message if the request failedExample Output:## π€ OutputEach email submission is logged to the Apify dataset with:- `success`: true or false- `result`: The raw response from the webhook- `error`: Any error message if the request failed**Example Output:**```json{"success": true,"result": {"status": "verified","details": {"...": "..."}},"error": null}
On this page
Share Actor: