Drag the Server Action Into Your Logic
Inside your server action:
Open the Logic → Server Actions → PusherRest category.
Drag the action TriggerEvent into your flow.
Set the Input Parameters
Provide the required values:
Example:
appId → "Your APP ID"
"Your APP ID"
key → "PUSHER_KEY"
"PUSHER_KEY"
secret → "PUSHER_SECRET"
"PUSHER_SECRET"
cluster → "Your cluster "
"Your cluster "
channelName → "my-channel"
"my-channel"
eventName → "new-notification"
"new-notification"
message → "User Robert has joined the chat"
"User Robert has joined the chat"