issues
search
netflie
/
whatsapp-cloud-api
The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform
https://netflie.es/portfolio/whatsapp-business-cloud-api-php-sdk/
MIT License
484
stars
176
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add "Update Webhook Endpoint"
#216
HighLiuk
opened
5 days ago
0
Webhooks.
#215
romerocox
opened
6 days ago
1
Is this still working?
#214
romerocox
opened
1 week ago
2
Added support for Interactive reply buttons media header
#212
derrickobedgiu1
opened
3 weeks ago
0
Add Conversational Components
#210
derrickobedgiu1
opened
2 months ago
0
Single product message
#209
aalbarca
closed
2 months ago
0
Add Multi Products
#208
aalbarca
closed
2 months ago
0
Not sending template messages created by me
#207
sebimartinus
closed
2 months ago
0
Request for a new release
#206
pravnyadv
closed
2 months ago
4
Conversational Components - Welcome Messages / Ice Breakers / Commands
#205
aindot
opened
3 months ago
1
from twilio.rest import Client from flask import Flask, request, redirect from twilio.twiml.messaging_response import MessagingResponse app = Flask(__name__) @app.route("/webhook", methods=['POST']) def webhook(): body = request.values.get('Body', None) resp = MessagingResponse() resp.message("You said: {}".format(body)) return str(resp) if __name__ == "__main__": app.run(debug=True)
#204
JezebellaJess
closed
3 months ago
3
Hji
#203
JezebellaJess
closed
2 months ago
1
Support for ctwa_clid
#202
jpsilvaa
closed
2 months ago
0
Param text cannot have new-line/tab characters or more than 4 consecutive spaces
#201
shoyshai
closed
4 months ago
1
Fetch Business templates
#199
aindot
closed
4 months ago
3
Update README.md
#198
aindot
closed
4 months ago
0
adding flow message support
#197
pravnyadv
closed
3 months ago
2
Add Multi Products
#194
derrickobedgiu1
closed
2 months ago
2
Add Single Product
#193
derrickobedgiu1
closed
3 months ago
5
Add Location Request
#192
derrickobedgiu1
closed
4 months ago
0
Add Catalog Message
#191
derrickobedgiu1
closed
4 months ago
0
Add react to message
#190
derrickobedgiu1
closed
4 months ago
0
Retrieve existing WhatsApp Templates & enums
#189
likeabas
opened
7 months ago
5
Flows are not managed as notification
#188
antoninobonumore
closed
2 months ago
1
Method replyTo should accept null as parameter
#187
jfradj
opened
7 months ago
1
Implement CTA URL message (With text & Image support)
#186
jfradj
closed
7 months ago
1
PHP 8.2 & 8.3 support
#185
likeabas
closed
7 months ago
1
Add PHPDoc to sendList function
#184
jfradj
closed
7 months ago
0
Implement CTA URL message
#183
jfradj
closed
7 months ago
1
Added some new features and upgraded Graph API to v19.0
#179
derrickobedgiu1
closed
7 months ago
0
New features with minor fix
#177
derrickobedgiu1
closed
8 months ago
0
React to Message
#176
derrickobedgiu1
closed
8 months ago
0
Successful message
#175
musavirchukkan
closed
8 months ago
1
missing message type request_welcome in webhook
#171
medalist1981
closed
4 months ago
2
Bump actions/dependency-review-action from 3 to 4
#169
dependabot[bot]
closed
9 months ago
0
Button Reply is not working
#168
HemadriChavada
closed
9 months ago
1
merge
#167
AbdulkadirAvan
closed
10 months ago
0
API for Create and Manage Whatsapp Templates
#164
shoyshai
closed
8 months ago
1
Send Text Message Api Not delivering Message to destination-phone-number
#163
shoyshai
closed
8 months ago
1
fix-send-document-caption-optional: document caption is not required,…
#162
limsenkeat
closed
4 months ago
1
Getting error "Unsupported post request. Object with ID '+919xxxxxxx' does not exist..."
#160
sh00nyan
closed
11 months ago
1
How to use webhook response instance
#159
dontKnew
closed
8 months ago
1
Netflie/whatsapp-cloud-api
#158
Kurniawan20
closed
8 months ago
1
Server issue...
#156
CeloGomesBR
closed
1 year ago
1
add replying message sample code
#154
aalbarca
closed
1 year ago
0
update-default-graph-version-to-18: update default Graph version to v18
#153
aalbarca
closed
1 year ago
0
fix-non-nullable-superclass-vars: set to empty string non nullable a…
#152
aalbarca
closed
1 year ago
0
fix-emoji-removed-notification: fix a notification error when an emoj…
#151
aalbarca
closed
1 year ago
0
Button reply
#150
aalbarca
closed
1 year ago
0
Fix optional header for interactive list messages
#149
aalbarca
closed
1 year ago
0
Next