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
Recapify DeveloperRecapify Developer 

Is Fuel SDK has support for iOS?

I am trying to send the user an email every time the user uses my app to insert or update a record in salesforce.  

Is Fuel the SDK I should be using?

Also, when I am updating different tables, is there standard email format that will be sent out from Fuel?  or should I construct different message depending on each table?

thanks.
Irfan Khan 14Irfan Khan 14
Hi there,

If you are using Fuel SDK only for sending email then you can send email to user without using Fuel SDK.
Just insert or update record in salesforce, and create a workflow in salesforce org for sending email, when record gets inserted or updated.
or you can create a trigger or process builder too.

Thanks,
Irfan  
Recapify DeveloperRecapify Developer

Irfan, 

     thanks for replying.  I would prefer to do this in code, rather than a configureation step for each user to do for their profile.  Do you have any suggestions?

thanks,