- Posts: 11
- Thank you received: 0
Send to WhatsApp booking confirmation
- Iñigo Cabrera Sánchez
- Topic Author
- Offline
- New Member
Less
More
1 year 7 months ago #158271
by Iñigo Cabrera Sánchez
Send to WhatsApp booking confirmation was created by Iñigo Cabrera Sánchez
It would be great if using the WhatsApp API it would be possible to send the booking confirmation in a message to the recipient and even better the ticket as a PDF.
Thanks for your work, best regards,
Thanks for your work, best regards,
Please Log in or Create an account to join the conversation.
- Mr Leslie Jarrett
- Offline
- Junior Member
Less
More
- Posts: 31
- Thank you received: 0
1 year 6 months ago - 1 year 6 months ago #158337
by Mr Leslie Jarrett
Replied by Mr Leslie Jarrett on topic Send to WhatsApp booking confirmation
I have the same problem for an NGO I am working on a project with to use a few of the OSDonation modules. I have an idea for a solution that is outside of the modules to some degree and hope that they can read this to confirm my thoughts .
1. sign up for a WhatsApp service company such as Ultramsg
2. Use their backend integration api that can be used with Joomla.
3. This is the question for OSDONATION is that you world need a completion workflow after the Event or other module produces the PDF files to then using the Api to send the document to the WhatsApp phone number of the user that has made the booking for the event.
p.s Ultramsg plans are reasonable at $39 for unlimited use per month .
in regard to point three I have posted a request to ascertain if the following would work in that you would use the UltraMsg PHP curl code in this section documented
would it work under the following section
.onAfterPaymentSuccess
This event is triggered when status of the registration record changed from Pending to Paid (after payment is completed or admin change status of registration record from Pending to Paid in case registrant using offline payment method for the registration)public function
onAfterPaymentSuccess($row)
{
}
It does seem that this is a logical place where it should work
1. sign up for a WhatsApp service company such as Ultramsg
2. Use their backend integration api that can be used with Joomla.
3. This is the question for OSDONATION is that you world need a completion workflow after the Event or other module produces the PDF files to then using the Api to send the document to the WhatsApp phone number of the user that has made the booking for the event.
p.s Ultramsg plans are reasonable at $39 for unlimited use per month .
in regard to point three I have posted a request to ascertain if the following would work in that you would use the UltraMsg PHP curl code in this section documented
would it work under the following section
.onAfterPaymentSuccess
This event is triggered when status of the registration record changed from Pending to Paid (after payment is completed or admin change status of registration record from Pending to Paid in case registrant using offline payment method for the registration)public function
onAfterPaymentSuccess($row)
{
}
It does seem that this is a logical place where it should work
Last edit: 1 year 6 months ago by Mr Leslie Jarrett. Reason: more info
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.