This is my first message on this forum and I hope to find help.
I use thunkable X and One signal.
Sending push notifications works well.
Now I would like to be able to send a push notification from the application to a specific user.
I know how to get the user ID for push with the block : “in Push_notification call GetUserId”.
The problem is how to send a specific message to this user?
I started to try to implement your solution for One signal.
But in you exemple, at the third point I don’t understand how to configure web api :
3 - In order to send Push Notifications on a triggered event we are going to use OneSignals REST API, place a WEB API component into your app and fill in the details as shown below:
URL: https://onesignal.com/api/v1/notifications 121
In the Property Field add “Authorization” and in the value field “Basic” & YOUR_AUTHORISATION_CODE which you can find here 60
Then repeat the Process with “Content-Type” in the property field and “application/json” in the value field. These will be your Headers for the API call.
In your text you say “as shown below”, but there is no image below.
I have continu to search how to implement and I think I have understand.
But now, when I want to send a push notification to a user I have a message error :
{“status”:400, ”error”:”There was a problem in the JSON you submitted: unexpected character at line 1, column 3 [parse.c692] in ‘{ “app_id”: “5138xxxxxxxxxxxxxxxx8871ce”, “contents”: {“en”: “TEST”}, “headings”: {“en”: “YOUHOU”}, “url”: “”, “include_player_ids”: [“56e4xxxxxxxxxxxxxxxxxxxc”] }”}