Tuesday 21 July 2015

Salesforce Facebook Twitter Integration Workaround

Have you ever come across a need when you need to listen to a particular handle on Facebook or Twitter? We most of us have come across, let it be while implementing service cloud to hear issues people posting on Social or while doing Sales cloud implementations looking for what people are looking at or new leads.

To implement these on searching web, most people will come across many fancy third party tools and integrations created. I have a simple workaround for simple integrations related to handling one or multiple handles, without spending a single extra penny.

Step One :

Create an email service (Email to Case, Email to Lead or Custom Email Service) To handle your use case, like creating a case while somebody mentions your handle on a social account with some specific key words like "Dispute" , "Not Happy" or any other Hash tags (Would need to parse the email body with a simple "Like" search or a more advance "Regular Expression Search".) and create a simple case using Email to Case. Or create a Lead or data in any other custom record.

Step Two :

Redirect the emails from registered email id of those handles to this account and based on Subject lines like (Somebody mentioned you on Facebook or twitter) you may process the mail further or discard it on the gates.

And just with these few simple steps and workaround you have your own integration created.

While capturing the email you might also want to capture the replyTo in the email service you have written so that from the Salesforce itself you may post your reply on Social network!! Is it not easy and great! 

Saturday 18 July 2015

Salesforce Security Considerations


Storing data in cloud with no control over it makes many people anxious and really worried but Salesforce comes with really secure data storage capabilities which for enterprises at their own is not achievable or even if it is, it will be really expensive. So relax Salesforce has been audited by many international standards and have acquired following certifications 
  • PCI DSS
  • FISMA
  • ISO/IEC 27001:2005
  • SAS 70 Type II
  • SysTrust
  • EU-US



Salesforce prevents your data from any Physical damages by providing safety from 

  • Humidity & Temperature 
  • Power Loss 
  • Network Loss or Congestion
  • Early Fire Detection & Prevention

To secure your data from intrusions salesforce follows following approach

  • SPI at perimeter firewall : Stateful packet inspection is done at all the packets coming in on the outer firewall, stateful helps in letting network know the connections and sessions and with this technology packets are not only invested for their headers but for their payloads too, thus leaving chances to error at very low probability.
  • Bastion Stations : After the outer firewall screened with SPI packets reach bastion stations, which are specially designed computer to defend any attacks, these are defined and designed with highest possible security parameters to in selfs are enough to prevent any attack
  • TLS/SSL : Cryptographic protocols encrypt all network data transmissions.

And To prevent the application, we have all sort of security features like : Profile, Object Level security, Field Level security and Record level security as per requirement orgs can always enable two factor integration or have third party biometrics installed!


So place your data on Salesforce and worry just about building apps and logic, without worrying about anything related to infrastructure.