🌐
Recrubo API
  • Getting Started
    • Introduction
    • Sandbox
    • Async requests
    • Authentication
    • Webhooks
    • Filtering, sorting, pagination and including resources
  • Guides
    • Setting up webhooks
    • Generating flows
    • Editing flows
    • Triggering flows
    • Embedding the Inbox
    • Sending messages
  • Resources
    • API Resource Reference
      • Candidate
      • Conversation
      • Flow
      • FlowRun
      • FlowGeneration
      • Message
      • MessageTemplate
      • MessageThread
      • NodeAction
      • NodeTransition
      • Node
      • VacancyAnalysis
      • Vacancy
      • User
      • WebhookPayload
    • Embeddables
      • Inbox
      • BotStudio
      • GenerateFlow
      • Whatsapp connect button
      • Schedule Form
      • Schedule Table
    • Flow types
      • vacancy_application_flow
  • Management
    • Organizations
Powered by GitBook
On this page
  • Description
  • Endpoints
  • Attributes
  • Reference documentation
  1. Resources
  2. API Resource Reference

WebhookPayload

Description

A WebhookPayload is virtual resource that represents a webhook payload sent to a pre configured webhook URL. A WebhookPayload can contain any resource or fields you have subscribed to. See Setting up webhooks for more information.

Endpoints

  • There are no endpoints as this is a virtual resource only being sent to a webhook URL.

Attributes

Field
Type
Description

webhookId

UUID

The webhook id of the triggered webhook

event

String

The event that triggered the webhook e.g create or update

fields

String array

Fields that triggered the webhook in case of being subscribed to (update of) specific fields.

resource

Object

The full resource.

Reference documentation

Webhooks

Setting up webhooks

PreviousUserNextEmbeddables

Last updated 1 year ago