#Self hosted environment - Triggers not working as expected
1 messages · Page 1 of 1 (latest)
Hey in order understand better could you share the trigger payload?
{
"name": "test",
"to": {
"subscriberId": "1",
"email": "[email protected]"
},
"payload": {
"testId": "123"
}
}
I have a notification with ID 'test' and a subscriber with "1" (I'm testing out the react component with a hardcoded subscriberID)