WhatsApp Service Scope
The activity helps in authenticating the bot with the WhatsApp service
Properties
Common
DisplayName
Text- The display name of the activity.ContinueOnError
Boolean- If enabled the execution wont stop if there is an issue with activity.
Input
Host URL
String- The main host URL to access the WhatsApp Service.Password
SecureString- The Password to login the WhatsApp Service.Username
String- The Username to login the WhatsApp Service.
Misc
- Private
Boolean- If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- ExistingSession
WhatsAppServiceSession- If there is already a session created, the same session can be continued. The object which is taken as output from the previous Scope activity can be used here.
Output
- Session
WhatsAppServiceSession- The authenticated session of WhatsApp which can be used later in the scope activities to continue the session.