Skip to main content

Snov.io

The Snov.io modules allow you to monitor, create, update, and search the prospects, and emails in your Snov.io account.

Getting Started with Snov.io

Prerequisites

  • A Snov.io account

In order to use Snov.io with Make, it is necessary to have a Snov.io account. If you do not have one, you can create a Snov.io account at snov.io.

Note

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

To connect your Snov.io account to Make you need to obtain the API Key from your Snov.io account and insert it in the Create a connection dialog in the Make

1. Log in to your Snov.io account.

2. Click your Profile Icon > Account > API.

61f27a4e24f29.gif

3. Copy the API User ID and API Secret to a safe place.

61f27a540e7a5.png

4. Go to Make and open the Snov.io module's Create a connection dialog.

61f27a5528815.gif

5. In the Connection name field, enter a name for the connection.

6. In the API User ID and API Secret fields, enter the API details copied in step 3 and click Continue.

The connection has been established.

Prospects

Searches for prospects.

Connection

Establish a connection to your Snov.io account.

Search Type

Select the option to search the prospect:

  • By Email

  • By ID

List ID

Select or map the List ID to search prospects from the specified ID.

Email

Select or map the email address of the prospect you are searching for.

Prospect ID

Select or map the Prospect ID of the prospect you are searching for.

Limit

Set the maximum number of prospects Make should return during one execution cycle.

Changes status of a recipient.

Connection

Establish a connection to your Snov.io account.

List ID

Select or map the List ID whose prospect

Email

Select or map the prospect's email address.

Campaign ID

Select or map the Campaign ID prospect's

Status

Select or map the status:

  • Active

  • Paused

  • Finished

  • Unsubscribed

  • Auto-replied

  • Replied

  • Replied from another email

Emails

Triggers when an email has been opened.

Connection

Establish a connection to your Snov.io account.

Campaign ID

Select or map the Campaign ID whose opened emails you want to watch.

Limit

Set the maximum number of opened emails Make should return during one execution cycle.

Triggers when an email has been replied to.

Connection

Establish a connection to your Snov.io account.

Campaign ID

Select or map the Campaign ID whose email replies you want to watch.

Limit

Set the maximum number of email replies Make should return during one execution cycle.

Searches emails by name or domain. If an email address is not found, you

Connection

Establish a connection to your Snov.io account.

First Name

Enter the email address owner's first name whose emails you want to search.

Last Name

Enter the email address owner's last name whose emails you want to search.

Domain

Enter the domain of the email address you want to search. For example, test@<domain>.com.

Limit

Set the maximum number of emails Make should return during one execution cycle.

Checks if the provided email addresses are valid and deliverable.

Connection

Establish a connection to your Snov.io account.

Emails

Add the email address whose verification status you want to retrieve.

Adds a list of email addresses you need to add to the verification queue.

Connection

Establish a connection to your Snov.io account.

Emails

Add the email address you want to add to the verification queue.

Pushes the request for email search using this method. If an email is found. If an email is found, you can collect it by using the Search Emails request again.

Connection

Establish a connection to your Snov.io account.

First Name

Enter the email address owner's first name to add to the emails.

Last Name

Enter the email address owner's last name.

Domain

Enter the domain of the email address. For example, test@<domain>.com.

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Snov.io account.

URL

Enter a path relative to https://api.snov.io/. For example: /v1/get-user-lists

Note

For the list of available endpoints, refer to the Snov.io API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

The following API call returns all the campaigns from your Snov.io account:

URL: /v1/get-user-campaigns

Method: GET

61f27a579731e.png

Matches of the search can be found in the module's Output under Bundle > Body. In our example, 2 campaigns were returned:

61f27a58a93d7.png