n8n-nodes-alive5 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -173,7 +173,7 @@ class Alive5 {
|
|
|
173
173
|
console.log('Message:', message);
|
|
174
174
|
console.log('Channel ID:', channelId);
|
|
175
175
|
console.log('User ID:', userId);
|
|
176
|
-
console.log('API
|
|
176
|
+
console.log('API key:', (await this.getCredentials('alive5Api')).apiKey);
|
|
177
177
|
console.log('API URL:', `${BASE_URL}/conversations/sms/send`);
|
|
178
178
|
const formData = new formdata_node_1.FormData();
|
|
179
179
|
formData.append('phone_number_from', phoneNumberFrom);
|