-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create Notification component for WhatsApp Textmebot API #4316
Comments
We currently don't support templating in the url field. Adding WhatsApp is tracked in #1816 I am reading the website you linked, that you can request minor modifications via support@textmebot.com
What part are you stuck on? Note that our contribution guide can be found here |
The WhatsApp API already support POST requests and pass the parameters in the body. Endpoint:
I will have a look at the contribution guide but basically I am completely new with github. I only know how to clone but have no experience with forks, branches, pull requests, commits, etc... |
Great, so you can use the webhook to post there via the templating already implemented.
Honestly, I think using this provider for WhatsApp is not ideal. The official API is free for up to 1k Messages => using the API noted in #1816 is better from a contribution perspective
If you come across any problems, feel free to comment. We have all been there ^^ |
This comment was marked as off-topic.
This comment was marked as off-topic.
We are clearing up our old |
I am assuming this issue is resolved via the webhook notification provider. FYI (for future readers): |
🏷️ Feature Request Type
New Notification
🔖 Feature description
I need help to create a new Notification component based on the Textmebot Whatsapp API. It is a simple web API to send WhatsApp Messages. I want to send the notifications via whatsapp using this API.
API url: https://textmebot.com
✔️ Solution
I want to send the notifications via WhatsApp using TextMeBot API.
Create a new Notification component that will capture two parameters:
Then call to the web API using the apikey, phone number and the standard message.
The API has this format:
http://api.textmebot.com/send.php?recipient=<phone_number>&apikey=&text=<notification_message>
I can provide a free apikey and a $100 donation to the person who can help me.
❓ Alternatives
I have considered to modify some of the existing notification components and change the endpoint, parameters, etc... but I need help with the PR as I am not familiar with github methods.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: