Skip to content

Commit 6f25af1

Browse files
doc
Signed-off-by: Laurent Martin <laurent.martin.l@gmail.com>
1 parent d951eab commit 6f25af1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/README.erb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5608,7 +5608,8 @@ If a user recipient (email) is not already registered and the workspace allows e
56085608
<%=cmd%> aoc packages send --workspace="<%=ph :workspace_name%>" @json:'{"name":"<%=ph :title%>","recipients":["Shared Inbox With Meta"],"metadata":{"Project Id":"123","Type":"Opt2","CheckThose":["Check1","Check2"],"Optional Date":"2021-01-13T15:02:00.000Z"}}' ~/Documents/Samples/200KB.1
56095609
```
56105610
5611-
It is also possible to use identifiers and API parameters:
5611+
It is also possible to use identifiers and API parameters.
5612+
For exemple, sending to a shared inbox by ID with metadata:
56125613
56135614
```shell
56145615
<%=cmd%> aoc packages send --workspace="<%=ph :workspace_name%>" @json:'{"name":"<%=ph :title%>","recipients":[{"type":"dropbox","id":"12345"}],"metadata":[{"input_type":"single-text","name":"Project Id","values":["123"]},{"input_type":"single-dropdown","name":"Type","values":["Opt2"]},{"input_type":"multiple-checkbox","name":"CheckThose","values":["Check1","Check2"]},{"input_type":"date","name":"Optional Date","values":["2021-01-13T15:02:00.000Z"]}]}' ~/Documents/Samples/200KB.1

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6150,7 +6150,8 @@ ascli aoc packages send @json:'{"name":"<TITLE>","note":"<NOTE>","recipients":["
61506150
ascli aoc packages send --workspace="<WORKSPACE_NAME>" @json:'{"name":"<TITLE>","recipients":["Shared Inbox With Meta"],"metadata":{"Project Id":"123","Type":"Opt2","CheckThose":["Check1","Check2"],"Optional Date":"2021-01-13T15:02:00.000Z"}}' ~/Documents/Samples/200KB.1
61516151
```
61526152
6153-
It is also possible to use identifiers and API parameters:
6153+
It is also possible to use identifiers and API parameters.
6154+
For exemple, sending to a shared inbox by ID with metadata:
61546155
61556156
```shell
61566157
ascli aoc packages send --workspace="<WORKSPACE_NAME>" @json:'{"name":"<TITLE>","recipients":[{"type":"dropbox","id":"12345"}],"metadata":[{"input_type":"single-text","name":"Project Id","values":["123"]},{"input_type":"single-dropdown","name":"Type","values":["Opt2"]},{"input_type":"multiple-checkbox","name":"CheckThose","values":["Check1","Check2"]},{"input_type":"date","name":"Optional Date","values":["2021-01-13T15:02:00.000Z"]}]}' ~/Documents/Samples/200KB.1

0 commit comments

Comments
 (0)