plugins-v2
Get deployment source data (V2)
Fetch the source data (e.g., FunnelTemplate) for a deployment.
This enables round-trip editing with external editors like TagadaStudio:
- Deploy plugin with sourceData
- CRM redirects to external editor with pluginId
- External editor fetches sourceData
- User edits and re-deploys
Authentication required: API key must be authorized for the account.
Request body:
- pluginId: The plugin ID to fetch source data for
- deploymentId: (optional) Specific deployment ID. If not provided, fetches latest.
Returns:
- success: Whether fetch succeeded
- pluginId: The plugin ID
- deploymentId: The deployment ID
- sourceDataUrl: URL to the source data file
- sourceData: The actual source data (fetched from URL)
- message: Human-readable status message
POST
Documentation Index
Fetch the complete documentation index at: https://docs.tagada.io/llms.txt
Use this file to discover all available pages before exploring further.
