Hi,
Is there a way to send push notifications with the Adalo custom action feature without having to use Zapier or Integromat? Can’t I just set the API Base URL to “https://api.adalo.com/notifications”, add necessary headers and put in the request body?
Best regards,
Florian
I tried and the full response is:
“\n<html lang=“en”>\n\n<meta charset=“utf-8”>\nError\n\n\n
Cannot GET /notifications
\n\n\n”
Still struggling with this problem… Any ideas?
Hi @Florian,
Not sure why would you like to send Push notifications via custom action (Adalo has a built-in capability for sending pushes), but reg. your question: you need to use POST method. See more here:
Best,
Victor