You need to sign in to do that
Don't have an account?
shill
API vs. Web-To-Lead - Lead Assignment Rule Email Notifications
Hi,
I have noticed a difference between the way the API and Web-To-Lead work. When creating a new lead via Web-To-Lead, we trigger the default assignment rule, which triggers an email notification to the sales rep. When we create a new lead via the API, we trigger the default assignment rule but email notifications are NOT sent to the sales rep. What is the reason for the difference between the two systems? Is there any way to trigger the email notification from the API? I have a client who desperately needs this functionality.
Thank you,
Scott
You need to use an assignment rule header.
See the doc under SOAP Header Options.
Ok, that was what I was looking for. Thank you.
When is this feature scheduled for release?
FWIW, I am using nusoap.php w/php4 and also this call:
$useDefaultRule = new soapval('useDefaultRule', null, 'true');
$sfdc->setHeader('AssignmentRuleHeader', array($useDefaultRule));
Thanks!
Chuck