WhatSyncs is launching with 3 WhatsApp connections free. Start Free →
Infrastructure integration
Any system that can accept a signed HTTPS POST can be a WhatSyncs destination — an automation platform, a queue consumer, a serverless function or an internal service.
Webhooks are available on every plan, including Free.
Implementation
Four steps. The WhatSyncs side is the same for every destination; the last step is where your system's specifics live.
Register an endpoint and subscribe to the events you care about.
Verify the signature header against your signing secret.
Acknowledge with 2xx; failed deliveries are retried with backoff.
Deduplicate on the event's idempotency key.
What you work with
Inbound conversations arrive as signed webhook events. Outbound replies are a single authenticated POST from whichever system you decide should send them.
Webhooks is a trademark of its respective owner. WhatSyncs is an independent platform and is not affiliated with or endorsed by Webhooks.
FAQ
Yes. WhatSyncs is designed to connect WhatsApp conversations with the CRM and business systems you already use, through webhooks and a REST API. If your CRM can receive an HTTP request or call an API, it can be connected.
Yes, and it is one of the most common setups. Custom and in-house systems integrate the same way as commercial CRMs: point a webhook endpoint at WhatSyncs to receive events and call the REST API to send messages or pull conversations.
Yes. Incoming and outgoing messages, message status updates and connection events are delivered to your endpoint as they happen. Payloads can be signed so your systems can verify that an event originated from WhatSyncs, and failed deliveries are retried.
Every message carries a stable identifier, and WhatSyncs reconciles messages seen through real-time events, reconnects and history synchronization against it. Webhook deliveries also carry an idempotency key so a retry does not create a second record in your CRM.
Other integrations
Start with up to 3 WhatsApp connections and 1,000 active chats per month. No credit card required.