NAiOS IconNAiOS Logo
Volver al catálogo

Emelia

emelia

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.

Acciones
21
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (21)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Add Contact to BlacklistEMELIA_ADD_CONTACT_TO_BLACKLISTAcción

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

Parámetros de entrada

  • emailanyObligatorioemail

    The email address of the contact to be blacklisted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add Contact To CampaignEMELIA_ADD_CONTACT_TO_CAMPAIGNAcción

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

Parámetros de entrada

  • idstringObligatorio

    Campaign ID to which the contact will be added

  • contactobjectObligatorio

    Contact object containing email and optional name/fields

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CampaignEMELIA_CREATE_CAMPAIGNAcción

Tool to create a new email campaign. use after you have finalized the campaign name.

Parámetros de entrada

  • namestringObligatorio

    Name of the email campaign

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create LinkedIn CampaignEMELIA_CREATE_LINKEDIN_CAMPAIGNAcción

Tool to create a new linkedin campaign. use when you need to launch a linkedin outreach sequence.

Parámetros de entrada

  • namestringObligatorio

    Name of the LinkedIn campaign to create

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WebhookEMELIA_CREATE_WEBHOOKAcción

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.

Parámetros de entrada

  • typestringObligatorioenum

    The type of campaign the webhook is for.

    linkedinemailadvanced
  • eventsstring[]Obligatorio

    List of events to subscribe to. For linkedin: VISITED, INVITED, ACCEPTED, MESSAGE_SENT, REPLIED; for email: REPLIED, OPENED, CLICKED, SENT, BOUNCED, UNSUBSCRIBED; for advanced: MAIL_REPLIED, OPENED, CLICKED, MAIL_SENT, BOUNCED, UNSUBSCRIBED, LINKEDIN_REPLIED, VISITED, ACCEPTED, MESSAGE_SENT, LIKED.

  • hookUrlanyObligatoriouri

    The destination URL for the webhook payloads.

  • campaignIdstringObligatorio

    The ID of the campaign to attach the webhook to (use 'ALL_CAMPAIGNS' for all campaigns)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Contact From CampaignEMELIA_DELETE_CONTACT_FROM_CAMPAIGNAcción

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.

Parámetros de entrada

  • contact_idstringObligatorio

    The ID of the contact to remove from the campaign.

  • campaign_idstringObligatorio

    The ID of the campaign from which to remove the contact.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Contact From LinkedIn CampaignEMELIA_DELETE_CONTACT_FROM_LINKEDIN_CAMPAIGNAcción

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.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the LinkedIn campaign.

  • urlanyObligatoriouri

    The LinkedIn profile URL of the contact to remove.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookEMELIA_DELETE_WEBHOOKAcción

Tool to delete a specific webhook. use when you need to remove an existing webhook by url after identifying the campaign.

Parámetros de entrada

  • typestringenum

    The type of campaign the webhook is attached to. Possible values: linkedin, email, advanced.

    linkedinemailadvanced
  • hookUrlanyObligatoriouri

    The exact URL of the webhook to delete.

  • campaignIdstringObligatorio

    The campaign ID to delete the webhook from (use 'ALL_CAMPAIGNS' for all campaigns).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Email of Single ContactEMELIA_FIND_EMAIL_SINGLE_CONTACTAcción

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.

Parámetros de entrada

  • countrystring

    Country of the contact or company (ISO 3166-1 alpha-2 code or name).

  • fullnamestringObligatorio

    Full name of the contact to find (e.g., 'John Doe').

  • companyNamestringObligatorio

    Name of the contact's company (e.g., 'Acme Corp').

  • companyWebsitestring

    Website of the contact's company (e.g., 'https://acme.com').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Campaign ActivitiesEMELIA_GET_CAMPAIGN_ACTIVITIESAcción

Tool to retrieve activities for a specific email campaign. use after obtaining the campaign id.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based index)

  • typestringenum

    Filter activities by event type

    SENTFIRST_OPENOPENEDCLICKEDREPLIEDRE_REPLYBOUNCEDUNSUBSCRIBED
  • querystring

    Free-text search across activities

  • contactIdstring

    Filter activities by a specific contact ID

  • versionIdstring

    Filter activities by a specific campaign version ID

  • campaignIdstringObligatorio

    ID of the campaign to retrieve activities for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Find Email ResultEMELIA_GET_FIND_EMAIL_RESULTAcción

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.

Parámetros de entrada

  • jobIdstringObligatorio

    The ID of the find-email job to retrieve the result for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Find Phone ResultEMELIA_GET_FIND_PHONE_RESULTAcción

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.

Parámetros de entrada

  • job_idstringObligatorio

    ID of the phone-find job to get the result for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Verify Email ResultEMELIA_GET_VERIFY_EMAIL_RESULTAcción

Tool to get the result of an email verification job. use after initiating an email verification job to check its status and outcome.

Parámetros de entrada

  • jobIdstringObligatorio

    ID of the email verification job to get the result for

Parámetros de salida

  • dataobjectObligatorio

    Payload containing the verification result details

  • errorstring

    Error if any occurred during the execution of the action

  • successbooleanObligatorio

    Whether the API call was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Initiate Email Verification JobEMELIA_INITIATE_EMAIL_VERIFICATION_JOBAcción

Tool to initiate an asynchronous email verification job."

Parámetros de entrada

  • emailstringObligatorio

    The email address to verify asynchronously.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Initiate Phone Find JobEMELIA_INITIATE_PHONE_FIND_JOBAcción

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.

Parámetros de entrada

  • linkedinUrlstringObligatorio

    LinkedIn profile URL of the contact for which to find the phone number.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Campaign ContactsEMELIA_LIST_CAMPAIGN_CONTACTSAcción

Tool to list contacts in a specific email campaign. use when you need to retrieve campaign subscribers with optional pagination and search filters.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based index).

  • searchstring

    Search keyword to filter contacts.

  • perPageinteger

    Number of contacts per page.

  • campaignIdstringObligatorio

    Unique identifier of the email campaign.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CampaignsEMELIA_LIST_CAMPAIGNSAcción

Tool to retrieve all email campaigns. use when you need to fetch the list of campaigns, with optional pagination or search filters.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based index)

  • limitinteger

    Number of items per page

  • searchstring

    Search string to filter campaigns by name or attributes

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaign objects

  • metaobjectObligatorio

    Pagination details for the campaigns list

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Email ProvidersEMELIA_LIST_EMAIL_PROVIDERSAcción

Tool to retrieve all configured email providers. use after setting up your email providers to view them.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List LinkedIn CampaignsEMELIA_LIST_LINKEDIN_CAMPAIGNSAcción

Tool to list all linkedin campaigns. use when you need an overview of your linkedin campaigns and want to paginate results.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1).

  • per_pageinteger

    Number of items per page (must be >= 1).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List webhooksEMELIA_LIST_WEBHOOKSAcción

Tool to retrieve all webhooks. use when you need to fetch every configured webhook in emelia.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Remove Contact from BlacklistEMELIA_REMOVE_CONTACT_FROM_BLACKLISTAcción

Tool to remove a contact or domain from the email blacklist. use after verifying that the address or domain should no longer be blocked.

Parámetros de entrada

  • email_or_domainstringObligatorio

    The email address or domain to remove from the blacklist.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not