n8n Chat Interface WebApp as workflow with Vue3
Posted here: https://community.n8n.io/t/n8n-chat-interface-webapp-as-workflow-with-vue3/114334
n8n Chat Interface WebApp as workflow with Vue3
Posted here: https://community.n8n.io/t/n8n-chat-interface-webapp-as-workflow-with-vue3/114334
<?php | |
#API access key from Google API's Console | |
define( 'API_ACCESS_KEY', 'YOUR-SERVER-API-ACCESS-KEY-GOES-HERE' ); | |
$registrationIds = $_GET['id']; | |
#prep the bundle | |
$msg = array | |
( | |
'body' => 'Body Of Notification', |
<?php | |
// API access key from Google API's Console | |
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' ); | |
$registrationIds = array( $_GET['id'] ); | |
// prep the bundle | |
$msg = array |