This query returns a list of when you send a text message with a key phrase to the @IFTTT bot on Telegram.
- API endpoint slug
- telegram.history_of_messages_with_key_phrase_to_ifttt
- Runtime method
- performQuery("telegram.history_of_messages_with_key_phrase_to_ifttt")
Query fields
- Label
- Key phrase
- Helper text
- Any #hashtag or keyword. The Trigger fires if your message to the bot contains the key phrase.
- Slug
- filter
- Required
- true
- Can have default value
- true
- Label
- What to send as a reply?
- Helper text
- The bot will reply to your 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.historyOfMessagesWithKeyPhraseToIfttt.TriggeredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- author_name
- Filter code
- Telegram.historyOfMessagesWithKeyPhraseToIfttt.AuthorName
- Type
- String
- Example
- Pavel Durov
- Slug
- author_username
- Filter code
- Telegram.historyOfMessagesWithKeyPhraseToIfttt.AuthorUsername
- Type
- String
- Example
- durov
- Slug
- text
- Filter code
- Telegram.historyOfMessagesWithKeyPhraseToIfttt.Text
- Type
- String
- Example
- Hello world!
- Slug
- html
- Filter code
- Telegram.historyOfMessagesWithKeyPhraseToIfttt.HTML
- Type
- String
- Example
- Hello <b>world</b>.<br/>This string <i>can</i> contain <pre>some</pre> HTML <code>tags</code>.