Forum Discussion
JordanW
2 months agoSupporter
Braze User ID in /campaigns/trigger/send API Response
Hey folks 👋 — I’m working on an integration using the /campaigns/trigger/send endpoint and wanted to share something I ran into. Here’s a sample payload I’m sending: { "campaign_id": "d44eaedf-...
DavidO
29 days agoVisionary
Hey JordanW​
I think the two things to consider here are that the payload you send will only trigger the users you add to it, and they need to match the filters on the canvas. You can know pretty quickly who it went to if the response says "message": "success" because it will only be users that exactly match the payload and the canvas. I actually think if one of them doesn't the whole trigger fails... can't 100% confirm that.
The other side of this is that if you are triggering a large number of users, maybe in the thousands or millions, I personally wouldn't want the entire list of Braze IDs coming back in the response and blowing up my console. 🤯😄
Related Content
- 2 months ago
- 3 years ago
- 2 years ago
- 8 months ago