Can't get n8n to integrate with Vkontakte

Can’t get n8n to integrate with vkontakte.

I make a chain
Webhook → Code → HTTP Request

The server returned an invalid response: {“message”: “Workflow was started”}

String the server should return: 637f771a

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @9orlov9,

Welcome to the community :raised_hands:

You have not really provided a lot of information but it looks like you need to configure the workflow to return a specifc value instead of the default message. You can do this by adding a Respond to Webhook Node to your workflow and configuring the Webhook node to respond using that option.

I suspect as it is after 637f771a as a response there may be a specific value from the request that you need to send back but the workflow below should get you started.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.