Tagged: webhooks
18 documents
clear filterMore Info
Explains how Mindbody workshops differ from classes due to missing webhook notifications, affecting Zoom meeting creation and email timing for late signups.
Automations
Foundational concepts for the APIANT automation platform, including automations, triggers, actions, apps, and the automation editor used to build workflows.
Concurrency
Configure how many instances of an automation can run simultaneously, controlling parallel execution for webhook triggers and execution chains.
AppConnect
No-code integration platform connecting Mindbody to 5,000+ apps via Zapier with 27 prebuilt connectors, real-time webhooks, enriched data payloads, and multi-location support.
Polling Triggers
Polling triggers periodically check an API for new or updated data at configurable intervals. They should only be used when webhooks are unavailable, as they consume more resources and may miss data.
Integration Decision Trees
Visual flowcharts for determining which app, action, and trigger assembly types to use when building APIANT integrations.
Protocol Thread Triggers
Server-side always-running threads that maintain persistent connections using SDKs, with two variations: Unary threads handling all data for an app, and Per-Trigger threads with one thread per active automation.
Guide to manually syncing Inventory with Mindbody Products with Shopify Products
Manually triggering inventory syncs from Mindbody to Shopify by editing product details, since manual inventory changes don't automatically trigger updates in Shopify.
Webhook Triggers
Webhook triggers enable automations to execute immediately when third-party systems push data via webhook URLs, supporting both manually configured and API-registered webhook variations.
Trigger Assemblies
Mechanisms that execute automation actions when criteria are met, including polling, webhooks, scheduled time-based triggers, gated threshold triggers, protocol connections, and bulk export options.
Manually execute an automation
Trigger polling automations on demand using Execute Now, with options for normal, test, or export execution modes to control data emission.
Developer options
Access debugging tools, API documentation, and execution options for assembly developers, including trace logs, webhook monitoring, and code references for Java JSP extensions.
Two-Way Sync
Bidirectional synchronization between systems using specialized triggers and actions that prevent infinite loops by tracking unique row identifiers and mapping data fields between applications.
Webhook Validation
Implement custom webhook validation logic using Java JSP code in the plugin editor to authenticate incoming webhooks before processing.
Web Service
Synchronous trigger that receives input data from external systems via HTTP and returns output data back to the caller after processing the automation logic.
Webhook
Webhook triggers receive incoming data payloads in JSON or XML format from external systems, automatically queuing automation execution when events occur without polling.
Trigger functionality
Exploration of what initiates automations, covering instant webhooks, polling schedules, datetime controls, and two-way sync triggers that emit data rows for processing.
Supported functionality
APIANT Inline capabilities: domain-locked embed, backend-issued end-user identity, install automation bundles by folder name, theming, automation state management.