
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@fabienbibe/n8n-nodes-metricool-api
Advanced tools
Un connecteur n8n pour l'API Metricool qui permet l'intégration avec l'interface Inbox de Metricool.
npm install n8n-nodes-metricool-connector
~/.n8n/custom/
Pour utiliser ce connecteur, vous aurez besoin de :
Ce connecteur prend en charge les opérations suivantes :
{
"resource": "conversations",
"operation": "getAll",
"provider": "instagram"
}
{
"resource": "notes",
"operation": "create",
"noteBody": {
"content": "Nouvelle note de suivi client",
"participantScreenNames": ["user1", "user2"],
"participantAccountIds": ["123", "456"],
"provider": "facebook"
}
}
{
"resource": "conversations",
"operation": "postMessage",
"messageBody": {
"conversationId": "conv_123",
"message": "Merci pour votre message !",
"provider": "instagram"
}
}
pnpm install
pnpm build
pnpm dev
pnpm lint
pnpm format
n8n-nodes-metricool-connector/
├── credentials/
│ └── MetricoolApi.credentials.ts
├── nodes/
│ └── Metricool/
│ ├── Metricool.node.ts
│ └── metricool-icon.svg
├── dist/ # Fichiers compilés
├── package.json
├── tsconfig.json
└── README.md
Ce connecteur utilise l'API Metricool v2 :
GET /v2/inbox/conversations
POST /v2/inbox/conversations
GET /v2/inbox/conversations/authorizations
GET /v2/inbox/conversations/fetch-image
GET /v2/inbox/notes
POST /v2/inbox/notes
PUT /v2/inbox/notes/{id}
DELETE /v2/inbox/notes/{id}
GET /v2/inbox/post-comments
POST /v2/inbox/post-comments
DELETE /v2/inbox/post-comments
GET /v2/inbox/post-comments/authorizations
POST /v2/inbox/reviews/replies
DELETE /v2/inbox/reviews/replies
PUT /v2/inbox/status
Les contributions sont les bienvenues ! Veuillez :
Ce projet est sous licence MIT. Voir le fichier LICENSE pour plus de détails.
Si vous rencontrez des problèmes :
Développé avec ❤️ pour la communauté n8n
FAQs
n8n community node for Metricool API integration
We found that @fabienbibe/n8n-nodes-metricool-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.