From cc36dcfdc013eca44b2720212af493743dd8b831 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 9 Nov 2022 16:00:00 -0500 Subject: [PATCH] Updated Notify_twitter (markdown) --- Notify_twitter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_twitter.md b/Notify_twitter.md index 3000735..32cb47a 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -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: