Hi,
What am I missing? Web services connector, CREATE profile, the body is:
{
"meta": {
"CorrelationId": "9936a5a2-0ddc-4f00-b151-2f767579bd54",
"MessageTimeStamp": "$plan.timestamp$",
"LastUpdatedTimeStamp": "$plan.timestamp$"
},
"Data": {
"UpdateType": "Create",
"Status": "$plan.cloudLifecycleState$",
"FirstName": "$plan.firstname$",
"LastName": "$plan.lastname$",
"Username": "$plan.email$",
"EmailAddress": "$plan.email$",
"Attributes": {
"bromcomUserId": "$plan.bromcomUserId$",
"CurrentSchool": "$plan.currentDeni$",
"GuestSchools": "$plan.guestSchools$",
"RoleType": "$plan.roles$",
"SchoolType": "$plan.schoolType$",
"SchoolYear": "$plan.schoolYear$",
"SpsmsId": "999",
"UserType": "$plan.userType$"
}
}
}
But its not parsing the plan attributes into the body. This is what is getting sent to webhook.site:
{
"meta": {
"CorrelationId": "9936a5a2-0ddc-4f00-b151-2f767579bd54"
},
"Data": {
"UpdateType": "Create",
"Attributes": {
"SpsmsId": "999"
}
}
}
The static values are going through fine, but none of the variables