VoilaNorbert

Norbert is the ultimate lead generation tool with one of the best success rate to find any corporate email address.

Go to site
Explore
/
Apps
/
VoilaNorbert

VoilaNorbert API Integrations

Build and run workflows using the VoilaNorbert API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

VoilaNorbert is the easiest way to find the most accurate email addresses and contact info in a few seconds. Thanks to its powerful API, you can quickly access information and create custom applications to help you get the data you need and make the best use of that information.

The VoilaNorbert API can help you with many tasks, including:

  • Building contact pages and customer lists
  • Generating personalized lead reports
  • Creating targeted campaigns for customers and prospects
  • Improving customer segmentation and list management
  • Validating customer contact information
  • Enhancing customer data for use in marketing
  • Automating lead verification processes
  • Integrating email address data into customer relationship management (CRM) systems
  • Identifying customer contacts from web interactions
  • Enhancing existing customer contact databases with additional details
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    voilanorbert: {
      type: "app",
      app: "voilanorbert",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.voilanorbert.com/2018-01-08/account/`,
      auth: {
        username: ``,
        password: `${this.voilanorbert.$auth.api_key}`,
      },
    })
  },
})
Find Contact with VoilaNorbert API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + VoilaNorbert
 
Try it
Find Contact with VoilaNorbert API on New Item in Feed from RSS API
RSS + VoilaNorbert
 
Try it
Find Contact with VoilaNorbert API on New Message in Channel from Discord Bot API
Discord Bot + VoilaNorbert
 
Try it
Find Contact with VoilaNorbert API on New Submission from Typeform API
Typeform + VoilaNorbert
 
Try it
Find Contact with VoilaNorbert API on Custom Events from Zoom API
Zoom + VoilaNorbert
 
Try it
Find Contact with the VoilaNorbert API

This action returns a specific contact. The object email is either null when the email is not found, or contains an object with at least email (the email string) and the score. See the docs here

 
Try it
Start Contact Search with the VoilaNorbert API

Search emails are based on the full name plus the domain or company name. When your account does not have sufficient credits an HTTP status code of 402 is returned. Also, take into consideration that we check the domain for its validity. So even if you provide a correct name+domain set, we may return a HTTP status code of 400 for the domain if we can't locate it. See the docs here

 
Try it
Verify Email with the VoilaNorbert API

Verifies the given list of emails. In case your account does not have a sufficient Verify API balance the service will try to auto refill the balance by charging using the billing details of the account. If it fails to charge, an HTTP status code of 402 will be returned. See the docs here

 
Try it

Authentication

VoilaNorbert uses API keys for authentication. When you connect your VoilaNorbert account, Pipedream securely stores the keys so you can easily authenticate to VoilaNorbert APIs in both code and no-code steps.

You can find your API Key on the VoilaNorbert integration page.