diff --git a/DOCS.md b/DOCS.md index aaeaaa2..bf6d324 100644 --- a/DOCS.md +++ b/DOCS.md @@ -5,10 +5,13 @@ Please only use these paramters for now: * `corpid` - The corpid for authorization * `corp_secret` - The corp secret for authorization * `agent_id` - The agent id to send the message -* `msg_url` - The agent id to send the message -* `btntxt` - The text for the button on the card +* `to_party` - The party ids to send the message +* `to_user` - The user ids to send the message to +* `to_tag` - The tag ids to send the message to * `title` - Title of the card * `description` - Text description of the card +* `msg_url` - The agent id to send the message +* `btntxt` - The text for the button on the card ## Example diff --git a/README.md b/README.md index bfc0924..d38f8cb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ docker run --rm \ -e PLUGIN_CORPID=corpid \ -e PLUGIN_CORP_SECRET=corpsecret \ -e PLUGIN_AGENT_ID=agentid \ + -e PLUGIN_TO_USER=userId \ + -e PLUGIN_TO_TAG=tagId \ + -e PLUGIN_TO_PARTY=toParty \ + -e PLUGIN_SAFE=1 \ -e PLUGIN_DEBUG=true \ -e PLUGIN_MSG_URL=url \ -e PLUGIN_BTN_TXT=true \