In recent times we have been testing and are now a paying customer of a new predictive lead scoring web app called SalesWings which brings lead scoring inside Salesforce. On the contrary to most lead scoring solutions on the market, SalesWings offers a reasonably priced alternative approach to lead scoring which doesn’t ...
Read More »Recent Posts
WordPress form submissions to Salesforce custom object (web-to-any)
This has been a problem that we’ve been plagued with for sometime. How can we get our form submission data from WordPress into Salesforce without using a custom coded solution, or otherwise known as Salesforce Web-to-Any. We’re also not just talking about the first form submission, but every form submission ...
Read More »Contact form 7 Dynamic Attachments using custom upload field
A large problem we have come across with CF7 is the use of dynamic attachments using only a single form. The problem is CF7 is limited to fairly static variables which are tricky to interchange. If you want different attachments you generally need to create multiple contact forms. This short ...
Read More »-
How to use the Gmail API to update Signatures of GSuite users (PHP)
If you’re like me, you are an admin looking at how you can use the ...
Read More » -
Salesforce Visual Workflow plugin – POST JSON callout to external webservice
-
Salesforce Open CTI Lightning with Twilio Tutorial
-
Contact form 7 to Zapier Webhook (JSON POST)
-
Make Zendesk tickets look like real emails
-
Implement Queue Using 2 Stacks in Java
Today, we will look at how we can implement a Queue by using 2 Stacks ...
Read More » -
Reverse a String in Java