{
"name": "string",
"description": "string",
"subject": "string",
"body": "string",
"visibility": "OnlyMe",
"tags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"versionId": "14707576-2549-4848-82ed-f68f8a1b47c7"
}curl --location --request POST 'https://api.cobra.de/v1/crm/templates/emails' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"subject": "string",
"body": "string",
"visibility": "OnlyMe",
"tags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"versionId": "14707576-2549-4848-82ed-f68f8a1b47c7"
}'{
"data": {
"id": "123456789012345678901234",
"createdBy": "Username",
"modifiedBy": "Username",
"dateCreated": "2024-02-19T08:57:43.041Z",
"dateModified": "2024-02-19T08:57:43.041Z",
"createdByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
"modifiedByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
"created": {
"userName": "Username",
"firstName": "John",
"lastName": "Doe",
"date": "2024-02-19T08:57:43.041Z",
"userId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c"
},
"modified": {
"userName": "Username",
"firstName": "John",
"lastName": "Doe",
"date": "2024-02-19T08:57:43.041Z",
"userId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c"
},
"userInteractions": {
"c0316f28-4d2d-4c79-b5fc-bd25f2bca40c": {
"userName": "Username",
"date": "2024-02-19T08:57:43.041Z",
"userId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c"
}
},
"latestUserInteraction": {
"userName": "Username",
"firstName": "John",
"lastName": "Doe",
"date": "2024-02-19T08:57:43.041Z",
"userId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c"
},
"versionId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
"name": "string",
"description": "string",
"subject": "string",
"body": "string",
"isFavorite": true,
"visibility": "OnlyMe",
"visibilityLocalized": "string",
"sendUsageCount": 0,
"tags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"attachments": [
{
"fileUrl": "string",
"displayName": "string",
"fileSize": 0
}
],
"embeddedImages": [
{
"imageUrl": "string",
"displayName": "string",
"fileSize": 0,
"contentType": "string"
}
]
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}