Page 1 of 1

How can I start a flow from my own android app

Posted: 13 Sep 2017 20:41
by moster67
Hi,
I have written an app and I want somehow launch a flow from my app. How can I do that. Can I make Automagic listen to an intent or can I create a broadcast which Automagic can intercept to run my flow?

Help will be appreciated.

Thanks
Mike

Re: How can I start a flow from my own android app

Posted: 14 Sep 2017 03:22
by Desmanto
Yes you can. Use General Broadcast Trigger at the flow. Then from your app, broadcast the intent to automagic. You can check the example here http://automagic4android.com/forum/view ... f=5&t=6868

Re: How can I start a flow from my own android app

Posted: 18 Sep 2017 17:54
by moster67
Thanks, works fine.