multiple messages to AEP using http api
When I am sending multiple records as payloads using postman as a streaming source to the AEP only the first record is getting ingested , how to send multiple messages using a http Api connection?
When I am sending multiple records as payloads using postman as a streaming source to the AEP only the first record is getting ingested , how to send multiple messages using a http Api connection?
Please use the following payload format
{
"header": {
"schemaRef": {
"id": "https://ns.adobe.com/orgname/schemas/d44a7fe25c90b7f739ae5b1dc4878bdf647687e",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
},
"imsOrgId": "1223242424@AdobeOrg",
"datasetId": "1112319c37dba91c07b08f0d"
},
"body": {
"xdmMeta": {
"schemaRef": {
"id": "https://ns.adobe.com/orgname/schemas/d44a7fe25c90b7f739ae5b1dc4878bdf647687e",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
}
},
"xdmEntity": {
"_orgname": {
"cust_id": "25598",
"Service": "marketing",
"Opt_Status": true,
"Phone_Number": "11122333"
},
"_orgname": {
"cust_id": "25591",
"Service": "marketing",
"Opt_Status": true,
"Phone_Number": "11124444"
},
"_repo": {
"createDate": "2023-01-09T12:00:00-06:00",
"modifyDate": "2023-01-09T12:00:00-06:00"
}
}
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.