Forum Discussion
Shaun-Laver
2 years agoActive Member
Webhook Issues - Writing New Array Custom Attribute to Users Profile
Hi all, I was wondering if anyone could help me with my Braze to Braze webhook custom attribute update issue I am having with an array attribute. Long story short, I have setup the webhook like...
AllanHeo
2 years agoStrategist
Hi Shaun,
If you're still looking for help here, I'd love to help! I understand you want to obfuscate the custom attribute data, but I don't see any issues with your webhook so far, which tells me that the error might live in the custom attribute name or value which you've hidden. Are you able to share a little more of the data, but still changing the value to a dummy name?
If this is helpful, I was able to successfully log an array with this code below:
"attributes": [
{
"external_id" : external_id,
"test" : [123,456,789],
"test1" : ["123","456","789"]
}
]
Let me know if you have any questions!
Allan
Related Content
- 6 months ago
- 10 months ago
- 8 months ago
- 10 months ago