P
P
prodvair2020-10-22 14:01:54
Drupal
prodvair, 2020-10-22 14:01:54

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.
5f916698db2a8061238712.png

Never worked with Drupal before!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Remizov, 2020-11-07
@niremizov

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 question

Ask a Question

731 491 924 answers to any question