Mercateer
IntegrationPages.Developer

IntegrationPages.Get Mercateer front-office events as webhooks

IntegrationPages.Subscribe an endpoint to Mercateer events and receive a signed payload the moment a call wraps, a lead comes in, or a job is booked_ Register and manage endpoints from the API or dashboard, and verify every delivery with HMAC_

IntegrationPages.What is {name}?

IntegrationPages.Webhooks push Mercateer front-office events to a URL you control in real time, so your own systems can react without polling the API_ Each delivery is a JSON payload signed with HMAC, you register and manage endpoints from the API or dashboard, and failed deliveries retry with backoff_

IntegrationPages.What you can do with {name}

IntegrationPages.New lead captured and contact created
IntegrationPages.Conversation started, closed, or handoff requested
IntegrationPages.Call completed
IntegrationPages.Appointment booked and appointment rescheduled
IntegrationPages.Quote accepted
IntegrationPages.HMAC-signed payloads you verify on receipt
IntegrationPages.Register and manage endpoints from the API or dashboard

IntegrationPages.Install in minutes

1

IntegrationPages.Create an endpoint

IntegrationPages.Register your URL and pick the events to subscribe to, from the API or in Settings, then Developer_ Mercateer returns a signing secret for that endpoint_ API access is included on the Crew and Fleet plans_

2

IntegrationPages.Verify the signature

IntegrationPages.On every delivery, read the timestamp (t) and signature (v1) from the signature header, then compute the HMAC-SHA256 of the string "{timestamp}_{raw request body}" with your signing secret and compare it to the v1 value_ Reject any request that does not match, or whose timestamp is more than 5 minutes old, so you only act on fresh payloads that truly came from Mercateer_ (Our SDK’s verify helper does all of this for you_)

3

IntegrationPages.Handle retries idempotently

IntegrationPages.Respond 2xx quickly to acknowledge a delivery_ Failed deliveries retry with backoff, so key your handler on the event ID to ignore duplicates and process each event once_

IntegrationPages.Frequently asked questions

IntegrationPages.Works with your whole stack

IntegrationPages.Mercateer speaks the same protocols as the tools you already use_

IntegrationPages.Put Mercateer to work with {name}

IntegrationPages.Start free and connect your front office in minutes_

IntegrationPages.No credit card required