post https://{url}/autoMessage
Create the draft of an auto-message campaign, define the distribution rules and its content.
Log in to see full request history
Response
Create the draft of an auto-message campaign, define the distribution rules and its content.
xxxxxxxxxx
curl --request POST \
--url https://nmp_endpoint/autoMessage \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"tags": [
"tag_test",
"other_tag"
],
"_id": "63ee4e3822c4554801f712a8",
"campaignName": "Welcome to your Arianee NFT!",
"tagRule": "or",
"content": "{\"$schema\":\"https://cert.arianee.org/version1/ArianeeMessage-i18n.json\",\"language\":\"en-US\",\"i18n\":[{\"language\":\"en-US\",\"title\":\"Hello you!\",\"content\":\"Welcome to your first Arianee NFT! Access exclusive content and event through this token.\"}]}",
"createdAt": "2023-02-16T15:39:36.389Z",
"updatedAt": "2023-02-16T15:39:36.389Z",
"__v": 0,
"id": "63ee4e3822c4554801f712a8"
}