Skip to content

amplemarket/ample_sfdc_flow_action

Repository files navigation

AmpleFlowEnrichAndSequence

This Salesforce Apex class provides a single Flow Action to:

How to Use

  1. Install the package in your Salesforce org:
  2. Create a Record-Triggered Flow on Contact or Lead.
  3. Add the "AmpleFlowEnrichAndSequence" Apex Action to your Flow.
  4. Map the following input variables:
    • email (String): Email address of the person to enrich and sequence
    • amplemarket_api_key (String): Amplemarket API key
    • sequence_id (String): Amplemarket sequence Id
    • sequence_mailbox_email (String, optional): Email address of the sending mailbox for the sequence
    • (Optional) Boolean flags for duplicate/exclusion/recency handling which default to false
  5. Deploy and activate your Flow.

What It Does

  • Takes an email address directly (no Contact/Lead lookup needed)
  • Calls Amplemarket to enrich the record with:
    • Personal details: name, LinkedIn URL, job title
    • Company info: name, website, size, industry, and location
  • Adds the record to the specified Amplemarket sequence with optional sending mailbox configuration

Note: This action does not save any state or data back to Salesforce. It only performs the enrichment and sequencing operations through the Amplemarket API.

Inputs

  • email (String): Email address of the person to enrich and sequence
  • amplemarket_api_key (String): Amplemarket API key
  • sequence_id (String): Amplemarket sequence Id
  • sequence_mailbox_email (String, optional): Email address to use as the sending mailbox for the sequence
  • ignore_recently_contacted (Boolean, optional): Skip recently contacted check
  • ignore_exclusion_list (Boolean, optional): Skip exclusion list check
  • ignore_duplicate_draft (Boolean, optional): Skip duplicate check in draft sequences
  • ignore_duplicate_active (Boolean, optional): Skip duplicate check in active sequences

Outputs

  • success (Boolean): True if enrichment and sequencing succeeded
  • message (String): Details or error message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages