flock¶
Send a message to a Flock group
To obtain the token, create a new incoming message webhook in your Flock admin panel.
flock | |
---|---|
Supported platforms | ios, android, mac |
Author | @Manav |
1 Example¶
flock(
message: "Hello",
token: "xxx"
)
Parameters¶
Key | Description | Default |
---|---|---|
message |
Message text | |
token |
Token for the Flock incoming webhook | |
base_url |
Base URL of the Flock incoming message webhook | https://api.flock.co/hooks/sendMessage |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action flock