*Start app block*
package - org.telegram.messenger
Action - send
MIME type - text/plain
Extras - {"android.intent.extra.TEXT": "Hi"}
|
|
*Interact block* (using record interactions)
Action - Click
UI Element Class - android.widget.TextView
UI Element Text - Telegram
UI Element ID - com.android.systemui:id/activity_description
All this does is open the app and that's it. It does not click the required contact.
I have tried using "tel:<phonenumber>" in the Data URI part of app start block but the flow fails.
I want to send a message automatically to a pre-set contact, using Telegram when I start the flow.
Thank you.