We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d9c838 + 0e7f853 commit 47bf2adCopy full SHA for 47bf2ad
app/Console/Commands/Connectors/Elead/DownloadAllLeadsCommand.php
@@ -17,6 +17,7 @@
17
use Kanvas\Guild\Leads\Actions\SyncLeadByThirdPartyCustomFieldAction;
18
use Kanvas\Guild\Leads\Enums\ConfigurationEnum;
19
use Kanvas\Guild\Leads\Models\Lead as ModelsLead;
20
+use Kanvas\Intelligence\Triggers\Enums\TriggersEnum;
21
use Kanvas\Users\Models\Users;
22
use Kanvas\Workflow\Enums\WorkflowEnum;
23
use Throwable;
@@ -152,6 +153,8 @@ public function handle(): void
152
153
true,
154
[
155
'app' => $app,
156
+ 'company' => $lead->company,
157
+ 'trigger_type' => TriggersEnum::NEW_LEAD->value,
158
]
159
);
160
$successCount++;
0 commit comments