Well personally i use Abracadalo, very easy to use, no limitation especially about the email API with their easy way to create a template of your own. Very nice finally youāre live, canāt wait for upcoming featuresā¦
Hello @Santiago, thank you for your feedbacks and your trust! We are working on a series of tutorials in order to make the set up of our APIs as easy as possible for everyone ! We will release them soon and they will be available form the Abracadalo Dashboardhttps://my.abracadalo.com/
Itās the User Agent portion that brings the heat for me!
Usage example:
Iāve had past performance issues with Android users on a few screens in my app.
Now with your tools I can block those users out through conditionals.
Iāll get started on implementation this week. Thanks for sharing!
Thank you @dilon_perera ! We are about to publish also the third part of the Ā« Getting Started with Abracadalo Ā» series about Ā« How to set up an API Request with Abracadalo Ā»
Hello abracadalo! Very good job work for API Handbook. I donāt understand the assignment for notification api. I am a beginner. Would you know me brief assignment or what the parameters should look like? Because he still shows me the Missing ātoā string.
If youāre sending an SMS message, youāll need to use ātoā and āmessageā as query parameters. Use the userās phone number in the ātoā parameter and the message in the āmessageā parameter. The number must be formatted in E.164 format.
If youāre sending a push notification, youāll need to use ātoā, ātitleā, and āmessageā as query parameters. Use the userās email address in the ātoā parameter, a push notification title in the ātitleā parameter, and the message in the āmessageā parameter.
If youāre sending an email notification, youāll need to use ātoā, āsubjectā, and ātemplateIDā as query parameters. Use the userās email address in the ātoā parameter, a subject line in the āsubjectā parameter, and the templateID you created in Abracadalo in the ātemplateIDā parameter.
Hereās what a complete API custom action looks like to send a scheduled push notification:
Hello @AndreasAyoCruz,
We will publish a tutorial video tomorrow explained step by step how to step up the Notification API. We will create a post in the forum with the link.