Posts

Showing posts from July, 2017

SALESFORCE INTEGRATION FROM 46ELKS USING REST API

Image
Salesforce Integration with 46elks using Rest Api : Hi Guys, Today i will share the new integration with salesforce.  Basically 46elks provide the service for phone call and send message. That is so simple. for  this you have to create the trail account on 46elks. after creating account on 46elks you will get you api credential  for using the service. So, Here we go....... Here i am sharing some code snippet for that :  Visualforce Page: <apex:page controller="SalesforceElk" tabStyle="Account">     <apex:form id="frm">         <apex:outputText value="{!error}" style="color:green;font-weight:50px"/>          <apex:pageBlock title="Call From Elk">             <apex:pageBlockSection collapsible="false" columns="2" title="Call Information">                 <apex:inputText value="{!callnumber...