curl -i -X POST \
https://api-cm.np6.com/actions \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"type": "mailMessage",
"id": "string",
"name": "string",
"description": "string",
"creationDate": "2019-08-24T14:15:22Z",
"informations": {
"folder": 0,
"category": 0,
"state": 10
},
"settings": {
"templating": {
"version": "string"
},
"editionMode": 0,
"purpose": {
"type": "string"
},
"consent": 0,
"priority": true,
"importance": true,
"environment": {},
"field": 0,
"culture": "string",
"contentFormat": 1,
"useFormLinkSSL": true,
"sendingProfile": 0,
"performance": {
"openingRate": 0.1,
"clickRate": 0.1,
"unsubscribedRate": 0.1
},
"mp": {
"use": true,
"increment": true
},
"webAnalyser": 0,
"archive": true
},
"content": {
"headers": {
"from": {
"prefix": "string",
"domain": "string",
"label": "string"
},
"reply": "string"
},
"subject": "string",
"html": "string",
"text": "string"
}
}'