Page 1 of 1

Example HTML form to send PUSH notification

Posted: Sat May 16, 2015 1:32 am
by Rod b

I'm trying to build a HTML form - that will be part of our intranet - to send push notifications to my Appery app. I know it needs to use the POST method, I have successfully sent push notifications using the CURL examples, but I can't get a simple html form to work as I keep getting serialization errors, is there an example of a HTML form somewhere? Thanks.


Example HTML form to send PUSH notification

Posted: Sat May 16, 2015 1:19 pm
by Serhii Kulibaba

Hello Rodney,

Please follow this documentation:
https://devcenter.appery.io/documenta...

You can create such HTML form via appery.io UI Builder and send data via REST service


Example HTML form to send PUSH notification

Posted: Sat May 16, 2015 11:09 pm
by Rod b

Thanks Sergiy - I know how to do inside of Appery, all good. But I need this form to be outside of Appery, so I just want an example of a plain old HTML form that posts data in the correct format. Everytime I build it, I get serialization errors.


Example HTML form to send PUSH notification

Posted: Sun May 17, 2015 4:00 pm
by Illya Stepanov

Hi Rodney,

Could you please show us your current implementation with this error as a result?


Example HTML form to send PUSH notification

Posted: Mon May 18, 2015 11:28 am
by Rod b

It's ok, I have now tried a different approach, on reading the docs again I have decided that I should be using Server Code, and have done that successfully - thanks.