function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BV APIBV API 

Assignment rules do not send notification email for Leads/Cases created via the API

I found this:
https://help.salesforce.com/apex/HTViewSolution?id=000003781&language=en_US

Is this also related to the REST API? If so, how can I achieve the same results with the REST API?
Thanks,
Uzi
 
Lalit Sharma CybageLalit Sharma Cybage
Assignment rules fire when there user press the save button from the User Interface.

Assignment rule will not file for any data psuhed via API.

u can achieve this by converting the same logic into trigger