Delivery methods

Requesting leads from the API

This article will describe the process of receiving leads through the Xzazu API. To be able to receive leads through the Xzazu API you will need the following from your lead supplier: - The suppliers Xzazu subdomain. https://client.xzazu.com => client. - A “API delivery method” API key. Authentication The Xzazu Api uses ApiKey\Subdomain authentication for every request. To start integration between Your app and Xzazu the user needs to supply both their subdomain and api key. Th...

API

In this article we will cover delivering outbound leads to your customers through the Xazu API. Step 1 Create an API delivery method Open the settings of the contract of the client that wishes to receive leads through the API and navigate to the delivery tab. Under “Add delivery method” select “Xzazu API Delivery \ Zapier” and click “Add”; A “Api delivery method” will be created and an API Key generated. This API key needs to be communicated to your client because it is needed during th...

Zapier

In this article we will cover delivering outbound leads to your customers through Zapier. Step 1 Create a Zapier delivery method Open the settings of the contract of the client that wishes to receive leads through Zapier and navigate to the delivery tab. Under “Add delivery method” select “Xzazu API Delivery \ Zapier” and click “Add”; A “Api delivery method” will be created and an API Key generated. This API key needs to be communicated to your client because it is needed during Zapier ...

Delivery methods

There are currently 4 different ways of delivering a lead. - Client portal delivery - SendGrid delivery - Webhook delivery (push) - API \ Zapier delivery (pull) Client portal delivery is standard on, other deliveries have to be set in the deliveries tab of the contract settings.

Webhook

The webhook delivery method sends the email to an URL. The URL should responsd 200 status ok if the delivery is correct and the correct error code (400 or others) when it isn't correct. The URL can also contain an APIKey this will be included as parameter api_key in the header of the post. The body contains a JSON with the following structure { "LeadId":"201845OL50125", "LeadScore":0, "Categories":["Category1", "Category2"], "VerticalId":10001, "Vertical":"Vertical", "ContractI...