n8n-nodes-aivencerealtycrm 2.0.1 → 2.0.2
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.
|
@@ -2287,7 +2287,9 @@ class AivenceRealty {
|
|
|
2287
2287
|
responseData = await this.helpers.httpRequest({
|
|
2288
2288
|
method: 'POST',
|
|
2289
2289
|
url: `${baseUrl}/api/v1/emails/ingest`,
|
|
2290
|
-
headers: {
|
|
2290
|
+
headers: {
|
|
2291
|
+
'Authorization': `Bearer ${apiKey}`,
|
|
2292
|
+
},
|
|
2291
2293
|
body,
|
|
2292
2294
|
json: true,
|
|
2293
2295
|
});
|