Skip to Content

Integration Nodes

Use integration nodes to send or fetch data from external systems.

Node List

NodeRequired ParametersMain Output
Get RequestURLResponse
Post RequestURL, BodyResponse
Deliver via webhookTarget URL, BodyDelivery result
Telegram BotBot Token, Chat ID, MessageMessage delivery

Input / Output Example

  • Input chain: Extract Data With AI -> Deliver via webhook
  • Output example: parsed JSON payload delivered to your CRM/webhook endpoint.

Common Errors

  • Invalid endpoint URL or unreachable host.
  • Authentication/token issues in Telegram or API endpoints.
  • Payload format mismatch (expected JSON shape differs from sent body).
  • Timeout or temporary service unavailability.

Retry Tips

  • Keep endpoint URLs fixed and verified before scheduling large runs.
  • Validate payload shape with a test request before enabling automation at scale.
  • Use fallback branches for failed integrations (for example, also send Telegram alert on webhook failure).

Transient network and server failures are typically retried automatically. Authentication and payload schema issues usually require manual fixes.

Last updated on

2026 © Xenbox.