Skip to content

API example is NOT using the Delivery API like it says it should be #45

@ryrob30

Description

@ryrob30

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions