Setting participation data but attributes node missing from inbound call

We are setting participation data for inbound call flow(we even text to speech the values in the call and they are being set correctly) but the attributes node is missing from the _new node in the json when the inbound call comes in. interactionPayload.data.interaction._new.attributes doesnt exist on the json message. the _new node is there but attributes missing. Are we missing something here?

Also something to note we are testing this in our dev env and the same flow is sending the node in prod. Could there be some sort of setting we are overlooking in our dev env that stops the attributes from being sent?

It was the framework.js file. Dev and prod didn't match and it was missing the attribute definitions in dev. Can close this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.