Overview

When your ConveYour workflow sends an Outbound Webhook to a third-party endpoint, that endpoint can optionally respond with a JSON payload that tells ConveYour to update fields on the contact that triggered the webhook.

This enables lightweight integrations where the external service can “write back” results (IDs, statuses, enrichment values, etc.) without building a custom inbound integration.

How it works (high level)

  1. Your workflow sends an outbound webhook request to your endpoint.
  2. Your endpoint returns a normal HTTP response.
  3. If the response is HTTP 200 and includes a conveyour block, ConveYour will:

Important notes


Enable response operations on a webhook trigger

In the webhook trigger settings:

  1. Turn on Process response operations.
  2. Select one or more Allowed fields (the allowlist).

If response operations are enabled but no allowed fields are selected, the trigger cannot be saved.


Response format

Return JSON with a top-level conveyour object: