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.
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
- Create a generic FastHook WEBHOOK source with an API-key or URL-secret boundary supported by the Smoove action.
- Call the Source URL from the relevant Smoove automation.
- Inspect the received subscriber fields and normalize them with transformations.
- 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.