You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -51,25 +51,19 @@ Method at API documentation: [SendMessage](https://green-api.com/docs/api/sendin
|
||||
|
||||
<TabItem value="bash" label="Bash" default>
|
||||
```bash
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi SendTextMessage \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
||||
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" \
|
||||
--chat "120363410406221140@g.us" \
|
||||
--text "New message" \
|
||||
--quoted "BAE51C542B37B99B"
|
||||
--text "New message"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="bat" label="CMD/Bat" default>
|
||||
```batch
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi SendTextMessage ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
||||
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" ^
|
||||
--chat "120363410406221140@g.us" ^
|
||||
--text "New message" ^
|
||||
--quoted "BAE51C542B37B99B"
|
||||
--text "New message"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user