Emelia

Learn how to use Emelia with Composio

Overview

Enum

EMELIA

Description

Emelia is an all-in-one B2B prospecting tool offering features like cold-emailing, LinkedIn outreach, email warm-up, email finder, and LinkedIn Sales Navigator scraping.

Authentication Details

api_key
stringRequired

Actions

Tool to add a contact to an email campaign. use when you have collected subscriber details and want to enroll them in a campaign.

Action Parameters

contact
objectRequired
id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new email campaign. use after you have finalized the campaign name.

Action Parameters

name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new linkedin campaign. use when you need to launch a linkedin outreach sequence.

Action Parameters

name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new webhook for campaign events. use when you need to subscribe to activity updates after determining the campaign id and desired events.

Action Parameters

campaignId
stringRequired
events
arrayRequired
hookUrl
Required
type
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to initiate a job to find the email address of a specific contact. use when you have the contact's full name and company details and want to retrieve their email address.

Action Parameters

companyName
stringRequired
companyWebsite
string
country
string
fullname
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to initiate an asynchronous email verification job."

Action Parameters

email
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to initiate a phone-find job for a single contact. use when you want to retrieve a contact's phone number based on their email address.

Action Parameters

linkedinUrl
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to add a contact to the email blacklist. use after confirming that no further emails should be sent to a specific address. example: 'add blocked user@example.com to blacklist.'

Action Parameters

email
Required

Action Response

data
object
error
string
successful
boolean
Tool to remove a contact from an email campaign. use when you need to revoke a contact's subscription from a specific campaign. note: this operation is irreversible.

Action Parameters

campaign_id
stringRequired
contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a contact from a linkedin campaign. use when you need to remove a contact by campaign id and contact url. call after confirming the contact exists in the campaign.

Action Parameters

id
stringRequired
url
Required

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific webhook. use when you need to remove an existing webhook by url after identifying the campaign.

Action Parameters

campaignId
stringRequired
hookUrl
Required
type
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve activities for a campaign. use when you need to inspect engagement events for a specific campaign.

Action Parameters

campaign_id
stringRequired
page
integer
per_page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the result of a previously initiated email find job. use after initiating a find-email job to check its status and outcome.

Action Parameters

jobId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the outcome of a previously initiated phone-find job. use after starting a job to fetch its status and details by job id.

Action Parameters

job_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get the result of an email verification job. use after initiating an email verification job to check its status and outcome.

Action Parameters

jobId
stringRequired

Action Response

data
object
error
string
success
boolean
successful
boolean
Tool to retrieve all email campaigns. use when you need to fetch the list of campaigns, with optional pagination or search filters.

Action Parameters

limit
integer
page
integer
search
string

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to list contacts in a specific email campaign. use when you need to retrieve campaign subscribers with optional pagination and search filters.

Action Parameters

campaignId
stringRequired
page
integer
perPage
integer
search
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all configured email providers. use after setting up your email providers to view them.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all linkedin campaigns. use when you need an overview of your linkedin campaigns and want to paginate results.

Action Parameters

page
integer
per_page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all webhooks. use when you need to fetch every configured webhook in emelia.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to remove a contact or domain from the email blacklist. use after verifying that the address or domain should no longer be blocked.

Action Parameters

email_or_domain
stringRequired

Action Response

data
object
error
string
successful
boolean