iMBrace no code workflow
  • ONBOARDING GUIDE
    • General
    • Invite Organization Members
    • Add Teams and Team Crew
    • Connect Channels
    • Create Credentials
    • Set Up Workflows
    • Set Up Message Template
    • Chat To Your Customers
      • Live Representative Chat Mode
    • Set up Data Boards
      • Data Board Filters & Segmentation
      • Set Up Board Automation
      • Board Management
    • Campaign QR Code
    • Embedded Signup (WhatsApp)
    • How To Find Support
    • Types Of Notification
  • CHANNELS
    • Facebook
    • Web Widget
    • LINE
    • WeChat
    • WhatsApp
      • WhatsApp Business Verified
  • WORKFLOWS
    • Function
    • If
    • Edit Image
    • Email trigger (IMAP)
    • HTTP(s) Request
    • Interval
    • Merge
    • Respond to Webhook
    • Schedule trigger
    • Webhook
  • INTEGRATIONS
    • App Integrations
    • Airtable
    • Asana
    • AWS
    • ClickUp
    • Freshdesk
    • Freshservice
    • Freshworks CRM
    • Google
    • HubSpot
    • Mailchimp
    • MessageBird
    • Microsoft
    • Mindee
      • Mindee API
    • monday.com
    • Odoo
    • Salesforce
    • ServiceNow
    • Shopify
    • Slack
    • Stripe
    • Telegram
    • Trello
    • Twilio
    • Vonage
    • Webflow
    • Xero
    • Zendesk
    • Zoho CRM
    • Zoom
  • API
    • Facebook Ad API
  • JOURNEYS
    • AI-Assistant Management
    • Email Campaign
    • Facebook Leads Management
    • Facebook Social Media Management
    • Form Management
    • WhatsApp Outbound
    • Business Contact Collector
  • 简体中文
    • 一般导览
    • 邀请机构成员
    • 添加团队及团队成员
    • 连接渠道
    • 创建凭证
    • 设置工作流程
    • 与您的客户对话
    • 設定数据管理
  • 繁體中文
    • 一般導覽
    • 邀請機構成員
    • 新增團隊及團隊成員
    • 連結渠道
    • 建立憑證
    • 設定工作流程
    • 與您的客戶對話
    • 設定資料管理
Powered by GitBook
On this page
  • How to use Respond to Webhook
  • Node parameters
  • Node options
  • Workflow behavior
  1. WORKFLOWS

Respond to Webhook

Use the Respond to Webhook node to control the response to incoming webhooks. This node works with the Webhook node.

PreviousMergeNextSchedule trigger

Last updated 1 year ago

How to use Respond to Webhook

To use the Respond to Webhook node:

  1. Add a node as the trigger node for the workflow.

  2. In the Webhook node, set Respond to Using 'Respond to Webhook' node.

  3. Add the Respond to Webhook node anywhere in your workflow. If you want it to return data from other nodes, place it after those nodes.

Node parameters

Configure the node behavior using these parameters.

Respond With

Choose what data to send in the webhook response.

  • Binary: respond with a binary file defined in Response Data Source.

  • First Incoming Item: respond with the first incoming item's JSON.

  • JSON: respond with a JSON object defined in Response Body.

  • No Data: no response payload.

  • Text: respond with text set in Response Body.

Node options

Select Add Option to view and set the options.

  • Response Headers: define response headers to send.

Workflow behavior

When using the Respond to Webhook node, workflows behave as follows:

  • The workflow finishes without executing the Respond to Webhook node: it returns a standard message with a 200 status.

  • The workflow errors before the first Respond to Webhook node executes: the workflow returns an error message with a 500 status.

  • A second Respond to Webhook node executes after the first one: the workflow ignores it.

  • A Respond to Webhook node executes but there was no webhook: the workflow ignores the Respond to Webhook node.

Response Code: set the to use.

Webhook
response code