Send any message block, like text, gallery, list and others. Attach buttons with custom payloads to continue interaction.
Concerns/HasAction
method return type should be self
not void
Concerns/HasButton
method not returning the current instanceConcerns/HasAction
method not returning the current instanceManyChatMiddleware@isManyChat
method to check app.env
instead of app.debug
config variable.Laravel Supplemental Update
See ManyChat Block SDK \w Laravel for mor information.
app.debug
is set true
Foundation/Subscriber.php
, method field
and customField
check item in array using the wrong method in_array
which should be array_key_exists
Laravel/Middleware/ManyChatAgent
, using regular expression to detect ManyChat requestManyChatServiceProvider
not creating Subscriber
instanceManyChatAgent
middleware for LaravelSupplemental update
Chat::UserAgent
static property to get ManyChat HTTP Request User-Agent
valueManyChatServiceProvider
’s Subscriber
discoveryEnhance
$request
handled by Laravel by registerSubscriber
as$request->user()
Check Full Subscriber Data for more information
Initial release
Send any message block, like text, gallery, list and others. Attach buttons with custom payloads to continue interaction.
Trigger actions in ManyChat, like tagging a user, setting a Custom Field or notifying an admin.
Release template:
# v1.x.x
### Fixes
-
### New
-
### Improvements
-