Skip to 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 Ibexa Connect, 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 Ibexa Connect scenario, not in this documentation article) are mandatory!

Connecting Snov.io to Ibexa Connect

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

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 Ibexa Connect 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 Prospects

Searches for prospects.

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 Ibexa Connect should return during one execution cycle.

Change a Recipients Status

Changes status of a recipient.

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

Watch Email Opened

Triggers when an email has been opened.

Campaign ID Select or map the Campaign ID whose opened emails you want to watch.
Limit Set the maximum number of opened emails Ibexa Connect should return during one execution cycle.

Watch Email Replied

Triggers when an email has been replied to.

Campaign ID Select or map the Campaign ID whose email replies you want to watch.
Limit Set the maximum number of email replies Ibexa Connect should return during one execution cycle.

Triggers when a link with the email has been clicked.

Campaign ID Select or map the Campaign ID whose email clicks you want to watch.
Limit Set the maximum number of links clicked Ibexa Connect should return during one execution cycle.

Search Emails

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

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 Ibexa Connect should return during one execution cycle.

Get Emails Verification Status

Checks if the provided email addresses are valid and deliverable.

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

Add Emails for Verification

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

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

Add Names to Find Emails

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.

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

Make an API Call

Performs an arbitrary authorized API call.

URL

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

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.

Example of Use - List Campaigns

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 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.

Example of Use - List Campaigns

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