Issue in ./help/main/c-recommendations/c-recommendations-faq/integrating-recs-email.md
Under section Method 1: Use the delivery API (Preferred) the API example is NOT using the Delivery API.
The example should look something like this:
curl -X POST \ 'https://clientcode.tt.omtrdc.net/rest/v1/delivery?client=clientcode&sessionId=9979fc32c26d49df8e04a6d734' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d '{ "context": { "channel": "web" }, "id": { "tntId": "4920148a9a9f4061a3aff5cfe5be1cb3.35_0", "marketingCloudVisitorId": "54485242253040699773642612187575264854" }, "property": { "token": "b468a242-64a4-32a0-ca0c-890bddd78789" }, "execute": { "mboxes": [ { "parameters": { "entity.id": "article-123", "entity.event.detailsOnly" : "true" }, "index": 0, "name": "email-mbox" } ] } }'
The note should be updated too I think. My example uses a marketingCloudVisitorId (aka ECID), but you could take it out.
Issue in ./help/main/c-recommendations/c-recommendations-faq/integrating-recs-email.md
Under section Method 1: Use the delivery API (Preferred) the API example is NOT using the Delivery API.
The example should look something like this:
curl -X POST \ 'https://clientcode.tt.omtrdc.net/rest/v1/delivery?client=clientcode&sessionId=9979fc32c26d49df8e04a6d734' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d '{ "context": { "channel": "web" }, "id": { "tntId": "4920148a9a9f4061a3aff5cfe5be1cb3.35_0", "marketingCloudVisitorId": "54485242253040699773642612187575264854" }, "property": { "token": "b468a242-64a4-32a0-ca0c-890bddd78789" }, "execute": { "mboxes": [ { "parameters": { "entity.id": "article-123", "entity.event.detailsOnly" : "true" }, "index": 0, "name": "email-mbox" } ] } }'The note should be updated too I think. My example uses a marketingCloudVisitorId (aka ECID), but you could take it out.