1
0
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:
Vitaly the Alpaca (bot)
2025-07-04 23:24:42 +03:00
parent 91bdffe8a7
commit 0cf295bf0e
91 changed files with 8645 additions and 8721 deletions

View File

@@ -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>