Skip to content

Commit

Permalink
Merge branch '1.x' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Feb 19, 2024
2 parents e9b87b2 + 4e08472 commit 090464b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public function execute(Model $lead, AppInterface $app, array $params): array
$zohoLead = $zohoCrm->leads->create($zohoData);
$zohoLeadId = $zohoLead->getId();

$zohoData['Lead_Status'] = 'New Lead';

$lead->set(
CustomFieldEnum::ZOHO_LEAD_ID->value,
$zohoLeadId
Expand Down

0 comments on commit 090464b

Please sign in to comment.