This workflow handles the incoming call from Twitter and sends the required response for verification.
On registering the webhook with the Twitter Account Activity API, Twitter expects a signature in response. Twitter also randomly pings the webhook to ensure it is active and secure.

**Webhook node:** Use the displayed URL to register with the Account Activity API.
**Crypto node:** In the **Secret** field, enter your API Key Secret from Twitter.
**Set node:** This node generates the response expected by the Twitter API. Learn more about connecting n8n with Twitter in the [Getting Started with Twitter Webhook](https://harshil.dev/writings/getting-started-with-twitter-webhook) article.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Harshil Agrawal
set
crypto
webhook
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.