API

Zyxware default image1
| 1 min read
We can send emails through HubSpot CRM using SMTP API. For sending email SMTP, first, we need to create the SMTP tokens. Generate SMTP API Tokens An API token provides both a username and password which can then be used to send email through the HubSpot SMTP API. We can create an SMTP token using the API link below. https://api.hubapi.com/email/public/v1/smtpapi/tokens?hapikey=demo Example: Use the following code for generating json code,
Zyxware default image2
| 2 min read
In API testing there is no front end available for testing. A logic layer will be build for the application on which we perform testing. Here emphasis will be on functional flow. It is basically a black box testing of various functionalities based on the response generated for an API call. These Responses for the API calls are used to validate the interactions.
Zyxware default image3
| 2 min read
Using Facebook API we can pass instructions for several operations in a single HTTP request. Facebook API process operations as sequentially if it is dependent otherwise it will process as parallel. After completing all the operation it will send a consolidate response to you.
Zyxware default image1
| 2 min read
There are several mail systems in the online market; among them the best ones are YMLP and MailChimp. I did a study on both the mail services and made a comparison. Budget has a pivotal role in every project. The first thing is the price. MailChimp has a lot to offer to a free account holder, where as YMLP does not have many.
Zyxware default image4
| 3 min read
This article is about setting frames names to InDesign templates and uploading steps which could be used as a reference when using Print UI. We need to do certain steps to reach our output. First thing to do is install Print UI extension for In Design, and we could use the extension, Window > Extensions > you could find Print UI add-ons.
Zyxware default image4
| 3 min read
If you need to deliver a custom tailored home page to a user visiting your Drupal website based on their actual physical location you need to need to match their ip addresses with their actual physical location. There are many third party services that provide this functionality and you need to use the API key provided by them in your Drupal application. If you need to know how to get IP address and Country code from an API key to be used in your Drupal application then read on to know more.