Cowbell has a way to send a non-renewal event in case of a non-renewal.
Below is example of the webhook request that can be sent in case of a non-renewal event:
{
"meta": {
"event": "policy.non-renewal.document"
},
"data": {
"policyId": "<string>",
"policyNumber": "<string>",
"modified": "2021-05-13T06:07:54.407+0000",
"expiresOn": "2021-05-26T00:00:00.000+0000",
"accountId": "877e9ee2-8ee0-4fe3-9658-b9cae24303f7",
"accountName": "Red Rock Pallet Company",
"customerFirstName":"Customer",
"customerLastName":"Customerlast",
"customerEmail":"[email protected]",
"agencyId": "2e054852-b63a-43da-bb78-28205748b658",
"agencyName": "Agency Name",
"agentEmail":"[email protected]",
"agentFirstName": "Firstname",
"agentLastName": "Lastname",
“productType”: “P100”,
“documentUrl”: “<string>”,
“docType”: “Non_Renewal”
}
}