asciisd / zoho

Zoho package for Laravel
36 stars 36 forks source link

Workflows does not triggered #32

Closed wmfairuz closed 2 years ago

wmfairuz commented 2 years ago

Hi,

Thanks for the package! I have one question regarding workflows that has been setup when a lead is created.

Is it possible to also trigger workflows when creating record using this package? Thanks!

aemaddin commented 2 years ago

Thaks for your contribution,

just update to the latest version and you will be able to pass workflows as a string with comma separated

$lead->update($trigger);
// OR
$lead->create($trigger);
// OR
$lead->insert($record, $trigger)