Integrations

Smoove Webhook Integration

Smoove provides a REST API and automation integrations. Its public connectors use polling for Smoove triggers, while webhook actions can call external HTTP endpoints.

Capture the original request first, enforce the available trust boundary, then route and replay from durable evidence.

How the integration works

  • New Lead, New Subscriber, and New Form triggers are documented as polling in Zapier.
  • FastHook can receive HTTP requests initiated from Smoove automation steps.
  • The public Smoove API uses an API key for API calls into Smoove.
  • No public standardized Smoove event-signature contract is available.

Setup

  1. Create a generic FastHook WEBHOOK source with an API-key or URL-secret boundary supported by the Smoove action.
  2. Call the Source URL from the relevant Smoove automation.
  3. Inspect the received subscriber fields and normalize them with transformations.
  4. Connect the event to the downstream CRM, analytics, or notification destination.

Production notes

  • Do not present polling triggers as native real-time webhooks.
  • Use a direct Smoove API destination only with an account-owned API key.
  • Avoid adding a SMOOVE provider source until Smoove publishes a verifiable callback contract.

Related documentation