Author: mrabd423
Here is the code to generate the sample csv file that downloads directly by hitting the url. header("Content-Disposition:attachment;filename=travel-plan-sample-".date("ymdhis").".csv"); header("Pragma: no-cache"); header("Expires: 0"); $headers = $body = ""; $response = array( …
Following script will add the contact in to the sendgrid list. $ListId = 'YOUR-LIST-ID'; $reciepent_id = 'YOUR-CONTACT-ID'; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => "https://api.sendgrid.com/v3/contactdb/lists/".$ListId."/recipients/".$reciepent_id, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => …
Following curl script will add the contact in your send grid via API. $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => "https://api.sendgrid.com/v3/contactdb/recipients", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, …
Ready to go curl call to add an email address to your Mailchimp list. Just paste it in your code and it will be ready to use. $apiKey = 'YOUR-API-KEY'; …
You can easily generate the API AUTH TOKEN for zoho to use their CRM api by just hitting the url in your browser and you will get your API AUTH …
Automation is simply an automatic action that perform some task that you want. In Zoho Crm they have the automation tool to automate things as per your requirements. Example : …
As all of we know that you must need to have a hosting to run your website online. There is another short way to live your website by using a …
Almost every single application no matter it’s a website or mobile application requireS to verify your mobile number by sending some codes. They simply use external branding SMS services to …
Why We Use Git Git simply called as version control system. In software development no matter it is java, .net, php, or javascript developers had some common issues like files …
Introduction Bitrix24 is a complete business model that widely supports CRM and Business management. Many companies uses their CRM because they fulfills their needs. We can make leads and can …