Marketing

Clearout

16min
the clearout modules allow you to verify different kinds of email addresses in your clearout account get started with clearout prerequisites a clearout account in order to use clearout with make, it is necessary to have a clearout account if you do not have one, you can create a clearout account at app clearout io/register connect clearout to make to connect your clearout account to make you need to obtain the api key from your clearout account and insert it in the create a connection dialog in the make module login to your clearout account click your profile icon > generate api token copy the api token to your clipboard go to make and open the clearout module's create a connection dialog in the connection name field, enter a name for the connection in the api key field, enter the api token copied in step 3 and click continue the connection has been established clearout modules action verify email address verifies the given email address in real time field description connection establish a connection to your clearout account email address enter the email address you want to verify limit (optional) enter the request wait time in seconds the maximum wait time allowed is 180 seconds the default value is 130 seconds verify email address for business email verifies given email address as business (work) address or not field description connection establish a connection to your clearout account email address enter the email address you want to verify the business account limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds verify email address for disposable verifies given email address as disposable (temporarily) address or not field description connection establish a connection to your clearout account email address enter the email address you want to verify for disposable limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds verify email address for role verifies the given email address as role (group) address or not field description connection establish a connection to your clearout account email address enter the email address you want to verify the role account limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds verify email address for catchall verifies the given email address as a catch all address or not field descriptiondescription connection establish a connection to your clearout account email address enter the email address you want to verify for catchall limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds get available credits gets authorized credits for an authorized api call field connection establish a connection to your clearout account find domain mx finds the mx record for the domain field description connection establish a connection to your clearout account domain name enter the domain name for which you want to find the mx records limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds find domain whois record finds the whois record for the domain field description connection establish a connection to your clearout account domain name enter the domain name for which you want to find the whois record limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds find domain expiry finds the domain expiry date from who is record field description connection establish a connection to your clearout account domain name enter the domain name for which you want to find the expiry date limit (optional) enter the request wait time in seconds the maximum wait time allowed is 110 seconds the default value is 90 seconds universal make an api call performs an arbitrary authorized api call field description connection establish a connection to your clearout account url enter a path relative to https //api clearout io/v2 for example /email verify/instant method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use get available credits the following api call returns the available credits from your clearout account url /email verify/getcredits method get the result can be found in the module's output under bundle > body > data > credits in our example, available credits in the account were returned for the list of available endpoints, refer to the clearout api documentation