Answer the question
In order to leave comments, you need to log in
How to duplicate sending requests to Telegam from Drupal 7?
Hello!
I need to make a module for Drupal 7 that will duplicate requests for Telegram.
I have already prepared the bot, but I don't know how to track the sending of a message in Drupal.
Drupal uses the HTML Mail module.
Never worked with Drupal before!
Answer the question
In order to leave comments, you need to log in
The application is likely to be filled out via a form. Any form can be modified, for this, hook_form_FORM_ID_alter is used ( https://api.drupal.org/api/drupal/modules%21system... )
When modifying, you can add your handler, which will send a message to telegram when the form is confirmed.
An example of how you can do the above: xandeadx.ru/blog/drupal/381
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question