About-us

Who we are

At Acme, we’re more than just a name. We’re a team of passionate individuals committed to making a difference. 
Our mission is to provide innovative solutions and exceptional service, and we’re dedicated to serving our community, customers, and partners with integrity, innovation, and a personal touch.

https://service.force.com/embeddedservice/5.0/esw.min.js

var initESW = function(gslbBaseURL) {
embedded_svc.settings.displayHelpButton = true; //Or false
embedded_svc.settings.language = ”; //For example, enter ‘en’ or ‘en-US’

//embedded_svc.settings.defaultMinimizedText = ‘…’; //(Defaults to Chat with an Expert)
//embedded_svc.settings.disabledMinimizedText = ‘…’; //(Defaults to Agent Offline)

//embedded_svc.settings.loadingText = ”; //(Defaults to Loading)
//embedded_svc.settings.storageDomain = ‘yourdomain.com’; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session)

// Settings for Flows

embedded_svc.settings.enabledFeatures = [‘Flows’];
embedded_svc.settings.entryFeature = ‘Flows’;

embedded_svc.init(
https://ahmadiyya-usa.my.salesforce.com’,
https://ahmadiyya-usa.my.site.com/TarbiyatAskQuestion’,
gslbBaseURL,
’00DU0000000Xyks’,
‘TARAskAQuestion’,
{
}
);
};

if (!window.embedded_svc) {
var s = document.createElement(‘script’);
s.setAttribute(‘src’, ‘https://ahmadiyya-usa.my.salesforce.com/embeddedservice/5.0/esw.min.js’);
s.onload = function() {
initESW(null);
};
document.body.appendChild(s);
} else {
initESW(‘https://service.force.com’);
}
/