Skip to content

Commit

Permalink
⚡ Update help text + link
Browse files Browse the repository at this point in the history
  • Loading branch information
janober committed Nov 1, 2023
1 parent ba6c4d5 commit a1a3786
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -970,7 +970,7 @@ export class HttpRequestV3 implements INodeType {
},
{
displayName:
'Use the variables $response.body, $response.header and $response.statusCode to access the data of the previous response (e.g. {{$response.body.nextCursor}}). <a href="https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait" target="_blank">More info</a>',
'Use the $response variables to access the data of the previous response.. <a href="https://docs.n8n.io/code/builtin/http-node-variables//?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.httpRequest" target="_blank">More info</a>',
name: 'webhookNotice',
displayOptions: {
hide: {
Expand Down

0 comments on commit a1a3786

Please sign in to comment.