Datagma Integration Guide
This guide covers all Datagma actions available in TexAu. Datagma specializes in mobile phone number finding.
Before you begin
- A Datagma account is required. Sign up at datagma.com.
- Your Datagma API key is on your Datagma dashboard.
- In TexAu, go to Settings > Integrations, find Datagma, enter your API key, and click Save.
Actions
Find Mobile Number by LinkedIn URL (Datagma)
Finds a mobile phone number using a LinkedIn profile URL.
Credit cost: 15 credits per row
Input:
- LinkedIn Profile URL (required): full URL starting with
https://linkedin.com/in/
Output:
- Phone Number
- Country
- Local format
- Number type (mobile, direct, company)
Typical use case: Use as a fallback in a phone number waterfall after BetterEnrich and FullEnrich.
Find Mobile Number Using Email (Datagma)
Finds a mobile phone number when you have an email address.
Credit cost: 20 credits per row
Input:
- Email Address (required)
Output:
- Phone Number
- Country
- Local format
Typical use case: You have enriched email addresses and want to find associated phone numbers without LinkedIn URLs.
Find Work Email Using Name and Company Domain (Datagma)
Finds a work email address using a person's name and company domain.
Credit cost: 4 credits per row
Input:
- First Name (required)
- Last Name (required)
- Company Domain (required): e.g.,
company.com
Output:
- Email Address
- Confidence score
- Verification status
Using Datagma in a waterfall
Datagma is particularly useful as a phone number fallback in waterfall enrichment.
Phone waterfall example:
- Find Mobile Number by LinkedIn URL (BetterEnrich), primary (10 credits, highest coverage)
- Find Mobile Number using Linkedin Url (Apollo), fallback 1 (2 credits)
- Find Mobile Number by LinkedIn URL (Datagma), fallback 2 (15 credits)
- Find Mobile Number Using LinkedIn Profile URL (FullEnrich), fallback 3
Phone from email (no LinkedIn URL available):
- If you have an email address but no LinkedIn URL, use Find Mobile Number Using Email (Datagma) to look up a phone number directly from the email address. This costs 20 credits per row.
Troubleshooting
Phone finding returns empty for most rows. Datagma's coverage varies by region. It is strongest in North America and Western Europe. If your list contains contacts from other regions, expect lower coverage.
Find Mobile Number Using Email returns empty. The phone number may not be in Datagma's database for that email. Try passing the LinkedIn URL to Find Mobile Number by LinkedIn URL (Datagma) instead.
Results include phone numbers but they are landlines, not mobiles.
Datagma returns the best available number, which may be a direct line or company number. Check the Number type output field to filter for mobile-only results using a Formula Column: IF({{Number Type}} == "mobile", {{Phone Number}}, "").