Create a Marketing Cloud Next / Data 360 record
mcnext_createCreate a new record via a Salesforce Marketing Cloud Next API endpoint by providing the endpoint ID and JSON payload. Use the describe endpoint first to see the required schema and sample body.
Instructions
Create a record (POST, kind "create"). Pass the JSON payload in body. Use mcnext_describe_endpoint to see the expected body schema and sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| query | No | Query string parameters, e.g. { "pageSize": 50, "orderBy": "name" }. | |
| headers | No | Additional request headers. | |
| endpointId | Yes | Endpoint id from the catalog, e.g. "content.create-an-email-with-html", "activations.query-activations". Use mcnext_list_endpoints to discover ids. |