POST /api/v2/evinotice/submit HTTP/1.1
Host: app.ecertia.com
Content-Type: application/json
Authorization: Basic
{
"Body": "We inform you that your car insurance fee has increased by 5% for the reports sent during the year 2022",
"Subject": "notification about your insurance car",
"RecipientAddress": "recipient01@mailtest.com",
"RecipientLegalName": "recipient name",
"IssuerLegalName": "Company test Insurance",
"CertificationLevel": "Advanced",
"TimeToLive": 365,
"HideBanners": false,
"PushNotificationFilter": [
"Processed",
"Sent",
"Dispatched",
"Delivered",
"Read",
"Replied"
],
"PushNotificationUrl": "https://en8ok0mpw5r43.x.pipedream.net/",
"CommitmentChoice": "AcceptOrReject",
"CommitmentCommentsAllowed": true,
"DeliverySignMethod": "MobilePIN",
"DeliverySignFixedMobile": "+3464555656",
"Language": "en",
"NotificationTemplate": "Template01:AsIt",
"NotificationTemplateValues" : {"recipientCountry":"Spain"}
}
|