Official Enrow SDK for PHP
composer require enrow/enrow
use Enrow\Enrow; $enrow = new Enrow('YOUR_API_KEY'); // Find an email $search = $enrow->email->find([ 'fullname' => 'Dwight Schrute', 'company_domain' => 'dundermifflin.com' ]); echo $search->id;
Was this page helpful?