Datagma

Datagma is a B2B data enrichment platform for finding verified work emails, direct mobile numbers, and detailed person and company profiles from minimal input such as a name, company domain, or LinkedIn URL.

With Datagma, you can:

  • Find verified work emails: Resolve a verified professional email from a person's full name and their company name or domain.
  • Enrich person profiles: Pull job title, seniority, location, and social profiles from an email or LinkedIn URL.
  • Enrich company data: Retrieve firmographics such as size, industry, and location from a domain or company name.
  • Find mobile phone numbers: Look up direct dial mobile numbers from a LinkedIn profile.
  • Check your credit balance: Monitor remaining Datagma credits before running large enrichment jobs.

In Sim, the Datagma integration lets your agents enrich contacts and companies, find and verify emails, and look up phone numbers directly inside a workflow — automating lead generation, CRM hygiene, and outreach prep without leaving Sim.

Usage Instructions

Integrate Datagma to find verified work emails from a name and company, enrich person profiles via email or LinkedIn URL, enrich company data from a domain or name, look up mobile phone numbers from LinkedIn, and check your credit balance.

Actions

datagma_find_email

Find a verified work email from a person's full name and company. Uses 1 credit when a verified email is found.

Input

ParameterTypeRequiredDescription
fullNamestringYesPerson's full name (e.g., 'John Doe')
companystringYesCompany name or domain (e.g., 'Stripe' or 'stripe.com')
linkedInSlugstringNoLinkedIn company URL slug to improve match accuracy by 20%+
findEmailV2StepnumberNoLookup depth: 3 = full email (default), 2 = domain only
findEmailV2CountrystringNoUser's location to improve accuracy (e.g., 'General', 'Japan', 'France')
apiKeystringYesDatagma API key

Output

ParameterTypeDescription
emailstringVerified work email address
emailStatusstringEmail verification status (e.g., valid, invalid)
emailDomainstringEmail domain
mxfoundbooleanWhether MX records were found
smtpCheckbooleanWhether SMTP validation succeeded
catchAllbooleanWhether the domain is catch-all

datagma_enrich_person

Enrich a person's profile using their email, LinkedIn URL, or full name and company. Returns job title, company, location, and social data. Uses 2 credits per match; add 30 credits when a phone number is found.

Input

ParameterTypeRequiredDescription
datastringYesEmail address, LinkedIn URL, or full name (use companyKeyword when providing a name)
companyKeywordstringNoCompany name or keyword to disambiguate when data is a full name
countryCodestringNoTwo-letter country code to improve match accuracy (e.g., 'US', 'GB')
personFullbooleanNoInclude education and work history in the response
phoneFullbooleanNoAttempt to find a mobile phone number (costs 30 additional credits if found)
apiKeystringYesDatagma API key

Output

ParameterTypeDescription
namestringFull name
firstNamestringFirst name
lastNamestringLast name
emailstringWork email address
emailStatusstringEmail verification status
jobTitlestringCurrent job title
companystringCurrent company name
linkedInUrlstringLinkedIn profile URL
locationstringLocation string
countrystringCountry
regionstringRegion/state
citystringCity
extractedRolestringExtracted role category
extractedSenioritystringExtracted seniority level
twitterstringTwitter handle
phonestringMobile phone number
personConfidenceScorenumberConfidence score for the person match (0–1)

datagma_enrich_company

Enrich a company profile using a domain, company name, or SIREN number (France). Returns size, industry, revenue, and description. Uses 2 credits per match.

Input

ParameterTypeRequiredDescription
datastringYesCompany domain (e.g., 'stripe.com'), company name, or French SIREN number to enrich
companyPremiumbooleanNoInclude LinkedIn company data in the response
companyFullbooleanNoInclude financial information in the response
apiKeystringYesDatagma API key

Output

ParameterTypeDescription
namestringCompany name
websitestringCompany website
industriesstringIndustry classification
companySizestringEmployee headcount range
typestringCompany type (e.g., Private, Public)
foundedstringYear founded
shortDescriptionstringShort company description
revenueRangestringEstimated annual revenue range
headquartersstringHeadquarters location

datagma_find_phone

Find a mobile phone number from a person's LinkedIn URL. Optionally supply an email to improve match accuracy. Uses 30 credits when a number is found.

Input

ParameterTypeRequiredDescription
usernamestringYesLinkedIn URL of the person (e.g., 'https://linkedin.com/in/johndoe'\)
emailstringNoEmail address to improve phone match accuracy
minimumMatchnumberNoMinimum match confidence threshold (0–1; default 1 for highest precision)
apiKeystringYesDatagma API key

Output

ParameterTypeDescription
phonestringMobile phone number
countryCodestringCountry code prefix (e.g., +1)
isWhatsappbooleanWhether the number is linked to WhatsApp

datagma_get_credits

Check remaining credit balance on a Datagma account. Free — no credits consumed.

Input

ParameterTypeRequiredDescription
apiKeystringYesDatagma API key

Output

ParameterTypeDescription
creditsnumberRemaining Datagma credits

On this page