apollo-webhooks-events
Facilitates real-time handling of Apollo.io webhooks for event-driven integrations and notifications.
Install this skill
Security score
The apollo-webhooks-events skill was audited on May 12, 2026 and we found 20 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 66 | console.log(`Found ${newChanges.length} contact changes since ${state.lastSyncAt}`); |
Template literal with variable interpolation in command context
| 77 | console.log(`Contact updated: ${contact.name} (${contact.email}) — stage: ${contact.contact_stage_id}`); |
Template literal with variable interpolation in command context
| 109 | await client.put(`/contacts/${contactId}`, { |
Template literal with variable interpolation in command context
| 150 | return `${(((num ?? 0) / denom) * 100).toFixed(1)}%`; |
Template literal with variable interpolation in command context
| 185 | note: `Reply detected on sequence "${sequenceName}". Follow up immediately.`, |
Template literal with variable interpolation in command context
| 203 | console.log(`Sync complete: ${changes.length} changes`); |
Template literal with variable interpolation in command context
| 215 | console.log(`High reply rate on "${stats.name}": ${stats.rates.replyRate}`); |
Webhook reference - potential data exfiltration
| 2 | name: apollo-webhooks-events |
Webhook reference - potential data exfiltration
| 3 | description: 'Implement Apollo.io webhook and event-driven integrations. |
Webhook reference - potential data exfiltration
| 9 | Trigger with phrases like "apollo webhooks", "apollo events", |
Webhook reference - potential data exfiltration
| 11 | "apollo notifications", "apollo webhook handler", "apollo triggers". |
Webhook reference - potential data exfiltration
| 21 | - webhooks |
Webhook reference - potential data exfiltration
| 24 | # Apollo Webhooks & Events |
Webhook reference - potential data exfiltration
| 27 | Build event-driven integrations with Apollo.io. Apollo does not have a native webhook system like Stripe — instead, you build real-time sync by **polling** the API for changes or using **third-party w |
Webhook reference - potential data exfiltration
| 33 | - For webhook platforms: Zapier/Pipedream/Make account |
Webhook reference - potential data exfiltration
| 38 | Since Apollo lacks native webhooks, poll the Contacts Search API for recently updated records. |
Webhook reference - potential data exfiltration
| 236 | | Third-party webhook delays | Zapier/Pipedream polling intervals vary (1-15 min on free tiers) | |
Access to .env file
| 46 | headers: { 'Content-Type': 'application/json', 'x-api-key': process.env.APOLLO_API_KEY! }, |
External URL reference
| 45 | baseURL: 'https://api.apollo.io/api/v1', |
External URL reference
| 243 | - [Apollo + Zapier Integration](https://zapier.com/apps/apollo/integrations) |