Send push notifications from Integromat

Hi

Can anyone please share how we can send push notifications from Integromat? I can see an example for Zapier, but I want to use Integromat. I’m trying with the HTTP module, and using the POST request details provided here Trigger Push Notifications via API - Adalo Resources with my actual details. But I’m getting 500 error response. Please guide.

Hello? Anyone would like to share their thoughts on this please?

Hi @scientist,

This is definitely possible.

What do you send and what exact error do you get in Integromat? It provides pretty detailed explanation usually.
If the set up is correct, then it could be a problem on Adalo’s side, btw.

Best regards, Victor.

1 Like

@Victor

Thanks for your reply. I was just trying to send a test push notification to my test app running in the previewer. But this kept throwing error 500. For now, I have posted a request for Integromat support to guide. Maybe I’m doing something wrong when creating the request. Let’s see how they guide. Once I’m clear from their side, I’ll post detailed error details here if I face the same. :slight_smile:

Hi @scientist,

You can also try to isolate the problem - construct the request by hand, send it via curl / Postman and see the result.

At least you’ll see where is the problem - in the request syntax / Adalo / Integromat.

Best,
Victor.

1 Like

@Victor

Sure will do that. By the way, I just noticed you have a channel on YouTube with video tutorials on Adalo. I have subscribed and will explore those videos as well.

1 Like

@Victor

Ref: Send Push Notifications via API - Adalo Resources

Can you please help me understand this?

In order for these API requests to succeed, you must first have at least one native build of your app. The build can be for either iOS or Android, and you do not need to have published your app to the app stores.

So does that mean, we first have to create a .apk file and have it running on our mobile etc. before we can send test the notification? Or does that mean, we can just create and run the app in the Adalo previewer and test the push notification feature? I would really appreciate your help.

Hi @scientist,

You will need to create an .apk file or a TestFlight build.

Best regards, Victor.

1 Like

@Victor

Thanks a lot for this confirmation. Now, I understand, why I’m having the issue. I was trying to receive notifications in the Adalo Previewer.

Hi @scientist,

Push notifications do not work for web-apps and PWAs (progressive web apps).

Best regards, Victor.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.