ACS- Transactional message event , response always in pending status | Community
Skip to main content
chan2111
Level 4
January 8, 2020
Solved

ACS- Transactional message event , response always in pending status

  • January 8, 2020
  • 1 reply
  • 3522 views

Hi,

When a post event is hit in ACS through adobe IO in post man the parameters of my request are not recognized.

 

The response is like: 'audience' property is not valid for the 'EVTTIMESensitiveCampaign' resource.XTK-170006 Unable to parse expression 'nmsRtEvent_DispatchEvent($(.), @eventHistoId, @serverUrl)'

 

Url hit :https://mc.adobe.io/<ORGANIZATION ID>/campaign/<apiname>/<eventid>

 

Request body:{"email": "test@gmail.com","ctx": {"message": "1039","audience": "string127"}}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Kumar

Hi,

 

it seems your event contract definition doesn't include the audience field property.

check if your event is published in your environment.

After publishing go to API preview tab and ensure that you are using the exact definition from there while invoking the API call?

Check if you are using any incorrect personalisation in your HTML template.

 

Regards,

Amit

 

 

1 reply

Amit_Kumar
Amit_KumarAccepted solution
Level 10
January 17, 2020

Hi,

 

it seems your event contract definition doesn't include the audience field property.

check if your event is published in your environment.

After publishing go to API preview tab and ensure that you are using the exact definition from there while invoking the API call?

Check if you are using any incorrect personalisation in your HTML template.

 

Regards,

Amit