Updated Notify_twitter (markdown)

Chris Caron 2022-11-09 16:00:00 -05:00
parent 83b73ba20c
commit cc36dcfdc0

@ -40,7 +40,8 @@ A Public tweet can be referenced like so:
| ConsumerSecret | Yes | The Consumer Secret Key
| AccessToken | Yes | The Access Token; you would have had to generate this one from your Twitter App Configuration.
| AccessSecret | Yes | The Access Secret; you would have had to generate this one from your Twitter App Configuration.
| Mode | No | This the the Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm**
| Mode | No | The Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm**
| batch | No | By default images are batched together. However if you want your attachments to be posted 1 tweet per attachment, set this to False.
#### Example
Send a Twitter DM to @testaccount: