This trigger fires when any user sends the /ifttt command to the source group.
- API endpoint slug
- telegram.new_group_text
Trigger fields
- Label
- Source group
- Helper text
- You can use the @IFTTT bot to connect new groups.
- Slug
- chat_id
- Required
- true
- Can have default value
- false
- Label
- What to send as a reply?
- Helper text
- The bot will reply to the message with this text. Leave blank for a standard message.
- Slug
- reply_text
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- created_at
- Filter code
- Telegram.newGroupText.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- author_name
- Filter code
- Telegram.newGroupText.AuthorName
- Type
- String
- Example
- Pavel Durov
- Slug
- author_username
- Filter code
- Telegram.newGroupText.AuthorUsername
- Type
- String
- Example
- durov
- Slug
- group_title
- Filter code
- Telegram.newGroupText.GroupTitle
- Type
- String
- Example
- Bot News Group
- Slug
- text
- Filter code
- Telegram.newGroupText.Text
- Type
- String
- Example
- Hello word!
- Slug
- html
- Filter code
- Telegram.newGroupText.Html
- Type
- String
- Example
- Hello <b>world</b>.<br/>This string <i>can</i> contain <pre>some</pre> HTML <code>tags</code>.