question

fernandoemejia avatar image
fernandoemejia asked Mark R answered

Is there a way to have web hook on Android Apps from Clover?

Is there a way to have web hook on Android Apps from Clover cloud?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mark R avatar image
Mark R answered

As the name says, "Webhooks" allow your application to receive notifications via a HTTP(s) json callback response. So response usually gets to a web address than an Android app. But there are certain broadcasts that you can listen to, which can be tweaked or use as such to achieve the same functionalities like on web hook.

The answer really depends on what you are wanting to do with the web hook on your application. Check out the intent and broadcast session on clover docs. https://docs.clover.com/build/android...

May be telling us what you are wanting to do, will get you a more specific answer.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community