Hi,
I’d like to integrate into my squidex docker installation notifo, but haven’t found an integration guide. Is there a link with a short guide?
Thank you
as I said: I have brought the previous notification system back. You can use that. If you still want to use notifo, I am more than happy to support you with that.
Step 1:
Install Notifo. There is no documentation for that, but you will see many similarities to Squidex:
There are 3 important settings:
The BaseURl (URLS__BASEURL)
The Mongo ConnectionString (STORAGE__MONGODB__CONNECTIONSTRING)
Hi Sebastian,
I understand that you brought the previous notification system back and I will use it for a project, but I’d like to use notifo for another project because I think notifo is the best solution.
Hi,
I set up the enviroments variable into Squidex.
I would need confirmation regarding the variables. I set these NOTIFO_API_KEY NOTIFO_APP_ID NOTIFO_API_URL, is that correct?
Hi,
We followed the instructions but squidex did not create users in notification.
There are two API Key Admin and API Key WebManager and we took the former as per directions.
I haven’t found any changes within squidex. The notification section at the top right for users has not appeared.
I have an error.
{“logLevel”:“Error”,“action”:“RegisterToNotifo”,“status”:“Failed”,“details”:“HTTP Response: \n\n{\u0022message\u0022:null,\u0022traceId\u0022:\u002200-580ff140e944cb15d39a5f92924b125a-ab17147b3bccdcfb-01\u0022,\u0022type\u0022:\u0022https://tools.ietf.org/html/rfc7235#section-3.1\u0022,\u0022details\u0022:null,\u0022statusCode\u0022:401}\n\nNotifo.SDK.NotifoException: The HTTP status code of the response was not expected (401).\n\nStatus: 401\nResponse: \n{\u0022message\u0022:null,\u0022traceId\u0022:\u002200-580ff140e944cb15d39a5f92924b125a-ab17147b3bccdcfb-01\u0022,\u0022type\u0022:\u0022https://tools.ietf.org/html/rfc7235#section-3.1\u0022,\u0022details\u0022:null,\u0022statusCode\u0022:401}\n at Notifo.SDK.EventsClient.PostEventsAsync(String appId, PublishManyDto request, CancellationToken cancellationToken)\n at Squidex.Domain.Apps.Entities.History.NotifoService.HandleEventsAsync(IEnumerable\u00601 events) in /src/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs:line 198”,“timestamp”:“2021-12-09T10:31:03Z”,“app”:{“name”:“Squidex”,“version”:“5.9.0.0”,“sessionId”:“ba7723fa-7560-462f-bb34-9ad59b3b15d6”},“exception”:{“type”:“Notifo.SDK.NotifoException”,“message”:“The HTTP status code of the response was not expected (401).\n\nStatus: 401\nResponse: \n{\u0022message\u0022:null,\u0022traceId\u0022:\u002200-580ff140e944cb15d39a5f92924b125a-ab17147b3bccdcfb-01\u0022,\u0022type\u0022:\u0022https://tools.ietf.org/html/rfc7235#section-3.1\u0022,\u0022details\u0022:null,\u0022statusCode\u0022:401}”,“stackTrace”:" at Notifo.SDK.EventsClient.PostEventsAsync(String appId, PublishManyDto request, CancellationToken cancellationToken)\n at Squidex.Domain.Apps.Entities.History.NotifoService.HandleEventsAsync(IEnumerable\u00601 events) in /src/src/Squidex.Domain.Apps.Entities/History/NotifoService.cs:line 198"}}
Thanks you!
I wanted to invite you as an admin using the “hello” mail but I suppose I have to configure the sending of notifo emails. I saw that the file requires a configuration with Amazon SeS. It’s ok, but I was wondering if I could also use a different service, eg. on premis.
It doesn’t seem to me that I can create contributors by setting by admin or change the password of the created users.
Hi,
I have set these variables IDENTITY__USERS__1__EMAIL and IDENTITY__USERS__1__PASSWORD on my env to create a second admin, but the system seems to save the old passwords and the
previous users (I had also dropped the Notifications collection from mongo).
I have also set up a custom smpt but when I invite a contributor the email is not sent
Where is my mistake?
I have set these variables IDENTITY__USERS__1__EMAIL and IDENTITY__USERS__1__PASSWORD on my env to create a second admin, but the system seems to save the old passwords and the
You have restarted notifo, right? I have also configured notifo like this:
save the old passwords and the
previous users (I had also dropped the Notifications collection from mongo).
Why have you done this? Notifications collection is not relevant.
I have also set up a custom smpt but when I invite a contributor the email is not sent
A contributor to Squidex or notifo? Notifo is not used for invite emails right now.