AJO to SFMC Custom Action integration
Hello,
We got stuck with creating custom action to SFMC and would appreciate any suggestions from this group.
1) We followed the steps to configure Custom Action from this article by @anuhya-tad .Expect that we are sending the audience to SFMC's Data extension.
2) Custom Action Configuration :
(i) We were able to successfully test the authentication.
(ii) Endpoint Configuration : Provided SFMC's Endpoint along with Data extension / Method : POST
(ii) Payloads: ( Are these action parameters defined in the article?) What format should this be ? We gave the below , is that correct?
3) Journey : Created JOurney with Read Audience and the SFMC Custom Action.. Are we missing anything there? Should we do source to target mapping anywhere?
Please suggest? -- Thanks for all the help!
{
"items": [
{
"subscriberKey": "Peter@Ajoski.com"
"FirstName": "Peter",
"LastName": "Ajoski",
"EmailAddress": "Peter@Ajoski.com",
}
]
}