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...