od1n
10/11/2022, 10:10 PM{ben}
10/17/2022, 7:39 PMzipperdev
10/20/2022, 12:51 PMJo Ainscough
10/20/2022, 4:01 PMraphael1807
10/21/2022, 2:21 PMBabatunde Onabajo
10/26/2022, 9:20 AMod1n
10/26/2022, 4:00 PMOjas Mittal
10/26/2022, 5:42 PMnemo
10/28/2022, 12:08 PM<CourierProvider clientKey={CLIENT_KEY} userId={'www'}>
The API is also sending response to the same user ID.
js
const courierResponse = await courier.send({
eventId: 'xxxxxxxxxx',
recipientId: 'www',
profile: {
courier: {
channel: 'push',
},
},
data: req.body,
override: {},
});
Deepak_522
11/03/2022, 8:03 AMslack_app
2. I have installed slack_app
into my own_workspace as own_ws
.
3. A external users say user_x
has installed my slack app into their workspace.
I have webhook url of `user_x`'s slack workspace which i caught during oauth installation and that is something can be used to send messages
How to configure this sending notifications ?
I have 10 installations of my slack app and i have webhook urls from all of them ?
I am unable to find any way for above to make it work.cyrixninja
11/03/2022, 1:05 PMAmaru.exe
11/06/2022, 12:15 PMjs
{
reason: "Information required by the provider was not included.",
type: "MISSING_PROVIDER_SUPPORT"
}
Deepak_522
11/11/2022, 6:45 PMDeepak_522
11/29/2022, 1:31 PM"routing": {
"method": "all",
'channels': ['email', 'sendgrid', 'gmail']
},
I want to send notification via all configured channels . For that, I have to pass them in channels:['email', 'sendgrid']
. Is there any other way to do the same like we do not define them in array and api send over all available channels for that notification?sound_of_void
11/29/2022, 6:06 PMDeepak_522
12/05/2022, 11:14 AMList Details
The properties below are included when the message was sent using a List or Pattern.
List Id
anon_NVilSz0IBgtC4ED67uxs1
List Message Id
1-638dc967-D4634a9fb454d1ac69a3caa6
I get above from the UI when I sent a notfication to multiple recipients using to:[...]
and from /send
api , I got the response 1-638dc967-D4634a9fb454d1ac69a3caa6
Which API i need to hit to get status ?
1. I tried to get status via /messages?messageId=1-638dc967-D4634a9fb454d1ac69a3caa6
and it returned 200 response
2. Tried with /messages/1-638dc967-D4634a9fb454d1ac69a3caa6
and it said 404 not foundsound_of_void
12/08/2022, 4:50 AMmarypasstor
01/03/2023, 4:47 PM{
"courier": {},
"data": {
"brand": {
"email": {
"header": {
"barColor": "#FF0000",
"logo": {
"href": "https://shop.demo.com",
"image": "https://shop.demo.com/logo.png"
}
}
},
"colors": {
"primary": "#FF0000",
"secondary": "#0000FF",
"tertiary": "#00FF00"
}
}
},
"profile": {
"email": "demo@demo.com"
},
"override": {}
}
fab313
01/10/2023, 10:04 PMShreya
01/27/2023, 10:50 AMenigma
02/15/2023, 10:50 PMGustavo M
02/28/2023, 3:54 PMROB Q
03/06/2023, 6:22 AMAmitkr
03/07/2023, 5:25 PMbartekboro
03/20/2023, 10:10 AMAdrianTBays
04/21/2023, 5:53 PMb0nes
04/27/2023, 3:23 PMZe'evG (Qwilr)
05/01/2023, 8:14 AMrequestId
, can we assume the notification will be send eventually if the request was valid?
* Is the /send endpoint likely to be unavailable? Should we implement a dead letter queue so we can retry any requests?amber.shi
05/12/2023, 3:52 AMFunkyMusician
05/24/2023, 8:32 PM