HTTP / Webhook

pokeapi.co

HTTP / Webhook provides a fast, event-driven way to connect apps and services through webhooks and authenticated HTTP calls. It supports secure webhook validation (including HMAC-style signature checks) and flexible request/response handling, making it well-suited for real-time operations, integrations, and custom workflows where events must be processed immediately.

Connect HTTP / Webhook so BOBs can act as an integration layer: receive events from external services, verify the request is legitimate, then execute a full business job automatically using data from the payload. This makes it ideal for operations that must react quickly—like syncing records, processing lead or ticket events, updating inventory, or coordinating multi-step actions across tools.

BOBs can also call out to any service over HTTP to fetch data, submit updates, or trigger downstream processes, then return a success/failure response to the original webhook sender. Together, this enables reliable “event → decision → action → response” automation patterns for custom apps and systems that don’t have native integrations.

What can BOBs do with HTTP / Webhook?

Perform actions

  • Return HTTP Response
  • Send any HTTP Request
  • Send GET Request
  • Send POST Request
  • Send PUT Request
  • Validate Webhook Auth
  • Verify HMAC Signature

Listen to real-time events

  • New event when the content of the URL changes.
  • New Requests
  • New Requests (Payload Only)
  • New Webhook Request