powered by
count Returns total email addresses we have for one domain.
count
count(obj, domain)# S4 method for Tomba count(obj, domain)
# S4 method for Tomba count(obj, domain)
Tomba class
a character Domain name from which you want to find the email addresses. For example, "stripe.com".
A list domain count data containing the: Total email,Total personal email,Total generic email,Total email on department key_name.
https://developer.tomba.io/#email-count
# NOT RUN { client <- Tomba(key="ta_xxxx",secret="ts_xxxx") result <- count(client,domain="tomba.io") # }
Run the code above in your browser using DataLab