{
  "$schema": "https://example.com/ghl-trigger-schemas-v1",
  "meta": {
    "version": 1,
    "capturedAt": "2026-05-14T20:53:27.897673+00:00",
    "sources": [
      "https://client-app-automation-workflows.leadconnectorhq.com/assets/index-_y5ZxC1J.js (TriggerMaster, *Filter classes, switch dispatch)",
      "https://backend.leadconnectorhq.com/marketplace/core/search/module?type=triggers (85 marketplace apps)"
    ],
    "notes": [
      "Native trigger registry extracted from the workflow builder frontend bundle (TriggerMaster.triggers).",
      "Each trigger's 'value' field is the API trigger type stored on the workflow.",
      "Each trigger's filterClass maps to a TriggerFilter subclass; .conditions captures the filterable fields exposed in the UI.",
      "i18n keys (label_i18n) reference the workflow translation table; resolve them to English at use time.",
      "Marketplace triggers come from installed third-party apps (Zoom, WooCommerce, Shopify, etc) and ship with payload-derived customVars.",
      "MCP currently types only 4 of these: customer_reply, appointment, contact_tag, pipeline_stage_updated."
    ],
    "stats": {
      "nativeTriggerCount": 57,
      "marketplaceAppCount": 85,
      "marketplaceTriggerCount": 434
    },
    "mcpCoverage": {
      "typed": [
        "customer_reply",
        "appointment",
        "contact_tag",
        "pipeline_stage_updated"
      ],
      "untypedButReachable": [
        "affiliate_created",
        "birthday_reminder",
        "call_status",
        "category_completed",
        "category_started",
        "contact_changed",
        "contact_created",
        "conv_ai_autonomous_trigger",
        "conv_ai_trigger",
        "custom_date_reminder",
        "custom_object_changed",
        "custom_object_created",
        "customer_appointment",
        "dnd_contact",
        "facebook_comment_on_post",
        "facebook_lead_gen",
        "form_submission",
        "ig_comment_on_post",
        "inbound_trigger",
        "inbound_webhook",
        "invoice",
        "ivr_incoming_call",
        "lesson_completed",
        "lesson_started",
        "mailgun_email_event",
        "membership_contact_created",
        "note_add",
        "note_changed",
        "offer_access_granted",
        "offer_access_removed",
        "opportunity_changed",
        "opportunity_created",
        "opportunity_decay",
        "opportunity_status_changed",
        "order_submission",
        "payment_received",
        "product_access_granted",
        "product_access_removed",
        "product_completed",
        "product_started",
        "scheduler_trigger",
        "shopify_abandoned_cart",
        "shopify_order_fulfilled",
        "shopify_order_placed",
        "survey_submission",
        "task_added",
        "task_due_date_reminder",
        "tik_tok_form_submitted",
        "trigger_link",
        "two_step_form_submission",
        "user_log_in",
        "validation_error",
        "video_event"
      ],
      "gapCount": 53
    }
  },
  "nativeTriggers": [
    {
      "value": "birthday_reminder",
      "label_i18n": "birthday_reminder",
      "description_i18n": "runs_on_each_contacts_birthday_at",
      "category": "contact",
      "icon": "heroicons-outline:cake",
      "color": "primary",
      "keywords": [
        "special_date",
        "bday"
      ],
      "labsKey": null,
      "filterClass": "BirthdayReminderFilter",
      "conditions": [
        {
          "label": "Month is",
          "id": "month-value",
          "value": "contact.birthMonth",
          "type": "select",
          "options": []
        },
        {
          "label": "Day is",
          "id": "day-value",
          "value": "contact.birthDay",
          "type": "select",
          "options": []
        },
        {
          "label": "Before no. of days",
          "id": "before-days-in-number",
          "value": "contact.dateOfBirth",
          "operator": "time-diff-now-lte",
          "type": "number"
        },
        {
          "label": "After no. of days",
          "id": "after-days-in-number",
          "value": "contact.dateOfBirth",
          "operator": "time-diff-now-gte",
          "type": "number"
        }
      ]
    },
    {
      "value": "contact_changed",
      "label_i18n": "contact_changed",
      "description_i18n": "fires_when_the_chosen_contact_fields",
      "category": "contact",
      "icon": "heroicons-outline:users",
      "color": "primary",
      "keywords": [
        "contact_update",
        "info_change",
        "profile_edit"
      ],
      "labsKey": null,
      "filterClass": "ContactChangedFilter",
      "conditions": [
        {
          "label": "Tags",
          "id": "tag",
          "value": "contact.tags",
          "operator": "add-index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "DND",
          "value": "contact.dnd",
          "operator": "has-changed",
          "type": "select",
          "options": [
            {
              "label": "Enabled DND for all channels",
              "value": true
            },
            {
              "label": "Disabled DND for all channels",
              "value": false
            }
          ]
        },
        {
          "label": "Assigned User",
          "value": "contact.assignedTo",
          "operator": "has-changed",
          "type": "select"
        },
        {
          "label": "Phone",
          "value": "contact.phone",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "Email",
          "value": "contact.email",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "Contact Type",
          "value": "contact.type",
          "operator": "has-changed",
          "type": "select",
          "options": []
        },
        {
          "label": "Street Address",
          "value": "contact.address1",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "City",
          "value": "contact.city",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "State",
          "value": "contact.state",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "Country",
          "value": "contact.country",
          "operator": "has-changed",
          "type": "select"
        },
        {
          "label": "Postal Code",
          "value": "contact.postalCode",
          "operator": "has-changed",
          "type": "input"
        },
        {
          "label": "Website",
          "value": "contact.website",
          "operator": "has-changed",
          "type": "input"
        }
      ]
    },
    {
      "value": "contact_created",
      "label_i18n": "contact_created",
      "description_i18n": "activates_the_moment_a_new_contact",
      "category": "contact",
      "icon": "heroicons-outline:user-add",
      "color": "primary",
      "keywords": [
        "new_contact",
        "add_user",
        "profile_setup"
      ],
      "labsKey": null,
      "filterClass": "ContactCreatedFilter",
      "conditions": [
        {
          "label": "Tag",
          "id": "tag",
          "value": "tagsAdded",
          "type": "select",
          "options": []
        },
        {
          "label": "Phone",
          "value": "contact.phone",
          "type": "input"
        },
        {
          "label": "Email",
          "value": "contact.email",
          "type": "input"
        },
        {
          "label": "Contact Type",
          "value": "contact.type",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "dnd_contact",
      "label_i18n": "contact_dnd",
      "description_i18n": "triggers_when_donotdisturb_is_enabled_or",
      "category": "contact",
      "icon": "heroicons-outline:x-circle",
      "color": "primary",
      "keywords": [
        "do_not_disturb",
        "silent",
        "contact_settings"
      ],
      "labsKey": null,
      "filterClass": "DNDFilter",
      "conditions": [
        {
          "label": "DND direction is",
          "value": "contact.dnd_direction",
          "type": "select",
          "options": [
            {
              "label": "Inbound",
              "value": "inbound"
            },
            {
              "label": "Outbound",
              "value": "outbound"
            }
          ]
        },
        {
          "label": "DND flag is",
          "value": "contact.dnd",
          "type": "select"
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "contact_tag",
      "label_i18n": "contact_tag",
      "description_i18n": "runs_when_the_specified_tag_is",
      "category": "contact",
      "icon": "heroicons-outline:tag",
      "color": "primary",
      "keywords": [
        "label",
        "categorize",
        "profile_tag"
      ],
      "labsKey": null,
      "filterClass": "TagFilter",
      "conditions": [
        {
          "label_i18n": "tag_added",
          "id": "tag-added",
          "value": "tagsAdded",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label_i18n": "tag_removed",
          "id": "tag-removed",
          "value": "tagsRemoved",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "custom_date_reminder",
      "label_i18n": "custom_date_reminder",
      "description_i18n": "enrolls_contacts_on_a_date_stored",
      "category": "contact",
      "icon": "heroicons-outline:calendar",
      "color": "primary",
      "keywords": [
        "custom_reminder",
        "special_date",
        "user_alert"
      ],
      "labsKey": null,
      "filterClass": "CustomDateReminderFilter",
      "conditions": [
        {
          "operator": "custom-field-eq",
          "field": "contact.customFields",
          "value": "<customFieldId>",
          "title": "Contact date field",
          "type": "select",
          "id": "custom-field"
        },
        {
          "operator": "time-diff-now-lte",
          "field": "customDateField.dateValue",
          "value": 21,
          "title": "Before no. of days",
          "type": "number",
          "id": "before-days-in-number"
        },
        {
          "operator": "index-of-true",
          "field": "contact.tags",
          "value": "<tag>",
          "title": "Has tag",
          "type": "select",
          "id": "has-tag"
        }
      ],
      "extraTriggerFields": {
        "match_year": false,
        "custom_date_reminder_config": {
          "recordType": "contact",
          "customDateFieldId": "<customFieldId>",
          "customDateFieldType": "DATE",
          "matchYear": false,
          "offsetDays": 21,
          "runHour": "8",
          "timezone": "",
          "last_run": ""
        }
      },
      "captureNote": "UI-generated shape captured 2026-08-08 from CLL WF 1a066847 (before-days variant, offsetDays 21, has-tag condition). 'After no. of days' NOT captured — likely a sibling operator to time-diff-now-lte; confirm in the UI before using. The custom_date_reminder_config object rides on the trigger alongside conditions."
    },
    {
      "value": "note_add",
      "label_i18n": "note_added",
      "description_i18n": "fires_whenever_a_new_note_is",
      "category": "contact",
      "icon": "heroicons-outline:document",
      "color": "primary",
      "keywords": [
        "add_note",
        "user_memo"
      ],
      "labsKey": null,
      "filterClass": "NotesFilter",
      "conditions": [
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "Doesn't Have Tag",
          "id": "doesnot-have-tag",
          "value": "contact.tags",
          "operator": "index-of-false",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "note_changed",
      "label_i18n": "note_changed",
      "description_i18n": "activates_when_an_existing_note_is",
      "category": "contact",
      "icon": "heroicons-outline:document-duplicate",
      "color": "primary",
      "keywords": [
        "note_edit",
        "update_note",
        "user_memo"
      ],
      "labsKey": null,
      "filterClass": "NotesFilter",
      "conditions": [
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "Doesn't Have Tag",
          "id": "doesnot-have-tag",
          "value": "contact.tags",
          "operator": "index-of-false",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "task_added",
      "label_i18n": "task_added",
      "description_i18n": "triggers_when_a_task_is_created",
      "category": "contact",
      "icon": "heroicons-outline:check",
      "color": "primary",
      "keywords": [
        "new_task",
        "add_task",
        "to_do"
      ],
      "labsKey": null,
      "filterClass": "TaskFilter",
      "conditions": [
        {
          "label_i18n": "assigned_user",
          "value": "task.assignedTo",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "task_due_date_reminder",
      "label_i18n": "task_reminder",
      "description_i18n": "runs_at_the_reminder_time_of",
      "category": "contact",
      "icon": "heroicons-outline:bell",
      "color": "primary",
      "keywords": [
        "task_alert",
        "to_do_reminder",
        "task_notification"
      ],
      "labsKey": null,
      "filterClass": "TaskDueDateReminderFilter",
      "conditions": [
        {
          "label_i18n": "before_no_of_days",
          "id": "before-days-in-number",
          "value": "task.dueDate",
          "operator": "time-diff-now-lte",
          "type": "number"
        },
        {
          "label_i18n": "after_no_of_days",
          "id": "after-days-in-number",
          "value": "task.dueDate",
          "operator": "time-diff-now-gte",
          "type": "number"
        }
      ]
    },
    {
      "value": "custom_object_created",
      "label_i18n": "object_created",
      "description_i18n": "",
      "category": "custom_object",
      "icon": "gridicons:create",
      "color": "primary",
      "keywords": [],
      "labsKey": null,
      "filterClass": "CustomObjectsFilter",
      "conditions": []
    },
    {
      "value": "custom_object_changed",
      "label_i18n": "object_changed",
      "description_i18n": "",
      "category": "custom_object",
      "icon": "mingcute:edit-line",
      "color": "primary",
      "keywords": [],
      "labsKey": null,
      "filterClass": "CustomObjectsFilter",
      "conditions": []
    },
    {
      "value": "inbound_webhook",
      "label_i18n": "inbound_webhook",
      "description_i18n": "starts_the_workflow_when_an_external",
      "category": "",
      "icon": "heroicons-solid:rss",
      "color": "",
      "keywords": [],
      "labsKey": null,
      "filterClass": "DefaultFilter (fallback)",
      "conditions": []
    },
    {
      "value": "scheduler_trigger",
      "label_i18n": "Scheduler",
      "description_i18n": "",
      "category": "events",
      "icon": "heroicons-outline:clock",
      "color": "green",
      "keywords": [
        "scheduler",
        "hourly",
        "daily",
        "weekly",
        "monthly",
        "cron"
      ],
      "labsKey": null,
      "filterClass": "SchedulerTriggerFilter",
      "conditions": []
    },
    {
      "value": "call_status",
      "label_i18n": "call_details",
      "description_i18n": "fires_after_a_call_ends_with",
      "category": "events",
      "icon": "heroicons-outline:phone",
      "color": "green",
      "keywords": [
        "call_update",
        "phone_status",
        "communication"
      ],
      "labsKey": null,
      "filterClass": "CallStatusFilter",
      "conditions": [
        {
          "label": "Call Status",
          "value": "call_status",
          "operator": "contains-any",
          "options": [
            {
              "label": "busy",
              "value": "busy"
            },
            {
              "label": "canceled",
              "value": "canceled"
            },
            {
              "label": "voicemail",
              "value": "voicemail"
            },
            {
              "label": "no-answer",
              "value": "no-answer"
            },
            {
              "label": "completed",
              "value": "completed"
            }
          ]
        },
        {
          "label": "Custom Disposition",
          "value": "custom_disposition",
          "operator": "contains-any",
          "options": []
        },
        {
          "label": "Call Direction",
          "value": "message.direction",
          "type": "select",
          "options": [
            {
              "label": "Incoming",
              "value": "inbound"
            },
            {
              "label": "Outgoing",
              "value": "outbound"
            }
          ]
        },
        {
          "label": "In Workflow",
          "value": "workflow.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "mailgun_email_event",
      "label_i18n": "email_events",
      "description_i18n": "triggers_on_open_click_bounce_or",
      "category": "events",
      "icon": "heroicons-outline:mail",
      "color": "green",
      "keywords": [
        "kw_communication",
        "open",
        "click",
        "sent",
        "mail_events"
      ],
      "labsKey": null,
      "filterClass": "EmailEventFilter",
      "conditions": [
        {
          "label": "In workflow",
          "value": "workflow.id",
          "type": "select",
          "options": []
        },
        {
          "label": "Event",
          "value": "mailgun.event",
          "type": "select",
          "options": [
            {
              "label": "Opened",
              "value_const": "EmailEventType.OPENED"
            },
            {
              "label": "Clicked",
              "value_const": "EmailEventType.CLICKED"
            },
            {
              "label": "Unsubscribed",
              "value_const": "EmailEventType.UNSUBSCRIBED"
            },
            {
              "label": "Complained(SPAM)",
              "value_const": "EmailEventType.COMPLAINED"
            },
            {
              "label": "Bounced",
              "value_const": "EmailEventType.FAILED"
            }
          ]
        }
      ]
    },
    {
      "value": "customer_reply",
      "label_i18n": "customer_replied",
      "description_i18n": "runs_when_a_customer_replies_to",
      "category": "events",
      "icon": "heroicons-outline:chat-alt-2",
      "color": "green",
      "keywords": [
        "kw_reply",
        "customer_response",
        "reply",
        "feedback"
      ],
      "labsKey": null,
      "filterClass": "ContactReplyFilter",
      "conditions": [
        {
          "label": "Replied to Workflow",
          "value": "workflow.id",
          "type": "select",
          "options": []
        },
        {
          "label": "Reply channel",
          "value": "message.type",
          "type": "select",
          "options": [
            {
              "label": "Call",
              "value_const": "MessageType.TYPE_CALL"
            },
            {
              "label": "SMS",
              "value_const": "MessageType.TYPE_SMS"
            },
            {
              "label": "Email",
              "value_const": "MessageType.TYPE_EMAIL"
            },
            {
              "label": "Chat Widget",
              "value_const": "MessageType.TYPE_WEBCHAT"
            },
            {
              "label": "Facebook Messenger",
              "value_const": "MessageType.TYPE_FACEBOOK"
            },
            {
              "label": "Instagram DM",
              "value_const": "MessageType.TYPE_INSTAGRAM"
            },
            {
              "label": "GMB Messaging",
              "value_const": "MessageType.TYPE_GMB"
            },
            {
              "label": "WhatsApp",
              "value_const": "MessageType.TYPE_WHATSAPP"
            },
            {
              "label": "Live Chat",
              "value_const": "MessageType.TYPE_LIVE_CHAT"
            },
            {
              "label": "All In One Chat",
              "value_const": "MessageType.TYPE_ALL_IN_ONE"
            }
          ]
        },
        {
          "label": "Contains phrase",
          "id": "message-contains-phrase",
          "value": "message.body",
          "operator_const": "TriggerOperator.STRING_CONTAINS_ANY_OF",
          "type": "string"
        },
        {
          "label": "Exact match phrase",
          "id": "message-exact-phrase",
          "value": "message.body",
          "operator_const": "TriggerOperator.STRING_MATCHES_ANY_OF",
          "type": "input"
        },
        {
          "label": "Intent type",
          "id": "message-contains-intent",
          "value": "message.body",
          "operator": "matches_intent",
          "type": "select",
          "options": [
            {
              "label": "Positive/Yes",
              "value": "schedule-yes"
            },
            {
              "label": "Negative/No",
              "value": "schedule-no"
            }
          ]
        },
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "Doesn't Have Tag",
          "id": "doesnot-have-tag",
          "value": "contact.tags",
          "operator": "index-of-false",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "inbound_trigger",
      "label_i18n": "inbound_trigger",
      "description_i18n": "trigger_description_inbound_trigger",
      "category": "events",
      "icon": "heroicons-outline:inbox",
      "color": "green",
      "keywords": [
        "email",
        "inbound",
        "customer_response",
        "reply",
        "inbound_email",
        "inbound_trigger"
      ],
      "labsKey": null,
      "filterClass": "InboundTriggerFilter",
      "conditions": [
        {},
        {},
        {
          "label_i18n": "contact_tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        },
        {}
      ]
    },
    {
      "value": "conv_ai_trigger",
      "label_i18n": "conv_ai_trigger",
      "description_i18n": "",
      "category": "events",
      "icon": "mage:stars-a",
      "color": "blue",
      "keywords": [
        "agent",
        "ai",
        "workflow_automation",
        "conversation_ai"
      ],
      "labsKey": null,
      "filterClass": "DefaultFilter (fallback)",
      "conditions": []
    },
    {
      "value": "conv_ai_autonomous_trigger",
      "label_i18n": "conv_ai_autonomous_trigger",
      "description_i18n": "",
      "category": "events",
      "icon": "mage:stars-a",
      "color": "blue",
      "keywords": [
        "agent",
        "ai",
        "workflow_automation",
        "conversation_ai"
      ],
      "labsKey": null,
      "filterClass": "DefaultFilter (fallback)",
      "conditions": []
    },
    {
      "value": "form_submission",
      "label_i18n": "form_submitted",
      "description_i18n": "activates_upon_submission_of_the_chosen",
      "category": "events",
      "icon": "heroicons-outline:clipboard-list",
      "color": "green",
      "keywords": [
        "form_fill",
        "submit_form",
        "user_entry"
      ],
      "labsKey": null,
      "filterClass": "FormSubmissionFilter",
      "conditions": [
        {
          "label": "Form is",
          "value": "form.id",
          "operator_const": "TriggerOperator.IS_ANY_OF",
          "options": []
        },
        {
          "label_i18n": "terms_and_conditions",
          "value": "formData.termsAndConditions",
          "operator_const": "TriggerOperator.EQUAL",
          "type": "select",
          "options": [
            {
              "label_i18n": "yes",
              "value": true
            },
            {
              "label_i18n": "no",
              "value": false
            }
          ]
        }
      ]
    },
    {
      "value": "survey_submission",
      "label_i18n": "survey_submitted",
      "description_i18n": "fires_when_the_contact_completes_the",
      "category": "events",
      "icon": "heroicons-outline:clipboard-list",
      "color": "green",
      "keywords": [
        "survey_fill",
        "feedback",
        "submit_survey"
      ],
      "labsKey": null,
      "filterClass": "SurveySubmissionFilter",
      "conditions": [
        {
          "label_i18n": "survey_is",
          "value": "survey.id",
          "operator_const": "TriggerOperator.IS_ANY_OF",
          "options": []
        },
        {
          "label_i18n": "disqualified",
          "value": "surveySubmission.disqualified",
          "type": "select",
          "options": [
            {
              "label_i18n": "is_true",
              "value": true
            },
            {
              "label_i18n": "is_false",
              "value": false
            }
          ]
        },
        {
          "label_i18n": "terms_and_conditions",
          "value": "surveyData.termsAndConditions",
          "operator_const": "TriggerOperator.EQUAL",
          "type": "select",
          "options": [
            {
              "label_i18n": "yes",
              "value": true
            },
            {
              "label_i18n": "no",
              "value": false
            }
          ]
        }
      ]
    },
    {
      "value": "trigger_link",
      "label_i18n": "trigger_link_clicked",
      "description_i18n": "runs_when_the_tracked_link_in",
      "category": "events",
      "icon": "heroicons-outline:cursor-click",
      "color": "green",
      "keywords": [
        "link_click",
        "user_click",
        "web_action"
      ],
      "labsKey": null,
      "filterClass": "TriggerLinkFilter",
      "conditions": [
        {
          "label_i18n": "trigger_link",
          "value": "link.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "facebook_lead_gen",
      "label_i18n": "facebook_lead_form_submitted",
      "description_i18n": "fires_each_time_your_fb_lead",
      "category": "events",
      "icon": "heroicons-outline:clipboard-list",
      "color": "green",
      "keywords": [
        "kw_fb",
        "fb_lead_form",
        "submit_lead"
      ],
      "labsKey": null,
      "filterClass": "FacebookLeadGenFilter",
      "conditions": []
    },
    {
      "value": "tik_tok_form_submitted",
      "label_i18n": "tiktok_form_submitted",
      "description_i18n": "activates_when_a_tiktok_leadgen_form",
      "category": "events",
      "icon": "ic:baseline-tiktok",
      "color": "green",
      "keywords": [
        "submit_tiktok"
      ],
      "labsKey": null,
      "filterClass": "TikTokFilter",
      "conditions": [
        {
          "label_i18n": "in_form",
          "value": "tikTok.formId",
          "operator_const": "TriggerOperator.IS_ANY_OF",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "video_event",
      "label_i18n": "video_tracking",
      "description_i18n": "triggers_when_a_contact_reaches_the",
      "category": "events",
      "icon": "clarity:video-gallery-line",
      "color": "green",
      "keywords": [
        "video_view",
        "watch_time",
        "user_engagement"
      ],
      "labsKey": null,
      "filterClass": "VideoEventFilter",
      "conditions": [
        {
          "label_i18n": "funnel",
          "value": "video.funnelId",
          "type": "multiselect",
          "options": []
        },
        {
          "label_i18n": "video",
          "value": "video.videoId",
          "type": "multiselect",
          "options": []
        },
        {
          "label_i18n": "video_duration_percent",
          "value": "video.duration",
          "type": "number"
        }
      ]
    },
    {
      "value": "validation_error",
      "label_i18n": "number_validation",
      "description_i18n": "fires_after_a_phone_number_passes",
      "category": "events",
      "icon": "heroicons-outline:exclamation",
      "color": "green",
      "keywords": [
        "twilio_error",
        "sms_fail",
        "phone_issue"
      ],
      "labsKey": null,
      "filterClass": "TwilioValidationFilter",
      "conditions": [
        {
          "label_i18n": "number_is",
          "value": "contact.phoneInfo",
          "operator": "contains-any",
          "options": [
            {
              "label_i18n": "sms_incapable",
              "value": "sms_incapable"
            },
            {
              "label_i18n": "not_valid",
              "value": "not_valid"
            }
          ]
        }
      ]
    },
    {
      "value": "appointment",
      "label_i18n": "appointment_status",
      "description_i18n": "fires_on_status_change_booked_cancelled",
      "category": "appointments",
      "icon": "heroicons-outline:calendar",
      "color": "primary",
      "keywords": [
        "appointment_update",
        "booking_status",
        "schedule_change"
      ],
      "labsKey": null,
      "filterClass": "AppointmentFilter",
      "conditions": [
        {
          "label": "In calendar",
          "value": "calendar.id",
          "type": "select",
          "options": []
        },
        {
          "label": "Appointment status is",
          "value": "appointment.status",
          "type": "select",
          "options": [
            {
              "label": "new",
              "value": "new"
            },
            {
              "label": "confirmed",
              "value": "confirmed"
            },
            {
              "label": "cancelled",
              "value": "cancelled"
            },
            {
              "label": "Showed",
              "value": "showed"
            },
            {
              "label": "No-show",
              "value": "noshow"
            },
            {
              "label": "invalid",
              "value": "invalid"
            }
          ]
        },
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "Event Type",
          "value": "appointment.eventType",
          "type": "select",
          "options": [
            {
              "label": "Normal",
              "value": "normal"
            },
            {
              "label": "Recurring",
              "value": "recurring"
            },
            {
              "label": "Any",
              "value": "any"
            }
          ]
        },
        {
          "label": "Created By/Modified By",
          "value": "appointment.modifiedBy",
          "type": "select",
          "options": [
            {
              "label": "Customer",
              "value": "customer"
            },
            {
              "label": "User",
              "value": "user"
            },
            {
              "label": "API",
              "value": "api"
            },
            {
              "label": "Workflow",
              "value": "workflow"
            }
          ]
        }
      ]
    },
    {
      "value": "customer_appointment",
      "label_i18n": "customer_booked_appointment",
      "description_i18n": "activates_when_a_customer_books_via",
      "category": "appointments",
      "icon": "bx:calendar-check",
      "color": "primary",
      "keywords": [
        "new_booking",
        "user_schedule",
        "appointment_set"
      ],
      "labsKey": null,
      "filterClass": "CustomerAppointmentFilter",
      "conditions": [
        {
          "label": "In calendar",
          "value": "calendar.id",
          "operator": "==",
          "type": "select",
          "options": []
        },
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "opportunity_status_changed",
      "label_i18n": "opportunity_status_changed",
      "description_i18n": "triggers_when_an_opportunitys_status_is",
      "category": "opportunities",
      "icon": "heroicons-outline:switch-horizontal",
      "color": "primary",
      "keywords": [
        "opportunity_update",
        "lead_status",
        "sales_stage"
      ],
      "labsKey": null,
      "filterClass": "OpportunityStatusFilter",
      "conditions": [
        {
          "label": "Moved from status",
          "id": "moved-from-status",
          "value": "opportunity.oldStatus",
          "type": "select"
        },
        {
          "label": "Moved to status",
          "id": "moved-to-status",
          "value": "opportunity.status",
          "type": "select"
        },
        {
          "label": "In pipeline",
          "value": "opportunity.pipelineId",
          "type": "select",
          "options": []
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        },
        {
          "label": "Assigned to",
          "value": "opportunity.assignedTo",
          "type": "select",
          "options": []
        },
        {
          "label": "Lead value",
          "value": "opportunity.monetaryValue",
          "type": "number"
        },
        {
          "label": "Expected Close Date",
          "value": "opportunity.forecastExpectedCloseDate",
          "type": "date"
        },
        {
          "label": "Forecast Probability",
          "value": "opportunity.forecastProbability",
          "type": "number"
        },
        {
          "label": "Lost Reason",
          "value": "opportunity.lostReasonId",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "opportunity_created",
      "label_i18n": "opportunity_created",
      "description_i18n": "runs_at_the_moment_a_new",
      "category": "opportunities",
      "icon": "heroicons-outline:switch-horizontal",
      "color": "primary",
      "keywords": [
        "new_opportunity",
        "add_lead",
        "sales_potential"
      ],
      "labsKey": null,
      "filterClass": "OpportunityCreatedFilter",
      "conditions": [
        {
          "label": "In pipeline",
          "value": "opportunity.pipelineId",
          "type": "select",
          "options": []
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        },
        {
          "label": "Assigned to",
          "value": "opportunity.assignedTo",
          "type": "select",
          "options": []
        },
        {
          "label": "Lead value",
          "value": "opportunity.monetaryValue",
          "type": "number"
        },
        {
          "label": "Expected Close Date",
          "value": "opportunity.forecastExpectedCloseDate",
          "type": "date"
        },
        {
          "label": "Forecast Probability",
          "value": "opportunity.forecastProbability",
          "type": "number"
        },
        {
          "label": "Status",
          "value": "opportunity.status",
          "type": "select"
        },
        {
          "label": "Lost Reason",
          "value": "opportunity.lostReasonId",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "opportunity_changed",
      "label_i18n": "opportunity_changed",
      "description_i18n": "fires_on_field_updates_within_an",
      "category": "opportunities",
      "icon": "heroicons-outline:switch-horizontal",
      "color": "primary",
      "keywords": [
        "opportunity_edit",
        "update_lead",
        "sales_change"
      ],
      "labsKey": null,
      "filterClass": "OpportunityChangedFilter",
      "conditions": [
        {
          "label": "In pipeline",
          "value": "opportunity.pipelineId",
          "type": "select",
          "options": []
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "operator": "==",
          "type": "select",
          "options": []
        },
        {
          "label": "Assigned to",
          "value": "opportunity.assignedTo",
          "type": "select",
          "options": []
        },
        {
          "label": "Lead value",
          "value": "opportunity.monetaryValue",
          "type": "number"
        },
        {
          "label": "Expected Close Date",
          "value": "opportunity.forecastExpectedCloseDate",
          "type": "date"
        },
        {
          "label": "Forecast Probability",
          "value": "opportunity.forecastProbability",
          "type": "number"
        },
        {
          "label": "Status",
          "value": "opportunity.status",
          "type": "select"
        },
        {
          "label": "Lost Reason",
          "value": "opportunity.lostReasonId",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "pipeline_stage_updated",
      "label_i18n": "pipeline_stage_changed",
      "description_i18n": "activates_when_an_opportunity_moves_pipeline",
      "category": "opportunities",
      "icon": "heroicons-outline:refresh",
      "color": "primary",
      "keywords": [
        "stage_update",
        "pipeline_change",
        "sales_process"
      ],
      "labsKey": null,
      "filterClass": "PipelineFilter",
      "conditions": [
        {
          "label": "In pipeline",
          "value": "opportunity.pipelineId",
          "type": "select",
          "options": []
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        },
        {
          "label": "Assigned to",
          "value": "opportunity.assignedTo",
          "type": "select",
          "options": []
        },
        {
          "label": "Lead value",
          "value": "opportunity.monetaryValue",
          "type": "number"
        },
        {
          "label": "Expected Close Date",
          "value": "opportunity.forecastExpectedCloseDate",
          "type": "date"
        },
        {
          "label": "Forecast Probability",
          "value": "opportunity.forecastProbability",
          "type": "number"
        },
        {
          "label": "Status",
          "value": "opportunity.status",
          "type": "select"
        },
        {
          "label": "Lost Reason",
          "value": "opportunity.lostReasonId",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "opportunity_decay",
      "label_i18n": "stale_opportunities",
      "description_i18n": "triggers_opportunities_idle_longer_than_x",
      "category": "opportunities",
      "icon": "fa-solid:thermometer-empty",
      "color": "primary",
      "keywords": [
        "stale_lead",
        "inactive_opportunity",
        "follow_up"
      ],
      "labsKey": null,
      "filterClass": "OpportunityFilter",
      "conditions": [
        {
          "label": "In pipeline",
          "value": "opportunity.pipelineId",
          "type": "select",
          "options": []
        },
        {
          "label": "Duration in days",
          "value": "opportunity.lastActionDate",
          "operator": "time-diff-now-gte",
          "type": "number"
        },
        {
          "label": "Has Tag",
          "id": "has-tag",
          "value": "contact.tags",
          "operator": "index-of-true",
          "type": "select",
          "options": []
        },
        {
          "label": "Doesn't Have Tag",
          "id": "doesnot-have-tag",
          "value": "contact.tags",
          "operator": "index-of-false",
          "type": "select",
          "options": []
        },
        {
          "label": "Assigned to",
          "value": "opportunity.assignedTo",
          "type": "select",
          "options": []
        },
        {
          "label": "Lead value",
          "value": "opportunity.monetaryValue",
          "type": "number"
        },
        {
          "label": "Expected Close Date",
          "value": "opportunity.forecastExpectedCloseDate",
          "type": "date"
        },
        {
          "label": "Forecast Probability",
          "value": "opportunity.forecastProbability",
          "type": "number"
        },
        {
          "label": "Status",
          "value": "opportunity.status",
          "type": "select"
        },
        {
          "label": "Lost Reason",
          "value": "opportunity.lostReasonId",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "affiliate_created",
      "label_i18n": "affiliate_created",
      "description_i18n": "runs_when_a_new_affiliate_signs",
      "category": "affiliates",
      "icon": "ic:outline-handshake",
      "color": "primary",
      "keywords": [
        "new_partner",
        "add_affiliate",
        "referral_setup"
      ],
      "labsKey": null,
      "filterClass": "DefaultFilter (fallback)",
      "conditions": []
    },
    {
      "value": "category_started",
      "label_i18n": "category_started",
      "description_i18n": "runs_when_a_learner_begins_a",
      "category": "courses",
      "icon": "heroicons-outline:view-grid",
      "color": "primary",
      "keywords": [
        "start_category",
        "begin_course",
        "learning_module"
      ],
      "labsKey": null,
      "filterClass": "MembershipCategoryStartedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "category_completed",
      "label_i18n": "category_completed",
      "description_i18n": "activates_on_finishing_all_lessons_in",
      "category": "courses",
      "icon": "heroicons-outline:view-grid",
      "color": "primary",
      "keywords": [
        "complete_category",
        "finish_course",
        "learning_done"
      ],
      "labsKey": null,
      "filterClass": "MembershipCategoryCompletedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "lesson_started",
      "label_i18n": "lesson_started",
      "description_i18n": "fires_when_a_lesson_is_opened",
      "category": "courses",
      "icon": "heroicons-outline:check-circle",
      "color": "primary",
      "keywords": [
        "start_lesson",
        "begin_module",
        "learning_session"
      ],
      "labsKey": null,
      "filterClass": "MembershipLessonStartedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "lesson_completed",
      "label_i18n": "lesson_completed",
      "description_i18n": "runs_when_the_lessons_completion_criteria",
      "category": "courses",
      "icon": "heroicons-outline:check-circle",
      "color": "primary",
      "keywords": [
        "complete_lesson",
        "finish_module",
        "learning_session_done"
      ],
      "labsKey": null,
      "filterClass": "MembershipLessonCompletedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "membership_contact_created",
      "label_i18n": "membership_new_signup",
      "description_i18n": "activates_when_a_user_signs_up",
      "category": "courses",
      "icon": "ant-design:user-add-outlined",
      "color": "primary",
      "keywords": [
        "new_user",
        "register",
        "join"
      ],
      "labsKey": null,
      "filterClass": "MembershipOfferAccessFilter",
      "conditions": [
        {
          "label": "Offer",
          "value": "offer.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "offer_access_granted",
      "label_i18n": "offer_access_granted",
      "description_i18n": "fires_when_a_user_gains_access_to_offer",
      "category": "courses",
      "icon": "ic:outline-bookmark-add",
      "color": "primary",
      "keywords": [
        "offer_granted",
        "permission_given",
        "access_offer"
      ],
      "labsKey": null,
      "filterClass": "MembershipOfferAccessFilter",
      "conditions": [
        {
          "label": "Offer",
          "value": "offer.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "offer_access_removed",
      "label_i18n": "offer_access_removed",
      "description_i18n": "activates_when_a_user_loses_access",
      "category": "courses",
      "icon": "ic:outline-bookmark-remove",
      "color": "primary",
      "keywords": [
        "offer_removed",
        "permission_revoked",
        "access_revoked"
      ],
      "labsKey": null,
      "filterClass": "MembershipOfferAccessFilter",
      "conditions": [
        {
          "label": "Offer",
          "value": "offer.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "product_access_granted",
      "label_i18n": "product_access_granted",
      "description_i18n": "runs_when_a_product_is_granted",
      "category": "courses",
      "icon": "heroicons-outline:check",
      "color": "primary",
      "keywords": [
        "product_granted",
        "permission_given",
        "access_product"
      ],
      "labsKey": null,
      "filterClass": "MembershipProductAccessGrantedFilter",
      "conditions": [
        {
          "label": "Select Product",
          "value": "product.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "product_access_removed",
      "label_i18n": "product_access_removed",
      "description_i18n": "fires_on_product_access_revocation",
      "category": "courses",
      "icon": "heroicons-outline:trash",
      "color": "primary",
      "keywords": [
        "product_removed",
        "permission_revoked",
        "access_revoked"
      ],
      "labsKey": null,
      "filterClass": "MembershipProductAccessRemovedFilter",
      "conditions": [
        {
          "label": "Select Product",
          "value": "product.id",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "product_started",
      "label_i18n": "product_started",
      "description_i18n": "activates_when_first_module_of_a",
      "category": "courses",
      "icon": "heroicons-outline:check-circle",
      "color": "primary",
      "keywords": [
        "start_product",
        "begin_use",
        "product_initiated"
      ],
      "labsKey": null,
      "filterClass": "MembershipProductCompletedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "product_completed",
      "label_i18n": "product_completed",
      "description_i18n": "fires_when_all_modules_of_a",
      "category": "courses",
      "icon": "heroicons-outline:check-circle",
      "color": "primary",
      "keywords": [
        "complete_product",
        "finish_use",
        "product_done"
      ],
      "labsKey": null,
      "filterClass": "MembershipProductCompletedFilter",
      "conditions": [
        {
          "label": "Product",
          "value": "membership.product.id",
          "type": "multiselect",
          "options": []
        }
      ]
    },
    {
      "value": "user_log_in",
      "label_i18n": "user_login",
      "description_i18n": "triggers_on_each_successful_portal_login",
      "category": "courses",
      "icon": "heroicons-outline:user",
      "color": "primary",
      "keywords": [
        "login",
        "sign_in",
        "user_access"
      ],
      "labsKey": null,
      "filterClass": "MembershipUserLogin",
      "conditions": []
    },
    {
      "value": "invoice",
      "label_i18n": "invoice",
      "description_i18n": "fires_on_invoice_creation_send_or",
      "category": "payments",
      "icon": "la:file-invoice-dollar",
      "color": "primary",
      "keywords": [
        "kw_sales",
        "kw_transactions",
        "billing",
        "charge"
      ],
      "labsKey": null,
      "filterClass": "InvoiceFilter",
      "conditions": [
        {
          "label": "Invoice Status",
          "id": "invoice-status",
          "value": "invoice.status",
          "type": "select"
        },
        {
          "label": "Tag",
          "id": "tag",
          "value": "contact.tags",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "payment_received",
      "label_i18n": "payment_received",
      "description_i18n": "activates_when_a_payment_record_posts",
      "category": "payments",
      "icon": "heroicons-outline:clipboard-list",
      "color": "primary",
      "keywords": [
        "kw_transactions",
        "transaction_complete",
        "user_paid"
      ],
      "labsKey": null,
      "filterClass": "PaymentReceived",
      "conditions": []
    },
    {
      "value": "two_step_form_submission",
      "label_i18n": "order_form_submission",
      "description_i18n": "runs_when_an_order_form_is",
      "category": "payments",
      "icon": "heroicons-outline:clipboard-list",
      "color": "primary",
      "keywords": [
        "submit_purchase",
        "user_order"
      ],
      "labsKey": null,
      "filterClass": "TwoStepFormFilter",
      "conditions": [
        {
          "label_i18n": "in_funnel_website",
          "value": "twoStepOrderForm.funnelId",
          "type": "select_with_pagination",
          "options": []
        },
        {
          "label_i18n": "submission_type",
          "value": "twoStepOrderForm.submissionType",
          "type": "select",
          "options": [
            {
              "label_i18n": "opt_in",
              "value": false
            }
          ]
        }
      ]
    },
    {
      "value": "order_submission",
      "label_i18n": "order_submitted",
      "description_i18n": "fires_after_checkout_completion_in_funnelstore",
      "category": "payments",
      "icon": "heroicons-outline:clipboard-list",
      "color": "primary",
      "keywords": [
        "submit_order",
        "purchase_complete",
        "transaction_done"
      ],
      "labsKey": null,
      "filterClass": "OrderSubmission",
      "conditions": []
    },
    {
      "value": "shopify_abandoned_cart",
      "label_i18n": "abandoned_checkout",
      "description_i18n": "activates_when_a_cart_is_left",
      "category": "shopify",
      "icon": "mdi:cart-remove",
      "color": "primary",
      "keywords": [],
      "labsKey": null,
      "filterClass": "ShopifyAbandonedCartFilter",
      "conditions": [
        {
          "label": "Duration (minutes)",
          "value": "duration",
          "type": "number"
        },
        {
          "label": "Cart Value",
          "value": "cart_value",
          "type": "numerical"
        }
      ]
    },
    {
      "value": "shopify_order_placed",
      "label_i18n": "order_placed",
      "description_i18n": "fires_on_new_order_creation_in",
      "category": "shopify",
      "icon": "heroicons-outline:check",
      "color": "primary",
      "keywords": [],
      "labsKey": null,
      "filterClass": "ShopifyOrderPlacedFilter",
      "conditions": [
        {
          "label": "Cart Value",
          "value": "cart_value",
          "type": "numerical"
        }
      ]
    },
    {
      "value": "shopify_order_fulfilled",
      "label_i18n": "order_fulfilled",
      "description_i18n": "activates_when_an_order_is_marked",
      "category": "shopify",
      "icon": "mdi:cart-check",
      "color": "primary",
      "keywords": [],
      "labsKey": null,
      "filterClass": "ShopifyOrderFulfilledFilter",
      "conditions": [
        {
          "label": "Cart Value",
          "value": "cart_value",
          "type": "numerical"
        }
      ]
    },
    {
      "value": "ivr_incoming_call",
      "label_i18n": "start_ivr_trigger",
      "description_i18n": "runs_when_your_ivr_receives_an",
      "category": "",
      "icon": "whh:circlecalloutgoing",
      "color": "",
      "keywords": [],
      "labsKey": "workflows.ivr",
      "filterClass": "IVRIncomingCallFilter",
      "conditions": [
        {
          "label": "In Phone Number",
          "id": "inbound-twilio-number",
          "value": "inbound_number",
          "operator": "contains-any"
        }
      ]
    },
    {
      "value": "facebook_comment_on_post",
      "label_i18n": "facebook_comment_on_post",
      "description_i18n": "fires_on_new_comments_on_the",
      "category": "fb_ig_events",
      "icon": "ri:messenger-fill",
      "color": "green",
      "keywords": [
        "kw_fb",
        "kw_direct_message",
        "fb_comment"
      ],
      "labsKey": null,
      "filterClass": "UserCommentsOnPostFilter",
      "conditions": [
        {
          "label": "Page Is",
          "type": "select",
          "options": []
        }
      ]
    },
    {
      "value": "ig_comment_on_post",
      "label_i18n": "instagram_comment_on_post",
      "description_i18n": "activates_upon_ig_post_comment_from",
      "category": "fb_ig_events",
      "icon": "ri:instagram-fill",
      "color": "green",
      "keywords": [
        "kw_ig",
        "kw_direct_message",
        "ig_comment",
        "post_reply"
      ],
      "labsKey": null,
      "filterClass": "UserCommentsOnPostFilter",
      "conditions": [
        {
          "label": "Page Is",
          "type": "select",
          "options": []
        }
      ]
    }
  ],
  "marketplaceTriggers": [
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Meeting Created",
      "description": "This trigger activates whenever a new Zoom meeting is created. It captures details such as the meeting ID, host, scheduled time, and join link. Use this to automate scheduling, notify participants, or sync meeting details with other tools.  Example: A client strategy call is scheduled for March 25 at 3:00 PM by John Doe. This trigger can automatically update the CRM, send calendar invites to attendees, and post reminders in Slack.",
      "templateId": "01JYKJ2KT9J3NHZC7VFR2E2JAY",
      "_id": "6864136a6bc372da327a1918",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.join_url",
          "name": "join_url",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.password",
          "name": "password",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Recording Transcription Completed",
      "description": "This trigger activates whenever a Zoom meeting's transcription is completed. It captures details such as the meeting ID, transcription file URL, and processing time. Use this to automate documentation, share transcripts with attendees, or analyze meeting content.  Example: A sales training webinar concludes, and the transcription is completed. This trigger can automatically send the transcript to participants, store it in a document repository, and generate key insights from the conversation.",
      "templateId": "01JYKJ52VYZ62SETYX7WZ2N3GB",
      "_id": "685bf11f0b94dc339a0ffb34",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.host_email",
          "name": "host_email",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.share_url",
          "name": "share_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Meeting Ended",
      "description": "This trigger activates whenever a Zoom meeting ends. It captures details such as the meeting ID, host, end time, and total duration. Use this to log meeting completion, trigger follow-up actions, or generate reports.  Example: A weekly team sync meeting hosted by John Doe ends at 11:00 AM after 60 minutes. This trigger can automatically send a meeting summary, update attendance records, and notify team members about follow-up tasks.",
      "templateId": "01JYKHY6JB3MQKTFTY80YRT857",
      "_id": "685bf0180b94dc339a0fed87",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.end_time",
          "name": "end_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Webinar Created",
      "description": "This trigger activates whenever a new Zoom webinar is created. It captures details such as the webinar ID, host, scheduled time, and registration link. Use this to automate promotions, notify team members, or sync event details with other platforms.  Example: A \"Marketing Strategies for 2025\" webinar is scheduled for April 10 at 2:00 PM by Jane Doe. This trigger can automatically update the event calendar, send invites to subscribers, and post an announcement on social media.",
      "templateId": "01JYKHW714NSY8255425SJR0XF",
      "_id": "685befd30b94dc339a0fea29",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.join_url",
          "name": "join_url",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.password",
          "name": "password",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Participant Joined Meeting ",
      "description": "This trigger activates whenever a participant joins a Zoom meeting. It captures details such as the participant’s name, email, join time, and meeting ID. Use this to track attendance, send personalized welcome messages, or update CRM records.  Example: Jane Smith (jane@example.com) joins a scheduled client onboarding meeting at 10:05 AM. This trigger can automatically log attendance, send a welcome email, and notify the meeting host.",
      "templateId": "01JYKHM97F40D0K4CB5WSNKKQ7",
      "_id": "685bef320b94dc339a0fde1d",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Cloud Recording Completed",
      "description": "This trigger activates whenever a Zoom meeting's cloud recording is completed. It captures details such as the meeting ID, recording URL, file type, and duration. Use this to automate sharing, store recordings securely, or notify team members.  Example: A client onboarding session is recorded and processed in the Zoom cloud. This trigger can automatically send the recording link to attendees, save it in a CRM, and generate a follow-up task for the account manager.",
      "templateId": "01JYKHGBE9APHMD9RX6XMJNFG6",
      "_id": "685bef000b94dc339a0fdb6e",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.host_email",
          "name": "host_email",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.total_size",
          "name": "total_size",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.recording_count",
          "name": "recording_count",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.share_url",
          "name": "share_url",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.password",
          "name": "password",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Zoom For Workflows",
      "appId": "68515cf6affc523761f4e74f",
      "companyName": "All The Apps",
      "triggerName": "Meeting Started",
      "description": "This trigger activates whenever a Zoom meeting starts. It captures details such as the meeting ID, host, start time, and participant count. Use this to log attendance, send real-time notifications, or trigger automated workflows.  Example: A weekly team sync meeting starts at 10:00 AM, hosted by John Doe. This trigger can automatically notify attendees via Slack, update a project management board, and start recording the meeting.",
      "templateId": "01JYKHCAZ32F8Z30WSZB0KW0WQ",
      "_id": "685bedf00b94dc339a0fc77e",
      "customVars": [
        {
          "reference": "payload.account_id",
          "name": "account_id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.start_time",
          "name": "start_time",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.timezone",
          "name": "timezone",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.topic",
          "name": "topic",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "payload.object.type",
          "name": "type",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.object.host_id",
          "name": "host_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Update Product",
      "description": "To modify an existing product in your WooCommerce store, provide the product ID along with the updated details such as name, price, description, or category. For example, updating Product ID: \"123\" to change the price from \"$20\" to \"$18\" will instantly reflect the new pricing in your store.",
      "templateId": "01JYEDP4M7P88PQ24EFNFJZZ7T",
      "_id": "685951774c1de9cca41a95c7",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "slug",
          "name": "slug",
          "fieldType": "string"
        },
        {
          "reference": "permalink",
          "name": "permalink",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "average_rating",
          "name": "average_rating",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Create Product",
      "description": "To add a new product to your WooCommerce store, provide details such as the product name, price, category, and description. For example, adding \"Summer T-Shirt\" with a price of \"$20\" and assigning it to the \"Clothing\" category will create a new product listing in your store, ready for customers to purchase.",
      "templateId": "01JYED1R4HDXF5SZ23W160A2PC",
      "_id": "68594e7a4c1de9cca41a3bd8",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "slug",
          "name": "slug",
          "fieldType": "string"
        },
        {
          "reference": "permalink",
          "name": "permalink",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "price",
          "name": "price",
          "fieldType": "string"
        },
        {
          "reference": "regular_price",
          "name": "regular_price",
          "fieldType": "string"
        },
        {
          "reference": "tax_status",
          "name": "tax_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Update Customer",
      "description": "To update an existing customer’s information in your WooCommerce store, provide the customer ID along with the new details such as name, email, or billing address. For example, if \"John Smith\" changes his shipping address, you can quickly update his profile to keep records accurate and orders delivered correctly.",
      "templateId": "01JYECNX7H7723PDEFYT6AGN05",
      "_id": "68594bdc4c1de9cca419c148",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "string"
        },
        {
          "reference": "date_created_gmt",
          "name": "date_created_gmt",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "role",
          "name": "role",
          "fieldType": "string"
        },
        {
          "reference": "username",
          "name": "username",
          "fieldType": "string"
        },
        {
          "reference": "billing.first_name",
          "name": "billing_first_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.last_name",
          "name": "billing_last_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.city",
          "name": "billing_city",
          "fieldType": "string"
        },
        {
          "reference": "billing.email",
          "name": "billing_email",
          "fieldType": "string"
        },
        {
          "reference": "billing.phone",
          "name": "billing_phone",
          "fieldType": "string"
        },
        {
          "reference": "avatar_url",
          "name": "avatar_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Create Customer",
      "description": "To add a new customer to your WooCommerce store, enter details such as name, email, and billing information. For example, creating a customer profile for \"John Smith\" with his email and address ensures he can place orders and receive updates seamlessly.",
      "templateId": "01JYEC89TW6XQCSXP0B1E75AYW",
      "_id": "68594a464c1de9cca419a755",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "string"
        },
        {
          "reference": "date_modified",
          "name": "date_modified",
          "fieldType": "string"
        },
        {
          "reference": "date_created_gmt",
          "name": "date_created_gmt",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "role",
          "name": "role",
          "fieldType": "string"
        },
        {
          "reference": "username",
          "name": "username",
          "fieldType": "string"
        },
        {
          "reference": "billing.first_name",
          "name": "billing_first_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.last_name",
          "name": "billing_last_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.company",
          "name": "billing_company",
          "fieldType": "string"
        },
        {
          "reference": "billing.email",
          "name": "billing_email",
          "fieldType": "string"
        },
        {
          "reference": "billing.phone",
          "name": "billing_phone",
          "fieldType": "string"
        },
        {
          "reference": "shipping.first_name",
          "name": "shipping_first_name",
          "fieldType": "string"
        },
        {
          "reference": "shipping.last_name",
          "name": "shipping_last_name",
          "fieldType": "string"
        },
        {
          "reference": "shipping.company",
          "name": "shipping_company",
          "fieldType": "string"
        },
        {
          "reference": "shipping.address_1",
          "name": "shipping_address_1",
          "fieldType": "string"
        },
        {
          "reference": "shipping.city",
          "name": "shipping_city",
          "fieldType": "string"
        },
        {
          "reference": "shipping.postcode",
          "name": "shipping_postcode",
          "fieldType": "string"
        },
        {
          "reference": "shipping.country",
          "name": "shipping_country",
          "fieldType": "string"
        },
        {
          "reference": "avatar_url",
          "name": "avatar_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Update Order",
      "description": "To modify an existing order in your WooCommerce store, select the order ID and update details such as status, shipping address, or product quantities. For example, changing the status of order ID “1254” from “Pending Payment” to “Completed” instantly updates the record in your store for accurate order tracking.",
      "templateId": "01JYE9HTSJCHCXG75YMMGV7EAD",
      "_id": "685948434c1de9cca41965da",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "parent_id",
          "name": "parent_id",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "version",
          "name": "version",
          "fieldType": "string"
        },
        {
          "reference": "prices_include_tax",
          "name": "prices_include_tax",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "string"
        },
        {
          "reference": "discount_total",
          "name": "discount_total",
          "fieldType": "string"
        },
        {
          "reference": "discount_tax",
          "name": "discount_tax",
          "fieldType": "string"
        },
        {
          "reference": "shipping_total",
          "name": "shipping_total",
          "fieldType": "string"
        },
        {
          "reference": "total",
          "name": "total",
          "fieldType": "string"
        },
        {
          "reference": "customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "order_key",
          "name": "order_key",
          "fieldType": "string"
        },
        {
          "reference": "billing.first_name",
          "name": "billing_first_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.last_name",
          "name": "billing__lastname",
          "fieldType": "string"
        },
        {
          "reference": "billing.email",
          "name": "billing_email",
          "fieldType": "string"
        },
        {
          "reference": "payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "transaction_id",
          "name": "transaction_id",
          "fieldType": "string"
        },
        {
          "reference": "payment_url",
          "name": "payment_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "WooCommerce For Workflows",
      "appId": "68515dac857ac4ac43be90e1",
      "companyName": "All The Apps",
      "triggerName": "Create Order",
      "description": "To create a new order in your WooCommerce store, enter the customer details, products, quantity, and payment information. For example, adding a customer name “John Smith” with two T-shirts and setting the status to “Processing” will generate a new order instantly for him in your store.",
      "templateId": "01JYE7Z4FCZXA9MB8F45TWWW8C",
      "_id": "68593a474c1de9cca4180de2",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "parent_id",
          "name": "parent_id",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "version",
          "name": "version",
          "fieldType": "string"
        },
        {
          "reference": "prices_include_tax",
          "name": "prices_include_tax",
          "fieldType": "string"
        },
        {
          "reference": "total",
          "name": "total",
          "fieldType": "string"
        },
        {
          "reference": "total_tax",
          "name": "total_tax",
          "fieldType": "string"
        },
        {
          "reference": "customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "order_key",
          "name": "order_key",
          "fieldType": "string"
        },
        {
          "reference": "billing.first_name",
          "name": "billing_first_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.last_name",
          "name": "billing_last_name",
          "fieldType": "string"
        },
        {
          "reference": "billing.email",
          "name": "billing_email",
          "fieldType": "string"
        },
        {
          "reference": "billing.phone",
          "name": "billing_phone",
          "fieldType": "string"
        },
        {
          "reference": "shipping.first_name",
          "name": "shipping_first_name",
          "fieldType": "string"
        },
        {
          "reference": "shipping.last_name",
          "name": "shipping_last_name",
          "fieldType": "string"
        },
        {
          "reference": "shipping.company",
          "name": "shipping_company",
          "fieldType": "string"
        },
        {
          "reference": "shipping.address_1",
          "name": "shipping_address_1",
          "fieldType": "string"
        },
        {
          "reference": "payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "payment_method_title",
          "name": "payment_method_title",
          "fieldType": "string"
        },
        {
          "reference": "transaction_id",
          "name": "transaction_id",
          "fieldType": "string"
        },
        {
          "reference": "date_paid",
          "name": "date_paid",
          "fieldType": "string"
        },
        {
          "reference": "number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "payment_url",
          "name": "payment_url",
          "fieldType": "string"
        },
        {
          "reference": "billing.address_1",
          "name": "billing_address_1",
          "fieldType": "string"
        },
        {
          "reference": "billing.address_2",
          "name": "billing_address_2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Estimate Scheduled",
      "description": "Triggers when a new estimate is scheduled in Housecall Pro.",
      "templateId": "01JYGMKRW29ANNTG069Q8WFKSZ",
      "_id": "68e688f18c9824822a03ffa7",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "estimate.id",
          "name": "estimate_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_number",
          "name": "estimate_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "estimate.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_start",
          "name": "scheduled_start",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_end",
          "name": "scheduled_end",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.arrival_window",
          "name": "arrival_window",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Estimate Sent",
      "description": "Detects when an estimate has been delivered to a customer in HouseCall Pro. This trigger is commonly used to notify team members, track customer responses, and automate subsequent actions in your service workflows.",
      "templateId": "01JYGSAEGX7Y2FTXWJT7862ZT4",
      "_id": "685a86404c1de9cca437fc0e",
      "customVars": [
        {
          "reference": "estimate.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_number",
          "name": "estimate_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "estimate.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.mobile_number",
          "name": "customer_mobile_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.home_number",
          "name": "customer_home_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.work_number",
          "name": "customer_work_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.company",
          "name": "customer_company",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.notifications_enabled",
          "name": "notifications_enabled",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.type",
          "name": "address_type",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_start",
          "name": "scheduled_start",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_end",
          "name": "scheduled_end",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Estimate Created",
      "description": "Detects the creation of a new estimate in HouseCall Pro. This trigger is commonly used to notify teams, initiate approval processes, or integrate estimate data into automated workflows for efficient service management.",
      "templateId": "01JYGRMGG8XVFDX8WP8TFENFE8",
      "_id": "685a84444c1de9cca437d25d",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "estimate.id",
          "name": "estimate_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_number",
          "name": "estimate_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.mobile_number",
          "name": "customer_mobile_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.home_number",
          "name": "customer_home_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.work_number",
          "name": "customer_work_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.company",
          "name": "customer_company",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.type",
          "name": "address_type",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.street",
          "name": "address_street",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.city",
          "name": "address_city",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.state",
          "name": "address_state",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.zip",
          "name": "address_zip",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.country",
          "name": "address_country",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_start",
          "name": "scheduled_start",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_end",
          "name": "scheduled_end",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_fields.job_type_id",
          "name": "job_type_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_fields.business_unit_id",
          "name": "business_unit_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Job in Progress",
      "description": "Detects when a job’s status changes to “in progress” in HouseCall Pro. This trigger is commonly used to automate notifications, update team workflows, and ensure efficient job tracking and management.",
      "templateId": "01JYGQZ99RTCPQ7EB3ABAKHWW0",
      "_id": "685a81554c1de9cca4377988",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "job.id",
          "name": "job_id",
          "fieldType": "string"
        },
        {
          "reference": "job.invoice_number",
          "name": "invoice_number",
          "fieldType": "string"
        },
        {
          "reference": "job.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "job.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "job.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "job.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "job.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "job.total_amount",
          "name": "total_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "job.job_fields.job_type_id",
          "name": "job_type_id",
          "fieldType": "string"
        },
        {
          "reference": "job.job_fields.business_unit_id",
          "name": "business_unit_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Job Canceled",
      "description": "Triggers when a scheduled job is canceled in Housecall Pro.",
      "templateId": "01JYGPPKFVYE8821BJF9TXZEK8",
      "_id": "685a7bec4c1de9cca4374395",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "job.id",
          "name": "job_id",
          "fieldType": "string"
        },
        {
          "reference": "job.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "job.invoice_number",
          "name": "invoice_number",
          "fieldType": "string"
        },
        {
          "reference": "job.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "job.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "job.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "job.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "job.total_amount",
          "name": "total_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "job.job_fields.job_type_id",
          "name": "job_type_id",
          "fieldType": "string"
        },
        {
          "reference": "job.job_fields.business_unit_id",
          "name": "business_unit_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Job Completed",
      "description": "Triggers when a job is marked as completed in Housecall Pro.",
      "templateId": "01JYGP8B0QAGWCKFG33CYF3AEB",
      "_id": "685a797c4c1de9cca4372de4",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "job.id",
          "name": "job_id",
          "fieldType": "string"
        },
        {
          "reference": "job.invoice_number",
          "name": "invoice_number",
          "fieldType": "string"
        },
        {
          "reference": "job.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "job.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "job.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "job.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "job.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "job.total_amount",
          "name": "total_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "job.job_fields.job_type_id",
          "name": "job_type_id",
          "fieldType": "string"
        },
        {
          "reference": "job.job_fields.business_unit_id",
          "name": "business_unit_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Job Scheduled",
      "description": "Triggers when a new job is scheduled in Housecall Pro.",
      "templateId": "01JYGNTFVN1DQQ1148C0Y1QKS1",
      "_id": "685a77bb4c1de9cca437138f",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "job.id",
          "name": "job_id",
          "fieldType": "string"
        },
        {
          "reference": "job.invoice_number",
          "name": "invoice_number",
          "fieldType": "string"
        },
        {
          "reference": "job.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "job.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "job.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "job.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "job.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "job.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "job.total_amount",
          "name": "total_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "job.job_fields.job_type_id",
          "name": "job_type_id",
          "fieldType": "string"
        },
        {
          "reference": "job.job_fields.business_unit_id",
          "name": "business_unit_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Estimate Completed",
      "description": "Triggers when an estimate is marked as completed in Housecall Pro.",
      "templateId": "01JYGNCH3T15HCYSKBYX6VVR9X",
      "_id": "685a75f24c1de9cca437075a",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "estimate.id",
          "name": "estimate_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_number",
          "name": "estimate_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "estimate.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.company",
          "name": "estimate.customer.company",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.completed_at",
          "name": "completed_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_start",
          "name": "scheduled_start",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_end",
          "name": "scheduled_end",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.arrival_window",
          "name": "arrival_window",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Estimate in progress",
      "description": "Triggers when an estimate status is updated to \"In Progress\" in Housecall Pro.",
      "templateId": "01JYGMTJEYDGH7RAYN5S670MKH",
      "_id": "685a73ea4c1de9cca436f821",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "estimate.id",
          "name": "estimate_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate_number",
          "name": "estimate_number",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_status",
          "name": "work_status",
          "fieldType": "string"
        },
        {
          "reference": "estimate.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.id",
          "name": "customer.id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.id",
          "name": "address_id",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "estimate.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.on_my_way_at",
          "name": "on_my_way_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.work_timestamps.started_at",
          "name": "started_at",
          "fieldType": "string"
        },
        {
          "reference": "estimate.customer.tags",
          "name": "completed_at",
          "fieldType": "array"
        },
        {
          "reference": "estimate.schedule.scheduled_start",
          "name": "scheduled_start",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.scheduled_end",
          "name": "scheduled_end",
          "fieldType": "string"
        },
        {
          "reference": "estimate.schedule.arrival_window",
          "name": "arrival_window",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Create Lead",
      "description": "Triggers when a new lead is created in Housecall Pro.",
      "templateId": "01JYGM4Z9B40EB31YRAQFHGADT",
      "_id": "685a70c04c1de9cca436dd3c",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "lead.id",
          "name": "lead_id",
          "fieldType": "string"
        },
        {
          "reference": "lead.number",
          "name": "number",
          "fieldType": "numerical"
        },
        {
          "reference": "lead.customer.id",
          "name": "Customer id",
          "fieldType": "string"
        },
        {
          "reference": "lead.assigned_employee.id",
          "name": "assigned_employee_id",
          "fieldType": "string"
        },
        {
          "reference": "lead.assigned_employee.first_name",
          "name": "assigned_employee_first_name",
          "fieldType": "string"
        },
        {
          "reference": "lead.assigned_employee.last_name",
          "name": "assigned_employee_last_name",
          "fieldType": "string"
        },
        {
          "reference": "lead.assigned_employee.email",
          "name": "assigned_employee_email",
          "fieldType": "string"
        },
        {
          "reference": "lead.address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "lead.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "lead.address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "lead.address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "lead.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        },
        {
          "reference": "lead.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "lead.total_amount",
          "name": "total_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "lead.assigned_employee.mobile_number",
          "name": "assigned_employee_mobile_number",
          "fieldType": "string"
        },
        {
          "reference": "lead.assigned_employee.role",
          "name": "assigned_employee_role",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "House Call Pro",
      "appId": "685167a7c9d8a7f4d68e7fef",
      "companyName": "All The Apps",
      "triggerName": "Create Customer",
      "description": "Triggers when a new customer is added in Housecall Pro.",
      "templateId": "01JYGKWHF240RFB52V4N69X8QC",
      "_id": "685a6f0e4c1de9cca436d26d",
      "customVars": [
        {
          "reference": "company_id",
          "name": "company_id",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "customer.id",
          "name": "customer id",
          "fieldType": "string"
        },
        {
          "reference": "customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "customer.mobile_number",
          "name": "mobile_number",
          "fieldType": "string"
        },
        {
          "reference": "customer.notifications_enabled",
          "name": "notifications_enabled",
          "fieldType": "string"
        },
        {
          "reference": "customer.home_number",
          "name": "home_number",
          "fieldType": "string"
        },
        {
          "reference": "customer.home_number",
          "name": "work_number",
          "fieldType": "string"
        },
        {
          "reference": "customer.lead_source",
          "name": "lead_source",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Job Schedule updated",
      "description": null,
      "templateId": "01HYGG9JNNQ0HGFZ50F5268DNR",
      "_id": "664e164131998dbe5715e1bc",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.jobSchedule",
          "name": "jobSchedule",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Job Schedule created",
      "description": null,
      "templateId": "01HYGG3TCA9V4ESCVV6M8AX9XX",
      "_id": "664e158031998dbe57f9f67d",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.jobSchedule",
          "name": "jobSchedule",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Site Updated",
      "description": null,
      "templateId": "01HYB7KZ79S7HBJTW2KQMM4QAZ",
      "_id": "664b636f31998dbe57764600",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.siteID",
          "name": "siteID",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Site Created",
      "description": null,
      "templateId": "01HYB79RXY8GAXWWMNM5T5GXFY",
      "_id": "664b62a631998dbe5753be6d",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.siteID",
          "name": "siteID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Quote Updated",
      "description": null,
      "templateId": "01HYB6Q5CZSY9151R6PM6MQZZD",
      "_id": "664b612831998dbe57113819",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.quoteID",
          "name": "quoteID",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Quote Created",
      "description": null,
      "templateId": "01HYB6EMJNAHVYYQP2HJ2SGMDZ",
      "_id": "664b5ebf31998dbe579f67a6",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.quoteID",
          "name": "quoteID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Job Updated",
      "description": null,
      "templateId": "01HYB65649WR224ZZFF5DZMFRD",
      "_id": "664b5dc831998dbe5777f54f",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.jobID",
          "name": "jobID",
          "fieldType": "string"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Job Created",
      "description": null,
      "templateId": "01HYB5ECSM3WB80FSVP031WY7E",
      "_id": "664b5bee31998dbe572b4b98",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.jobID",
          "name": "jobID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Individual customer updated",
      "description": null,
      "templateId": "01HYB3WEEVA5S3V1T3N5BEWJC7",
      "_id": "664b546e31998dbe57cda08e",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.customerID",
          "name": "customerID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.individualCustomerID",
          "name": "individualCustomerID",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Individual Customer created",
      "description": null,
      "templateId": "01HYB3KYPW713HDXZ45RWQ50X4",
      "_id": "664b534731998dbe57997cff",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.individualCustomerID",
          "name": "individualCustomerID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Company Customer Created",
      "description": null,
      "templateId": "01HYB359AEDW4CNV4XXT7B6SRE",
      "_id": "664b517631998dbe574da0ee",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.customerID",
          "name": "customerID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.companyCustomerID",
          "name": "companyCustomerID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Company Customer Updated",
      "description": null,
      "templateId": "01HYB2VV5Q1H08QMABVD0HFF2V",
      "_id": "664b505931998dbe5720581c",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.customerID",
          "name": "customerID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.companyCustomerID",
          "name": "companyCustomerID",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Employee Created",
      "description": null,
      "templateId": "01HYB1M7FYF1A9S88ZJPKQT72B",
      "_id": "664b4f2f31998dbe57f57d52",
      "customVars": [
        {
          "reference": "build",
          "name": "build",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "reference.employeeID",
          "name": "employeeID",
          "fieldType": "numerical"
        },
        {
          "reference": "reference.companyID",
          "name": "companyID",
          "fieldType": "numerical"
        },
        {
          "reference": "date_triggered",
          "name": "date_triggered",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sim Pro for Workflows",
      "appId": "664b16c1b63d8a31c7ceaa7d",
      "companyName": "All The Apps",
      "triggerName": "Contact Created",
      "description": null,
      "templateId": "01HYB1AWR9YVD6CZMTY631M88V",
      "_id": "664b49f531998dbe57c22582",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "ID",
          "name": "ID",
          "fieldType": "numerical"
        },
        {
          "reference": "Title",
          "name": "Title",
          "fieldType": "string"
        },
        {
          "reference": "GivenName",
          "name": "GivenName",
          "fieldType": "string"
        },
        {
          "reference": "FamilyName",
          "name": "FamilyName",
          "fieldType": "string"
        },
        {
          "reference": "Phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "DoNotCall",
          "name": "DoNotCall",
          "fieldType": "boolean"
        },
        {
          "reference": "AltPhone",
          "name": "AltPhone",
          "fieldType": "string"
        },
        {
          "reference": "Address.Address",
          "name": "Address",
          "fieldType": "string"
        },
        {
          "reference": "Address.City",
          "name": "City",
          "fieldType": "string"
        },
        {
          "reference": "Address.State",
          "name": "State",
          "fieldType": "string"
        },
        {
          "reference": "Address.PostalCode",
          "name": "PostalCode",
          "fieldType": "string"
        },
        {
          "reference": "Address.Country",
          "name": "Country",
          "fieldType": "string"
        },
        {
          "reference": "BillingAddress.Address",
          "name": "BillingAddress.Address",
          "fieldType": "string"
        },
        {
          "reference": "BillingAddress.State",
          "name": "BillingAddress.State",
          "fieldType": "string"
        },
        {
          "reference": "BillingAddress.PostalCode",
          "name": "BillingAddress.PostalCode",
          "fieldType": "string"
        },
        {
          "reference": "BillingAddress.Country",
          "name": "BillingAddress.Country",
          "fieldType": "string"
        },
        {
          "reference": "CustomerType",
          "name": "CustomerType",
          "fieldType": "string"
        },
        {
          "reference": "Tags",
          "name": "Tags",
          "fieldType": "array"
        },
        {
          "reference": "AmountOwing",
          "name": "AmountOwing",
          "fieldType": "numerical"
        },
        {
          "reference": "Rates.DiscountFee",
          "name": "Rates.DiscountFee",
          "fieldType": "numerical"
        },
        {
          "reference": "Rates.AlwaysDeductCIS",
          "name": "Rates.AlwaysDeductCIS",
          "fieldType": "boolean"
        },
        {
          "reference": "Archived",
          "name": "Archived",
          "fieldType": "boolean"
        },
        {
          "reference": "Sites",
          "name": "Sites",
          "fieldType": "array"
        },
        {
          "reference": "CustomFields",
          "name": "CustomFields",
          "fieldType": "array"
        },
        {
          "reference": "Email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "DateModified",
          "name": "DateModified",
          "fieldType": "string"
        },
        {
          "reference": "DateCreated",
          "name": "DateCreated",
          "fieldType": "string"
        },
        {
          "reference": "CellPhone",
          "name": "CellPhone",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Monday",
      "appId": "685157cac9d8a713e483d79f",
      "companyName": "All the Apps",
      "triggerName": "Item Moved To Another Group",
      "description": "Triggers when an item is moved from one group to another within a board.",
      "templateId": "01JZ2PCXN71Z899QK2H4SQMSXW",
      "_id": "6863b0466bc372da326ff006",
      "customVars": [
        {
          "reference": "event.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.boardId",
          "name": "boardId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.pulseId",
          "name": "pulseId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.destGroup.id",
          "name": "group_id",
          "fieldType": "string"
        },
        {
          "reference": "event.destGroup.title",
          "name": "group_title",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Monday",
      "appId": "685157cac9d8a713e483d79f",
      "companyName": "All the Apps",
      "triggerName": "Change Status Column Value",
      "description": "Changes the value of a status column for a specific item.",
      "templateId": "01JZ2P059T3Q3E3FB9C3ZJJP6P",
      "_id": "6863af8e6bc372da326fe642",
      "customVars": [
        {
          "reference": "event.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.boardId",
          "name": "boardId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.groupId",
          "name": "groupId",
          "fieldType": "string"
        },
        {
          "reference": "event.pulseId",
          "name": "pulseId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.pulseName",
          "name": "pulseName",
          "fieldType": "string"
        },
        {
          "reference": "event.columnId",
          "name": "columnId",
          "fieldType": "string"
        },
        {
          "reference": "event.columnType",
          "name": "columnType",
          "fieldType": "string"
        },
        {
          "reference": "event.columnTitle",
          "name": "columnTitle",
          "fieldType": "string"
        },
        {
          "reference": "event.value.label.index",
          "name": "index",
          "fieldType": "numerical"
        },
        {
          "reference": "event.value.label.text",
          "name": "text",
          "fieldType": "string"
        },
        {
          "reference": "event.value.label.style.color",
          "name": "color",
          "fieldType": "string"
        },
        {
          "reference": "event.value.label.style.border",
          "name": "border",
          "fieldType": "string"
        },
        {
          "reference": "event.value.label.style.var_name",
          "name": "var_name",
          "fieldType": "string"
        },
        {
          "reference": "event.changedAt",
          "name": "changedAt",
          "fieldType": "numerical"
        },
        {
          "reference": "event.isTopGroup",
          "name": "isTopGroup",
          "fieldType": "boolean"
        },
        {
          "reference": "event.app",
          "name": "app",
          "fieldType": "string"
        },
        {
          "reference": "event.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "event.triggerTime",
          "name": "triggerTime",
          "fieldType": "string"
        },
        {
          "reference": "event.subscriptionId",
          "name": "subscriptionId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.triggerUuid",
          "name": "triggerUuid",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Monday",
      "appId": "685157cac9d8a713e483d79f",
      "companyName": "All the Apps",
      "triggerName": "Item Name Updated",
      "description": "Triggers when the name of an item is changed.",
      "templateId": "01JZ2NRZTKR7HGK6SQ4PG9KWRE",
      "_id": "6863adea6bc372da326fd77a",
      "customVars": [
        {
          "reference": "event.subscriptionId",
          "name": "subscriptionId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.isRetry",
          "name": "isRetry",
          "fieldType": "boolean"
        },
        {
          "reference": "event.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.boardId",
          "name": "boardId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.groupId",
          "name": "groupId",
          "fieldType": "string"
        },
        {
          "reference": "event.pulseId",
          "name": "pulseId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.value.name",
          "name": "value",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Monday",
      "appId": "685157cac9d8a713e483d79f",
      "companyName": "All the Apps",
      "triggerName": "Item Created",
      "description": "Triggers when a new item is created in a board or list.",
      "templateId": "01JZ2NGPR6ZYYM4GY84EPEC6N1",
      "_id": "6863ad066bc372da326fd1b0",
      "customVars": [
        {
          "reference": "event.subscriptionId",
          "name": "subscriptionId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.boardId",
          "name": "boardId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.pulseId",
          "name": "pulseId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.pulseName",
          "name": "pulseName",
          "fieldType": "string"
        },
        {
          "reference": "event.groupId",
          "name": "groupId",
          "fieldType": "string"
        },
        {
          "reference": "event.groupName",
          "name": "groupName",
          "fieldType": "string"
        },
        {
          "reference": "event.groupColor",
          "name": "groupColor",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Monday",
      "appId": "685157cac9d8a713e483d79f",
      "companyName": "All the Apps",
      "triggerName": "Column Value Changed",
      "description": "Triggers when the value in a column is updated.",
      "templateId": "01JY3ZTCJRCVHA01ZQXD83ZBR0",
      "_id": "6863abf96bc372da326fc790",
      "customVars": [
        {
          "reference": "event.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "event.subscriptionId",
          "name": "subscriptionId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.boardId",
          "name": "boardId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.groupId",
          "name": "groupId",
          "fieldType": "string"
        },
        {
          "reference": "event.pulseId",
          "name": "pulseId",
          "fieldType": "numerical"
        },
        {
          "reference": "event.pulseName",
          "name": "pulseName",
          "fieldType": "string"
        },
        {
          "reference": "event.columnId",
          "name": "columnId",
          "fieldType": "string"
        },
        {
          "reference": "event.columnType",
          "name": "columnType",
          "fieldType": "string"
        },
        {
          "reference": "event.columnTitle",
          "name": "columnTitle",
          "fieldType": "string"
        },
        {
          "reference": "event.value.value",
          "name": "value",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Job Activity",
      "description": "The \"Create Job Activity\" trigger activates whenever a new activity is added to a job in ServiceM8. This helps users track changes and updates related to job progress or actions taken on a job.",
      "templateId": "01JZ0NJBT4VCWDYY3XHG7GKM93",
      "_id": "68cc16854f7adee9ce14f2cf",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Job",
      "description": "The \"Create Job\" trigger activates whenever a new job is created in ServiceM8. This helps users stay informed and take action immediately when a job is added to the system.",
      "templateId": "01JZ0N8TXFSQMBT8AS8BFWMHS9",
      "_id": "6862a6056bc372da3259c482",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Form Response",
      "description": "The \"Create Form Response\" trigger activates whenever a new response is submitted to a form in ServiceM8. This helps users track form submissions and initiate follow-up actions based on the submitted data.",
      "templateId": "01JZ0NE94980SFPW79MCBEQYA0",
      "_id": "6862a5ed6bc372da3259c23d",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Job Payment",
      "description": "The \"Create Job Payment\" trigger activates whenever a payment is made for a job in ServiceM8. This helps users track and respond to payments as they are processed, ensuring accurate financial records.",
      "templateId": "01JZ0B2GWV526GRPR50K33T29B",
      "_id": "68627b986bc372da3255b811",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Material",
      "description": "The \"Create Material\" trigger activates whenever a new material is added in ServiceM8. This helps users track and respond to new materials linked to jobs or tasks.",
      "templateId": "01JZ0AYGFT09MYR1Z5WDK147MT",
      "_id": "68627b146bc372da3255b34a",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Company",
      "description": "The \"Create Company\" trigger activates whenever a new company is created in ServiceM8. This helps users stay updated and initiate workflows when a new company is added to the system.",
      "templateId": "01JZ0ATW53BA5MZMWXHQJWPC0T",
      "_id": "68627a996bc372da3255af8e",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Attachment",
      "description": "The \"Create Attachment\" trigger activates whenever a new attachment is added to a job, client, or task in ServiceM8. This helps users track and respond to new documents or files associated with specific tasks.",
      "templateId": "01JZ0ANH402PP55D22NAS9WGAX",
      "_id": "68627a286bc372da3255abd4",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Task",
      "description": "The \"Create Task\" trigger activates whenever a new task is created in ServiceM8. This helps users stay informed and initiate actions when new tasks are added to a job, client, or staff profile.",
      "templateId": "01JZ0ACX6XWENCRQY526P7DKZ6",
      "_id": "686279636bc372da3255a3cf",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ServiceM8 ",
      "appId": "6851621ec9d8a7f61b8b03bb",
      "companyName": "All The Apps",
      "triggerName": "Create Note",
      "description": "The \"Create Note\" trigger activates whenever a new note is created in ServiceM8. This helps users stay updated on important notes or changes associated with jobs, clients, or staff.",
      "templateId": "01JZ0A81Q3RTCHBKQS51M380EP",
      "_id": "6862782e6bc372da3255959b",
      "customVars": [
        {
          "reference": "uuid",
          "name": "uuid",
          "fieldType": "string"
        },
        {
          "reference": "time",
          "name": "time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone",
      "appId": "68b9648d1d3ec92ed19478c1",
      "companyName": "All The Apps",
      "triggerName": "Contact Deleted",
      "description": null,
      "templateId": "01K4A4J8HEVW3QJ6P4XSBW2S5C",
      "_id": "68b96b224f0e7e5f5110d58a",
      "customVars": [
        {
          "reference": "data.object.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "data.object.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone",
      "appId": "68b9648d1d3ec92ed19478c1",
      "companyName": "All The Apps",
      "triggerName": "Contact Updated",
      "description": null,
      "templateId": "01K4A4D65M0CJVDPZG7N7RXFH8",
      "_id": "68b96aa74f0e7e5f5110d16f",
      "customVars": [
        {
          "reference": "data.object.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "data.object.role",
          "name": "role",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone",
      "appId": "68b9648d1d3ec92ed19478c1",
      "companyName": "All The Apps",
      "triggerName": "Message Sent",
      "description": null,
      "templateId": "01K4A45AMCS676K4R3RAZAXF1D",
      "_id": "68b969ef4f0e7e5f5110cb61",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.from",
          "name": "from_phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.to",
          "name": "to_phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.text",
          "name": "text",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "data.object.phoneNumberId",
          "name": "phoneNumberId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Purchase Orders",
      "description": "Triggers whenever a new purchase order is created in ServiceTitan, allowing you to automate inventory updates, vendor notifications, or internal approvals. It helps keep procurement workflows efficient and error-free.",
      "templateId": "01K3GHH0N14DP6SR9ZWPJ3G816",
      "_id": "68ac50a56d8327f2dcbf5357",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "invoiceId",
          "name": "invoiceId",
          "fieldType": "numerical"
        },
        {
          "reference": "jobId",
          "name": "jobId",
          "fieldType": "numerical"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "typeId",
          "name": "typeId",
          "fieldType": "numerical"
        },
        {
          "reference": "vendorId",
          "name": "vendorId",
          "fieldType": "numerical"
        },
        {
          "reference": "technicianId",
          "name": "technicianId",
          "fieldType": "numerical"
        },
        {
          "reference": "businessUnitId",
          "name": "businessUnitId",
          "fieldType": "numerical"
        },
        {
          "reference": "inventoryLocationId",
          "name": "inventoryLocationId",
          "fieldType": "numerical"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "requiredOn",
          "name": "requiredOn",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "shipping",
          "name": "shipping",
          "fieldType": "numerical"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Payment",
      "description": "Triggers whenever a new payment is recorded in ServiceTitan, enabling you to automate accounting updates, send payment confirmations, or notify your finance team instantly.",
      "templateId": "01K3GHAV1D9PS27PDTMNJW8NVR",
      "_id": "68ac4fdc6d8327f2dcbf47ff",
      "customVars": [
        {
          "reference": "id",
          "name": "Payment Id",
          "fieldType": "numerical"
        },
        {
          "reference": "syncStatus",
          "name": "syncStatus",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "typeId",
          "name": "typeId",
          "fieldType": "string"
        },
        {
          "reference": "total",
          "name": "total",
          "fieldType": "string"
        },
        {
          "reference": "unappliedAmount",
          "name": "unappliedAmount",
          "fieldType": "string"
        },
        {
          "reference": "memo",
          "name": "memo",
          "fieldType": "string"
        },
        {
          "reference": "customer.id",
          "name": "customer id",
          "fieldType": "numerical"
        },
        {
          "reference": "customer.name",
          "name": "customer name",
          "fieldType": "string"
        },
        {
          "reference": "businessUnit.id",
          "name": "businessUnit Id",
          "fieldType": "numerical"
        },
        {
          "reference": "businessUnit.name",
          "name": "businessUnit name",
          "fieldType": "string"
        },
        {
          "reference": "authCode",
          "name": "authCode",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Form Submission",
      "description": "Triggers whenever a new form is submitted in ServiceTitan, allowing you to automate data collection, initiate follow-ups, or update customer records seamlessly.",
      "templateId": "01K3GH7KXBJSFTPN8F7V0GFVHY",
      "_id": "68ac4f1b6d8327f2dcbf3fb6",
      "customVars": [
        {
          "reference": "id",
          "name": "submission Id",
          "fieldType": "numerical"
        },
        {
          "reference": "formId",
          "name": "formId",
          "fieldType": "numerical"
        },
        {
          "reference": "submittedOn",
          "name": "submittedOn",
          "fieldType": "string"
        },
        {
          "reference": "createdById",
          "name": "createdById",
          "fieldType": "numerical"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Invoice",
      "description": "Triggers whenever a new invoice is created in ServiceTitan, enabling you to automate billing processes, send notifications, or update financial records instantly.",
      "templateId": "01K3GGPTKA1ZP1ZED4WXYTRWW5",
      "_id": "68ac4ea86d8327f2dcbf3ac4",
      "customVars": [
        {
          "reference": "id",
          "name": "invoice Id",
          "fieldType": "numerical"
        },
        {
          "reference": "syncStatus",
          "name": "syncStatus",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "referenceNumber",
          "name": "referenceNumber",
          "fieldType": "string"
        },
        {
          "reference": "invoiceDate",
          "name": "invoiceDate",
          "fieldType": "string"
        },
        {
          "reference": "dueDate",
          "name": "dueDate",
          "fieldType": "string"
        },
        {
          "reference": "subTotal",
          "name": "subTotal",
          "fieldType": "string"
        },
        {
          "reference": "salesTax",
          "name": "salesTax",
          "fieldType": "string"
        },
        {
          "reference": "total",
          "name": "total",
          "fieldType": "string"
        },
        {
          "reference": "balance",
          "name": "balance",
          "fieldType": "string"
        },
        {
          "reference": "customer.id",
          "name": "customer Id",
          "fieldType": "numerical"
        },
        {
          "reference": "customer.name",
          "name": "customer name",
          "fieldType": "string"
        },
        {
          "reference": "customerAddress.street",
          "name": "customer street",
          "fieldType": "string"
        },
        {
          "reference": "customerAddress.city",
          "name": "customer city",
          "fieldType": "string"
        },
        {
          "reference": "customerAddress.state",
          "name": "customer state",
          "fieldType": "string"
        },
        {
          "reference": "customerAddress.zip",
          "name": "customer zip",
          "fieldType": "string"
        },
        {
          "reference": "customerAddress.country",
          "name": "customer country",
          "fieldType": "string"
        },
        {
          "reference": "location.id",
          "name": "location Id",
          "fieldType": "numerical"
        },
        {
          "reference": "location.name",
          "name": "location name",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.street",
          "name": "location street",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.city",
          "name": "location city",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.state",
          "name": "location state",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.zip",
          "name": "location zip",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.country",
          "name": "location country",
          "fieldType": "string"
        },
        {
          "reference": "businessUnit.id",
          "name": "businessUnit Id",
          "fieldType": "numerical"
        },
        {
          "reference": "businessUnit.name",
          "name": "businessUnit name",
          "fieldType": "string"
        },
        {
          "reference": "termName",
          "name": "termName",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "job.id",
          "name": "job Id",
          "fieldType": "numerical"
        },
        {
          "reference": "job.number",
          "name": "job number",
          "fieldType": "string"
        },
        {
          "reference": "job.type",
          "name": "job type",
          "fieldType": "string"
        },
        {
          "reference": "royalty.status",
          "name": "royalty status",
          "fieldType": "string"
        },
        {
          "reference": "sentStatus",
          "name": "sentStatus",
          "fieldType": "string"
        },
        {
          "reference": "reviewStatus",
          "name": "reviewStatus",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Estimate",
      "description": "Triggers whenever a new estimate is created in ServiceTitan, allowing you to automate follow-ups, notify sales teams, or update project records efficiently.",
      "templateId": "01K3GGD0D372WGQXERM1D3W300",
      "_id": "68ac4c596d8327f2dcbf1d96",
      "customVars": [
        {
          "reference": "id",
          "name": "Estimate Id",
          "fieldType": "numerical"
        },
        {
          "reference": "jobId",
          "name": "jobId",
          "fieldType": "numerical"
        },
        {
          "reference": "projectId",
          "name": "projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "numerical"
        },
        {
          "reference": "customerId",
          "name": "customerId",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "jobNumber",
          "name": "jobNumber",
          "fieldType": "string"
        },
        {
          "reference": "status.value",
          "name": "status value",
          "fieldType": "numerical"
        },
        {
          "reference": "status.name",
          "name": "status name",
          "fieldType": "string"
        },
        {
          "reference": "reviewStatus",
          "name": "reviewStatus",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "soldOn",
          "name": "soldOn",
          "fieldType": "string"
        },
        {
          "reference": "soldBy",
          "name": "soldBy",
          "fieldType": "numerical"
        },
        {
          "reference": "active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "subtotal",
          "name": "subtotal",
          "fieldType": "numerical"
        },
        {
          "reference": "tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "businessUnitId",
          "name": "businessUnitId",
          "fieldType": "numerical"
        },
        {
          "reference": "businessUnitName",
          "name": "businessUnitName",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Booking",
      "description": "The New Booking action in ServiceTitan lets you automatically create a new booking in your system. Use it to streamline scheduling, notify teams, and keep your operations organized.",
      "templateId": "01K3GG61X2HH44QM3PCCZVRS81",
      "_id": "68ac4b3a6d8327f2dcbf10aa",
      "customVars": [
        {
          "reference": "id",
          "name": "booking Id",
          "fieldType": "numerical"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "start",
          "name": "start",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "numerical"
        },
        {
          "reference": "isSendConfirmationEmail",
          "name": "isSendConfirmationEmail",
          "fieldType": "boolean"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "jobId",
          "name": "jobId",
          "fieldType": "numerical"
        },
        {
          "reference": "externalId",
          "name": "externalId",
          "fieldType": "string"
        },
        {
          "reference": "priority",
          "name": "priority",
          "fieldType": "string"
        },
        {
          "reference": "bookingProviderId",
          "name": "bookingProviderId",
          "fieldType": "numerical"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Lead",
      "description": "Triggers whenever a new lead is created in ServiceTitan, allowing you to automate lead follow-ups, notify your sales team, or update CRM records instantly.",
      "templateId": "01K3GG08YXNMPE5ST0EMWXSV5Z",
      "_id": "68ac4a276d8327f2dcbf025e",
      "customVars": [
        {
          "reference": "id",
          "name": "lead Id",
          "fieldType": "numerical"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "priority",
          "name": "priority",
          "fieldType": "string"
        },
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "numerical"
        },
        {
          "reference": "callReasonId",
          "name": "callReasonId",
          "fieldType": "numerical"
        },
        {
          "reference": "callId",
          "name": "callId",
          "fieldType": "numerical"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        },
        {
          "reference": "createdById",
          "name": "createdById",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Appointment",
      "description": "The New Appointment action in ServiceTitan allows you to automatically schedule a new appointment. Use it to streamline booking, notify teams, and keep your calendar organized without manual effort.",
      "templateId": "01K3GFVP78PEJ1J1VP5KQ5E785",
      "_id": "68ac49a76d8327f2dcbefca3",
      "customVars": [
        {
          "reference": "id",
          "name": "appointment Id",
          "fieldType": "numerical"
        },
        {
          "reference": "jobId",
          "name": "jobId",
          "fieldType": "numerical"
        },
        {
          "reference": "appointmentNumber",
          "name": "appointmentNumber",
          "fieldType": "string"
        },
        {
          "reference": "start",
          "name": "start",
          "fieldType": "string"
        },
        {
          "reference": "end",
          "name": "end",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "customerId",
          "name": "customerId",
          "fieldType": "numerical"
        },
        {
          "reference": "unused",
          "name": "unused",
          "fieldType": "boolean"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "New Customer",
      "description": "The New Customer action lets you automatically create a new customer in ServiceTitan. Use it to streamline customer onboarding, maintain accurate records, and save time on manual data entry.",
      "templateId": "01K3GFNQVEADJZ2CJPGVS3YDTT",
      "_id": "68ac49106d8327f2dcbef3a0",
      "customVars": [
        {
          "reference": "id",
          "name": "customer Id",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "address.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "address.unit",
          "name": "unit",
          "fieldType": "string"
        },
        {
          "reference": "address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "address.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "address.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "balance",
          "name": "balance",
          "fieldType": "numerical"
        },
        {
          "reference": "doNotMail",
          "name": "doNotMail",
          "fieldType": "boolean"
        },
        {
          "reference": "doNotService",
          "name": "doNotService",
          "fieldType": "boolean"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Service Titan",
      "appId": "68ac44472863c58303bbeb27",
      "companyName": "All The Apps",
      "triggerName": "Job Created",
      "description": "The Job Created action allows you to automatically create a new job in ServiceTitan. Use it to streamline job scheduling, assign tasks to teams, and keep your service operations organized.",
      "templateId": "01K3GFED6ZTSWMPS9HAH31BAPV",
      "_id": "68ac483e6d8327f2dcbeeae6",
      "customVars": [
        {
          "reference": "id",
          "name": "job Id",
          "fieldType": "numerical"
        },
        {
          "reference": "jobNumber",
          "name": "jobNumber",
          "fieldType": "string"
        },
        {
          "reference": "customerId",
          "name": "customerId",
          "fieldType": "numerical"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "numerical"
        },
        {
          "reference": "jobStatus",
          "name": "jobStatus",
          "fieldType": "string"
        },
        {
          "reference": "completedOn",
          "name": "completedOn",
          "fieldType": "string"
        },
        {
          "reference": "businessUnitId",
          "name": "businessUnitId",
          "fieldType": "numerical"
        },
        {
          "reference": "jobTypeId",
          "name": "jobTypeId",
          "fieldType": "numerical"
        },
        {
          "reference": "priority",
          "name": "priority",
          "fieldType": "string"
        },
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "numerical"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "appointmentCount",
          "name": "appointmentCount",
          "fieldType": "numerical"
        },
        {
          "reference": "firstAppointmentId",
          "name": "firstAppointmentId",
          "fieldType": "numerical"
        },
        {
          "reference": "lastAppointmentId",
          "name": "lastAppointmentId",
          "fieldType": "numerical"
        },
        {
          "reference": "noCharge",
          "name": "noCharge",
          "fieldType": "boolean"
        },
        {
          "reference": "createdOn",
          "name": "createdOn",
          "fieldType": "string"
        },
        {
          "reference": "tenant_id",
          "name": "tenant_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Jotform For Workflows",
      "appId": "685182cb7dd26016c30bceda",
      "companyName": "All The Apps",
      "triggerName": "Form Submitted",
      "description": "Detects the submission of a form in Jotform. This trigger is commonly used to automate notifications, process responses, update databases, or integrate form data into other workflows for efficient data management.",
      "templateId": "01JYEMD4KAE2WSBKH9PCXWMANW",
      "_id": "685a6efa4c1de9cca436d1e5",
      "customVars": [
        {
          "reference": "data.formID",
          "name": "formID",
          "fieldType": "string"
        },
        {
          "reference": "data.submissionID",
          "name": "submissionID",
          "fieldType": "string"
        },
        {
          "reference": "data.formTitle",
          "name": "formTitle",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.slug",
          "name": "slug",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.submitSource",
          "name": "submitSource",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q3_name.first",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q3_name.last",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q4_email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q5_phoneNumber.full",
          "name": "phoneNumber",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q6_address.addr_line1",
          "name": "address_1",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q6_address.city",
          "name": "address_city",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q6_address.state",
          "name": "address_state",
          "fieldType": "string"
        },
        {
          "reference": "data.rawRequest.q6_address.postal",
          "name": "address_postal_code",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "FormSite ",
      "appId": "68518fc628bc86a74f67a2d3",
      "companyName": "All The Apps",
      "triggerName": "Form Submitted",
      "description": null,
      "templateId": "01K9YSR6WB7101F1W0FW9QH4RJ",
      "_id": "6915eaf679ac756fe0690e9d",
      "customVars": [
        {
          "reference": "data.id",
          "name": "form_id",
          "fieldType": "string"
        },
        {
          "reference": "data.items.full_name",
          "name": "full_name",
          "fieldType": "string"
        },
        {
          "reference": "data.items.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "data.items.phone",
          "name": "phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.items.address",
          "name": "address",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "New Time Entry Created",
      "description": null,
      "templateId": "01K5YDXFBBWEHHRP4VZN6CRBFG",
      "_id": "68d43199068980b27d5ade56",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "task_id",
          "name": "task_id",
          "fieldType": "string"
        },
        {
          "reference": "data.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.interval_id",
          "name": "interval_id",
          "fieldType": "string"
        },
        {
          "reference": "team_id",
          "name": "team_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook_id",
          "name": "webhook_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "Folder Created",
      "description": "The \"Folder Created\" trigger activates when a new folder is created within a ClickUp workspace or project. This action enables you to automate processes based on the creation of new folders, ensuring that any structural changes within your ClickUp environment are immediately reflected in your workflows.",
      "templateId": "01JYNESMP90KMZ1KW9VEYTE3N7",
      "_id": "685ce8f00b94dc339a2b8fd1",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "folder_id",
          "name": "folder_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "List Created",
      "description": "The \"List Created\" trigger activates when a new list is created within a ClickUp project or space. This action allows you to automate workflows based on the creation of new lists, ensuring that new organizational structures are immediately integrated into your broader processes.",
      "templateId": "01JYNEP97TBGJPAS8YZP0KW502",
      "_id": "685ce8820b94dc339a2b8d10",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "list_id",
          "name": "list_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "Task Comment Updated",
      "description": "The \"Task Comment Updated\" trigger activates when an existing comment on a task in ClickUp is edited or updated. This action is valuable for automating workflows that need to respond to changes in task discussions, such as updating records or notifying relevant team members of important comment revisions.",
      "templateId": "01JYNEHRGTDG6E5RSNG40DF3K8",
      "_id": "685ce8170b94dc339a2b857e",
      "customVars": [
        {
          "reference": "history_items.comment.id",
          "name": "comment_id",
          "fieldType": "string"
        },
        {
          "reference": "history_items.comment.text_content",
          "name": "comment_text",
          "fieldType": "string"
        },
        {
          "reference": "task_id",
          "name": "task_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "Task Comment Posted",
      "description": "The \"Task Comment Posted\" trigger activates when a comment is added to a task in ClickUp. This action helps automate workflows that need to react to new comments, such as notifying team members or tracking important discussions related to tasks. It ensures that updates related to task comments are immediately reflected in your workflow.",
      "templateId": "01JYNECY8VZ5A7VP903HTVR1W5",
      "_id": "685ce7830b94dc339a2b813a",
      "customVars": [
        {
          "reference": "history_items.comment.id",
          "name": "comment_id",
          "fieldType": "string"
        },
        {
          "reference": "history_items.comment.text_content",
          "name": "comment_text",
          "fieldType": "string"
        },
        {
          "reference": "task_id",
          "name": "task_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "Task Updated",
      "description": "The \"Task Updated\" trigger allows you to initiate actions when an existing task in ClickUp is updated. This trigger is useful for automating workflows that depend on changes made to tasks, such as updates to the task status, priority, or assignee. It ensures that changes to tasks are promptly reflected in your workflow processes.",
      "templateId": "01JYNE8WFP3YMHBZHDFTZ64SVF",
      "_id": "685ce6e80b94dc339a2b7cdb",
      "customVars": [
        {
          "reference": "task_id",
          "name": "taskId",
          "fieldType": "string"
        },
        {
          "reference": "history_items.user.id",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "history_items.user.email",
          "name": "user_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ClickUp For Workflows ",
      "appId": "68515f9ad3d632127459d3af",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "The \"Task Created\" trigger allows you to automatically initiate actions when a new task is created in ClickUp. This event-driven trigger is useful for automating workflows, ensuring that specific processes are activated as soon as new tasks are added to a project. It helps streamline task management and reduces the need for manual intervention.",
      "templateId": "01JYNE45DNXVPNKV63RVA4S1Z1",
      "_id": "685ce65f0b94dc339a2b78c8",
      "customVars": [
        {
          "reference": "task_id",
          "name": "taskId",
          "fieldType": "string"
        },
        {
          "reference": "history_items.user.id",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "history_items.user.email",
          "name": "user_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Typeform",
      "appId": "685192d11f705c51a1028dd1",
      "companyName": "All The Apps ",
      "triggerName": "Form Submitted",
      "description": "The Form Submitted trigger activates workflows automatically whenever a Typeform is submitted, ensuring timely follow-ups and actions.",
      "templateId": "01JZ7T5WRMMNH63EVSRXVYSB7Z",
      "_id": "68664f5e6bc372da32aac9a6",
      "customVars": [
        {
          "reference": "data.form_response.form_id",
          "name": "form_id",
          "fieldType": "string"
        },
        {
          "reference": "data.form_response.answers.First name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "data.form_response.answers.Last name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "data.form_response.answers.Phone number",
          "name": "phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.form_response.answers.Email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "data.form_response.answers.Company",
          "name": "company",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "New Card Added",
      "description": "This trigger activates whenever a new card is added to a list on your Trello board. It enables automated workflows to respond immediately to newly created tasks, ideas, or notes.",
      "templateId": "01JZB34XPBA1MQSFRDX9JE779Z",
      "_id": "687777626bc372da32f6ab8f",
      "customVars": [
        {
          "reference": "model.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idBoard",
          "name": "idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.pos",
          "name": "pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.datasource.filter",
          "name": "datasource",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "board_ShortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.type",
          "name": "display_entities_list_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.id",
          "name": "display_entities_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.text",
          "name": "display_entities_list_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "memberCreator_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Board Created",
      "description": "This trigger activates whenever a new Trello board is created. It allows you to automatically capture and manage new project boards as soon as they are set up.",
      "templateId": "01JZB1F2HEGRRV7GW64FQG9C1N",
      "_id": "687772656bc372da32f68192",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.aaId",
          "name": "model_aaId",
          "fieldType": "string"
        },
        {
          "reference": "model.activityBlocked",
          "name": "model_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "model.avatarHash",
          "name": "model_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "model.avatarUrl",
          "name": "model_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.bio",
          "name": "model_bio",
          "fieldType": "string"
        },
        {
          "reference": "model.confirmed",
          "name": "model_confirmed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.fullName",
          "name": "model_fullName",
          "fieldType": "string"
        },
        {
          "reference": "model.initials",
          "name": "model_initials",
          "fieldType": "string"
        },
        {
          "reference": "model.memberType",
          "name": "model_memberType",
          "fieldType": "string"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.username",
          "name": "model_username",
          "fieldType": "string"
        },
        {
          "reference": "model.status",
          "name": "model_status",
          "fieldType": "string"
        },
        {
          "reference": "model.avatarSource",
          "name": "model_avatarSource",
          "fieldType": "string"
        },
        {
          "reference": "model.dateLastImpression",
          "name": "model_dateLastImpression",
          "fieldType": "string"
        },
        {
          "reference": "model.dateLastActive",
          "name": "model_dateLastActive",
          "fieldType": "string"
        },
        {
          "reference": "model.gravatarHash",
          "name": "model_gravatarHash",
          "fieldType": "string"
        },
        {
          "reference": "model.idBoards",
          "name": "model_idBoards",
          "fieldType": "array"
        },
        {
          "reference": "model.idOrganizations",
          "name": "model_idOrganizations",
          "fieldType": "array"
        },
        {
          "reference": "model.limits.boards.totalPerMember.status",
          "name": "model_limits_boards_totalPerMember_status",
          "fieldType": "string"
        },
        {
          "reference": "model.limits.boards.totalPerMember.disableAt",
          "name": "model_limits_boards_totalPerMember_disableAt",
          "fieldType": "numerical"
        },
        {
          "reference": "model.limits.boards.totalPerMember.warnAt",
          "name": "model_limits_boards_totalPerMember_warnAt",
          "fieldType": "numerical"
        },
        {
          "reference": "model.limits.orgs.totalPerMember.status",
          "name": "model_limits_orgs_totalPerMember_status",
          "fieldType": "string"
        },
        {
          "reference": "model.marketingOptIn.optedIn",
          "name": "model_marketingOptIn_optedIn",
          "fieldType": "boolean"
        },
        {
          "reference": "model.marketingOptIn.date",
          "name": "model_marketingOptIn_date",
          "fieldType": "string"
        },
        {
          "reference": "model.nodeId",
          "name": "model_nodeId",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.sendSummaries",
          "name": "model_prefs_sendSummaries",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.minutesBetweenSummaries",
          "name": "model_prefs_minutesBetweenSummaries",
          "fieldType": "numerical"
        },
        {
          "reference": "model.prefs.minutesBeforeDeadlineToNotify",
          "name": "model_prefs_minutesBeforeDeadlineToNotify",
          "fieldType": "numerical"
        },
        {
          "reference": "model.prefs.colorBlind",
          "name": "model_prefs_colorBlind",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.privacy.fullName",
          "name": "model_prefs_privacy_fullName",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.privacy.avatar",
          "name": "model_prefs_privacy_avatar",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.type",
          "name": "action_display_entities_board_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.id",
          "name": "action_display_entities_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.shortLink",
          "name": "action_display_entities_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "member_Creator_activity_Blocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "model.nonPublicAvailable",
          "name": "model_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "model.credentialsRemovedCount",
          "name": "model_credentialsRemovedCount",
          "fieldType": "numerical"
        },
        {
          "reference": "model.dateLastActive",
          "name": "model_dateLastActive",
          "fieldType": "string"
        },
        {
          "reference": "model.gravatarHash",
          "name": "model_gravatarHash",
          "fieldType": "string"
        },
        {
          "reference": "model.idBoards",
          "name": "model_idBoards",
          "fieldType": "array"
        },
        {
          "reference": "model.oneTimeMessagesDismissed",
          "name": "model_oneTimeMessagesDismissed",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.locale",
          "name": "model_prefs_locale",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.text",
          "name": "action_display_entities_board_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "New Activity",
      "description": "This action triggers whenever there is new activity on a Trello board, such as card updates, comments, or list changes. It helps you stay on top of all project movements in real time.",
      "templateId": "01JZAZPCVPGVC00GZBZDCT1CM5",
      "_id": "6867f4c76bc372da32ccce00",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idOrganization",
          "name": "model_idOrganization",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.permissionLevel",
          "name": "model_prefs_permissionLevel",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.hideVotes",
          "name": "model_prefs_hideVotes",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.voting",
          "name": "model_prefs_voting",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.comments",
          "name": "model_prefs_comments",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.invitations",
          "name": "model_prefs_invitations",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.selfJoin",
          "name": "model_prefs_selfJoin",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCovers",
          "name": "model_prefs_cardCovers",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCounts",
          "name": "model_prefs_cardCounts",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.isTemplate",
          "name": "model_prefs_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardAging",
          "name": "model_prefs_cardAging",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.calendarFeedEnabled",
          "name": "model_prefs_calendarFeedEnabled",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.switcherViews",
          "name": "model_prefs_switcherViews",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.background",
          "name": "model_prefs_background",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTile",
          "name": "model_prefs_backgroundTile",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.backgroundBrightness",
          "name": "model_prefs_backgroundBrightness",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBottomColor",
          "name": "model_prefs_backgroundBottomColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTopColor",
          "name": "model_prefs_backgroundTopColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.canBePublic",
          "name": "model_prefs_canBePublic",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeEnterprise",
          "name": "model_prefs_canBeEnterprise",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeOrg",
          "name": "model_prefs_canBeOrg",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBePrivate",
          "name": "model_prefs_canBePrivate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.green",
          "name": "model_labelNames_green",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange",
          "name": "model_labelNames_orange",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime",
          "name": "model_labelNames_lime",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink",
          "name": "model_labelNames_pink",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black",
          "name": "model_labelNames_black",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_dark",
          "name": "model_labelNames_green_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_dark",
          "name": "model_labelNames_yellow_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_dark",
          "name": "model_labelNames_orange_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_dark",
          "name": "model_labelNames_red_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_dark",
          "name": "model_labelNames_sky_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_dark",
          "name": "model_labelNames_pink_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_dark",
          "name": "model_labelNames_black_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_light",
          "name": "model_labelNames_green_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_light",
          "name": "model_labelNames_yellow_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_light",
          "name": "model_labelNames_orange_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_light",
          "name": "model_labelNames_red_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_light",
          "name": "model_labelNames_purple_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_light",
          "name": "model_labelNames_sky_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_light",
          "name": "model_labelNames_lime_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_light",
          "name": "model_labelNames_pink_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_light",
          "name": "model_labelNames_black_light",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.old.due",
          "name": "action_data_old_due",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.date.type",
          "name": "action_display_entities_date_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.due",
          "name": "action_data_card_due",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.date.date",
          "name": "action_display_entities_date_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Card Updated",
      "description": "This action triggers whenever a Trello card is updated, such as when its title, description, labels, or due date changes. It helps you stay on top of modifications and keeps your workflows in sync automatically.",
      "templateId": "01JZ2NT6E5DHE3V7SSNHH5BE0E",
      "_id": "6867ee1c6bc372da32cc19ec",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.board",
          "name": "model_badges_attachments_By_Type_trello_board",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.card",
          "name": "model_badges_attachments_By_Type_trello_card",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.location",
          "name": "model_badges_location",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.votes",
          "name": "model_badges_votes",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.viewingMemberVoted",
          "name": "model_badges_viewingMemberVoted",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.subscribed",
          "name": "model_badges_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.attachments",
          "name": "model_badges_attachments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.fogbugz",
          "name": "model_badges_fogbugz",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.checkItems",
          "name": "model_badges_checkItems",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.checkItemsChecked",
          "name": "model_badges_checkItemsChecked",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.comments",
          "name": "model_badges_comments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.description",
          "name": "model_badges_description",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.due",
          "name": "model_badges_due",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.dueComplete",
          "name": "model_badges_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.lastUpdatedByAi",
          "name": "model_badges_lastUpdatedByAi",
          "fieldType": "boolean"
        },
        {
          "reference": "model.checkItemStates",
          "name": "model_checkItemStates",
          "fieldType": "array"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dueComplete",
          "name": "model_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dateLastActivity",
          "name": "model_dateLastActivity",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.due",
          "name": "model_due",
          "fieldType": "string"
        },
        {
          "reference": "model.dueReminder",
          "name": "model_dueReminder",
          "fieldType": "numerical"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.idChecklists",
          "name": "model_idChecklists",
          "fieldType": "array"
        },
        {
          "reference": "model.idList",
          "name": "model_idList",
          "fieldType": "string"
        },
        {
          "reference": "model.idShort",
          "name": "model_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "model.labels",
          "name": "model_labels",
          "fieldType": "array"
        },
        {
          "reference": "model.idLabels",
          "name": "model_idLabels",
          "fieldType": "array"
        },
        {
          "reference": "model.manualCoverAttachment",
          "name": "model_manualCoverAttachment",
          "fieldType": "boolean"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.size",
          "name": "model_cover_size",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.brightness",
          "name": "model_cover_brightness",
          "fieldType": "string"
        },
        {
          "reference": "model.isTemplate",
          "name": "model_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.due",
          "name": "action_data_card_due",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.old.due",
          "name": "action_data_old_due",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.due",
          "name": "action_display_entities_card_due",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.date.type",
          "name": "action_display_entities_date_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "model.shortLink",
          "name": "model_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.subscribed",
          "name": "model_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.date.date",
          "name": "action_display_entities_date_date",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Member Added To Board",
      "description": "This action triggers when a new member is added to a Trello board. It helps you track team collaboration and automate workflows whenever someone joins a project board.",
      "templateId": "01JZ3BCFTADBXEQPEXA2TBSKJS",
      "_id": "686409f76bc372da3278d380",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idOrganization",
          "name": "model_idOrganization",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green",
          "name": "model_labelNames_green",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange",
          "name": "model_labelNames_orange",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red",
          "name": "model_labelNames_red",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple",
          "name": "model_labelNames_purple",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue",
          "name": "model_labelNames_blue",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky",
          "name": "model_labelNames_sky",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime",
          "name": "model_labelNames_lime",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink",
          "name": "model_labelNames_pink",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black",
          "name": "model_labelNames_black",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.memberType",
          "name": "action_data_memberType",
          "fieldType": "string"
        },
        {
          "reference": "action.data.idMemberAdded",
          "name": "action_data_idMemberAdded",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.appCreator.id",
          "name": "action_appCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.id",
          "name": "action_display_entities_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.type",
          "name": "action_display_entities_board_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.member.id",
          "name": "action_display_entities_member_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.member.type",
          "name": "action_display_entities_member_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.member.username",
          "name": "action_display_entities_member_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.member.id",
          "name": "action_member_id",
          "fieldType": "string"
        },
        {
          "reference": "action.member.avatarHash",
          "name": "action_member_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.member.avatarUrl",
          "name": "action_member_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.member.fullName",
          "name": "action_member_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.member.initials",
          "name": "action_member_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.member.username",
          "name": "action_member_username",
          "fieldType": "string"
        },
        {
          "reference": "action.member.nonPublicAvailable",
          "name": "action_member_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "model.prefs.permissionLevel",
          "name": "model_prefs_permissionLevel",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.hideVotes",
          "name": "model_prefs_hideVotes",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.voting",
          "name": "model_prefs_voting",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.comments",
          "name": "model_prefs_comments",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.invitations",
          "name": "model_prefs_invitations",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.selfJoin",
          "name": "model_prefs_selfJoin",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCovers",
          "name": "model_prefs_cardCovers",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCounts",
          "name": "model_prefs_cardCounts",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.isTemplate",
          "name": "model_prefs_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardAging",
          "name": "model_prefs_cardAging",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.calendarFeedEnabled",
          "name": "model_prefs_calendarFeedEnabled",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.switcherViews",
          "name": "model_prefs_switcherViews",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.background",
          "name": "model_prefs_background",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundColor",
          "name": "model_prefs_backgroundColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBrightness",
          "name": "model_prefs_backgroundBrightness",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBottomColor",
          "name": "model_prefs_backgroundBottomColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTopColor",
          "name": "model_prefs_backgroundTopColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.canBePublic",
          "name": "model_prefs_canBePublic",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeEnterprise",
          "name": "model_prefs_canBeEnterprise",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeOrg",
          "name": "model_prefs_canBeOrg",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBePrivate",
          "name": "model_prefs_canBePrivate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canInvite",
          "name": "model_prefs_canInvite",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_dark",
          "name": "model_labelNames_green_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_dark",
          "name": "model_labelNames_yellow_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_dark",
          "name": "model_labelNames_orange_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_dark",
          "name": "model_labelNames_red_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_dark",
          "name": "model_labelNames_purple_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_dark",
          "name": "model_labelNames_blue_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_dark",
          "name": "model_labelNames_sky_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_dark",
          "name": "model_labelNames_lime_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_dark",
          "name": "model_labelNames_pink_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_dark",
          "name": "model_labelNames_black_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_light",
          "name": "model_labelNames_green_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_light",
          "name": "model_labelNames_yellow_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_light",
          "name": "model_labelNames_orange_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_light",
          "name": "model_labelNames_red_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_light",
          "name": "model_labelNames_purple_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_light",
          "name": "model_labelNames_blue_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_light",
          "name": "model_labelNames_sky_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_light",
          "name": "model_labelNames_lime_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_light",
          "name": "model_labelNames_pink_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_light",
          "name": "model_labelNames_black_light",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.text",
          "name": "action_display_entities_board_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.shortLink",
          "name": "action_display_entities_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.member.text",
          "name": "action_display_entities_member_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.member.activityBlocked",
          "name": "action_member_activityBlocked",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "List Created",
      "description": "This action triggers whenever a new list is created on a Trello board. It helps you automate workflows and stay updated whenever new lists are added to organize cards effectively.",
      "templateId": "01JZ3AM2SG19P9HHYBRE50RV13",
      "_id": "6864057e6bc372da3277d9c2",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idOrganization",
          "name": "model_idOrganization",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTile",
          "name": "model_prefs_backgroundTile",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.green",
          "name": "model_labelNames_green",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange",
          "name": "model_labelNames_orange",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red",
          "name": "model_labelNames_red",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple",
          "name": "model_labelNames_purple",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue",
          "name": "model_labelNames_blue",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky",
          "name": "model_labelNames_sky",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime",
          "name": "model_labelNames_lime",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink",
          "name": "model_labelNames_pink",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black",
          "name": "model_labelNames_black",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.id",
          "name": "action_display_entities_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.type",
          "name": "action_display_entities_board_type",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        },
        {
          "reference": "model.prefs.permissionLevel",
          "name": "model_prefs_permissionLevel",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.hideVotes",
          "name": "model_prefs_hideVotes",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.voting",
          "name": "model_prefs_voting",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.comments",
          "name": "model_prefs_comments",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.invitations",
          "name": "model_prefs_invitations",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.selfJoin",
          "name": "model_prefs_selfJoin",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCovers",
          "name": "model_prefs_cardCovers",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCounts",
          "name": "model_prefs_cardCounts",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.isTemplate",
          "name": "model_prefs_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardAging",
          "name": "model_prefs_cardAging",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.calendarFeedEnabled",
          "name": "model_prefs_calendarFeedEnabled",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.switcherViews",
          "name": "model_prefs_switcherViews",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.background",
          "name": "model_prefs_background",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundColor",
          "name": "model_prefs_backgroundColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTile",
          "name": "model_prefs_backgroundTile",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.backgroundBrightness",
          "name": "model_prefs_backgroundBrightness",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBottomColor",
          "name": "model_prefs_backgroundBottomColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTopColor",
          "name": "model_prefs_backgroundTopColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.canBePublic",
          "name": "model_prefs_canBePublic",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeEnterprise",
          "name": "model_prefs_canBeEnterprise",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeOrg",
          "name": "model_prefs_canBeOrg",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBePrivate",
          "name": "model_prefs_canBePrivate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canInvite",
          "name": "model_prefs_canInvite",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_dark",
          "name": "model_labelNames_green_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_dark",
          "name": "model_labelNames_yellow_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_dark",
          "name": "model_labelNames_orange_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_dark",
          "name": "model_labelNames_red_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_dark",
          "name": "model_labelNames_purple_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_dark",
          "name": "model_labelNames_blue_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_dark",
          "name": "model_labelNames_sky_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_dark",
          "name": "model_labelNames_lime_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_dark",
          "name": "model_labelNames_pink_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_dark",
          "name": "model_labelNames_black_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_light",
          "name": "model_labelNames_green_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_light",
          "name": "model_labelNames_yellow_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_light",
          "name": "model_labelNames_orange_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_light",
          "name": "model_labelNames_red_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_light",
          "name": "model_labelNames_purple_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_light",
          "name": "model_labelNames_blue_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_light",
          "name": "model_labelNames_sky_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_light",
          "name": "model_labelNames_lime_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_light",
          "name": "model_labelNames_pink_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_light",
          "name": "model_labelNames_black_light",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.type",
          "name": "action_display_entities_list_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.list.text",
          "name": "action_display_entities_list_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.type",
          "name": "action_display_entities_board_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.id",
          "name": "action_display_entities_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.text",
          "name": "action_display_entities_board_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.board.shortLink",
          "name": "action_display_entities_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Label Added To Card",
      "description": "This action automatically applies a label to a specific Trello card, helping you categorize tasks for better organization. For example, you can use it to mark tasks as \"Urgent,\" \"In Progress,\" or \"Completed\" for easy tracking and prioritization.",
      "templateId": "01JZ2KR2XV0YZMJHEFYCEZP3QS",
      "_id": "6863ab5c6bc372da326fc35b",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idOrganization",
          "name": "model_idOrganization",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.permissionLevel",
          "name": "model_prefs_permissionLevel",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.hideVotes",
          "name": "model_prefs_hideVotes",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.voting",
          "name": "model_prefs_voting",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.comments",
          "name": "model_prefs_comments",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.invitations",
          "name": "model_prefs_invitations",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.selfJoin",
          "name": "model_prefs_selfJoin",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCovers",
          "name": "model_prefs_cardCovers",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCounts",
          "name": "model_prefs_cardCounts",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.isTemplate",
          "name": "model_prefs_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardAging",
          "name": "model_prefs_cardAging",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.calendarFeedEnabled",
          "name": "model_prefs_calendarFeedEnabled",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.switcherViews",
          "name": "model_prefs_switcherViews",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.background",
          "name": "model_prefs_background",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundColor",
          "name": "model_prefs_backgroundColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTile",
          "name": "model_prefs_backgroundTile",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.backgroundBrightness",
          "name": "model_prefs_backgroundBrightness",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBottomColor",
          "name": "model_prefs_backgroundBottomColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTopColor",
          "name": "model_prefs_backgroundTopColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.canBePublic",
          "name": "model_prefs_canBePublic",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeEnterprise",
          "name": "model_prefs_canBeEnterprise",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeOrg",
          "name": "model_prefs_canBeOrg",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBePrivate",
          "name": "model_prefs_canBePrivate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canInvite",
          "name": "model_prefs_canInvite",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.green",
          "name": "model_labelNames_green",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange",
          "name": "model_labelNames_orange",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red",
          "name": "model_labelNames_red",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple",
          "name": "model_labelNames_purple",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue",
          "name": "model_labelNames_blue",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky",
          "name": "model_labelNames_sky",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime",
          "name": "model_labelNames_lime",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink",
          "name": "model_labelNames_pink",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black",
          "name": "model_labelNames_black",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_dark",
          "name": "model_labelNames_green_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_dark",
          "name": "model_labelNames_yellow_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_dark",
          "name": "model_labelNames_orange_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_dark",
          "name": "model_labelNames_red_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_dark",
          "name": "model_labelNames_purple_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_dark",
          "name": "model_labelNames_blue_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_dark",
          "name": "model_labelNames_sky_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_dark",
          "name": "model_labelNames_lime_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_dark",
          "name": "model_labelNames_pink_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_dark",
          "name": "model_labelNames_black_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_light",
          "name": "model_labelNames_green_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_light",
          "name": "model_labelNames_yellow_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_light",
          "name": "model_labelNames_orange_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_light",
          "name": "model_labelNames_red_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_light",
          "name": "model_labelNames_purple_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_light",
          "name": "model_labelNames_blue_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_light",
          "name": "model_labelNames_sky_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_light",
          "name": "model_labelNames_lime_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_light",
          "name": "model_labelNames_pink_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_light",
          "name": "model_labelNames_black_light",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.value",
          "name": "action_data_value",
          "fieldType": "string"
        },
        {
          "reference": "action.data.text",
          "name": "action_data_text",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.id",
          "name": "action_data_label_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.name",
          "name": "action_data_label_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.color",
          "name": "action_data_label_color",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.label.type",
          "name": "action_display_entities_label_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.label.color",
          "name": "action_display_entities_label_color",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.label.text",
          "name": "action_display_entities_label_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Label Added",
      "description": "This action automatically adds a label to a Trello card for better organization and categorization. For instance, you can use it to tag tasks as \"High Priority\" or \"In Review\" to keep your board structured and easy to navigate.",
      "templateId": "01JZ2KNK5PPJ69FWWND82JDGKN",
      "_id": "6863a9fa6bc372da326fb995",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idOrganization",
          "name": "model_idOrganization",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.permissionLevel",
          "name": "model_prefs_permissionLevel",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.hideVotes",
          "name": "model_prefs_hideVotes",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.voting",
          "name": "model_prefs_voting",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.comments",
          "name": "model_prefs_comments",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.invitations",
          "name": "model_prefs_invitations",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.selfJoin",
          "name": "model_prefs_selfJoin",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCovers",
          "name": "model_prefs_cardCovers",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardCounts",
          "name": "model_prefs_cardCounts",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.isTemplate",
          "name": "model_prefs_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.calendarFeedEnabled",
          "name": "model_prefs_calendarFeedEnabled",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.cardAging",
          "name": "model_prefs_cardAging",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.switcherViews",
          "name": "model_prefs_switcherViews",
          "fieldType": "array"
        },
        {
          "reference": "model.prefs.background",
          "name": "model_prefs_background",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundColor",
          "name": "model_prefs_backgroundColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTile",
          "name": "model_prefs_backgroundTile",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.backgroundBrightness",
          "name": "model_prefs_backgroundBrightness",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundBottomColor",
          "name": "model_prefs_backgroundBottomColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.backgroundTopColor",
          "name": "model_prefs_backgroundTopColor",
          "fieldType": "string"
        },
        {
          "reference": "model.prefs.canBePublic",
          "name": "model_prefs_canBePublic",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeEnterprise",
          "name": "model_prefs_canBeEnterprise",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBeOrg",
          "name": "model_prefs_canBeOrg",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canBePrivate",
          "name": "model_prefs_canBePrivate",
          "fieldType": "boolean"
        },
        {
          "reference": "model.prefs.canInvite",
          "name": "model_prefs_canInvite",
          "fieldType": "boolean"
        },
        {
          "reference": "model.labelNames.green",
          "name": "model_labelNames_green",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow",
          "name": "model_labelNames_yellow",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange",
          "name": "model_labelNames_orange",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red",
          "name": "model_labelNames_red",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple",
          "name": "model_labelNames_purple",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue",
          "name": "model_labelNames_blue",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky",
          "name": "model_labelNames_sky",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime",
          "name": "model_labelNames_lime",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink",
          "name": "mode_labelNames_pink",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black",
          "name": "model_labelNames_black",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_dark",
          "name": "model_labelNames_green_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_dark",
          "name": "model_labelNames_yellow_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_dark",
          "name": "model_labelNames_orange_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_dark",
          "name": "model_labelNames_red_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_dark",
          "name": "model_labelNames_purple_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_dark",
          "name": "model_labelNames_blue_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_dark",
          "name": "model_labelNames_sky_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_dark",
          "name": "model_labelNames_lime_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_dark",
          "name": "model_labelNames_pink_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_dark",
          "name": "model_labelNames_black_dark",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.green_light",
          "name": "model_labelNames_green_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.yellow_light",
          "name": "model_labelNames_yellow_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.orange_light",
          "name": "model_labelNames_orange_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.red_light",
          "name": "model_labelNames_red_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.purple_light",
          "name": "model_labelNames_purple_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.blue_light",
          "name": "model_labelNames_blue_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.sky_light",
          "name": "model_labelNames_sky_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.lime_light",
          "name": "model_labelNames_lime_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.pink_light",
          "name": "model_labelNames_pink_light",
          "fieldType": "string"
        },
        {
          "reference": "model.labelNames.black_light",
          "name": "model_labelNames_black_light",
          "fieldType": "string"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.id",
          "name": "action_data_label_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.name",
          "name": "action_data_label_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.label.color",
          "name": "action_data_label_color",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Card Moved To List",
      "description": "This action automatically moves a card from one list to another on a Trello board. For example, when a task progresses from \"In Progress\" to \"Completed,\" this action helps keep your workflow organized by moving the card to the appropriate list.",
      "templateId": "01JZ07EKQS187CHA84BKB7R9Z7",
      "_id": "686275986bc372da32557ce0",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.board",
          "name": "model_badges_attachmentsByType_trello_board",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.card",
          "name": "model_badges_attachmentsByType_trello_card",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.location",
          "name": "model_badges_location",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.votes",
          "name": "model_badges_votes",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.viewingMemberVoted",
          "name": "model_badges_viewingMemberVoted",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.subscribed",
          "name": "model_badges_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.attachments",
          "name": "model_badges_attachments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.fogbugz",
          "name": "model_badges_fogbugz",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.checkItems",
          "name": "model_badges_checkItems",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.checkItemsChecked",
          "name": "model_badges_checkItemsChecked",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.comments",
          "name": "model_badges_comments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.description",
          "name": "model_badges_description",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.due",
          "name": "model_badges_due",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.dueComplete",
          "name": "model_badges_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.lastUpdatedByAi",
          "name": "model_badges_lastUpdatedByAi",
          "fieldType": "boolean"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dueComplete",
          "name": "model_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dateLastActivity",
          "name": "model_dateLastActivity",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.due",
          "name": "model_due",
          "fieldType": "string"
        },
        {
          "reference": "model.dueReminder",
          "name": "model_dueReminder",
          "fieldType": "numerical"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.idChecklists",
          "name": "model_idChecklists",
          "fieldType": "array"
        },
        {
          "reference": "model.idList",
          "name": "model_idList",
          "fieldType": "string"
        },
        {
          "reference": "model.idMembers",
          "name": "model_idMembers",
          "fieldType": "array"
        },
        {
          "reference": "model.idShort",
          "name": "model_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "model.manualCoverAttachment",
          "name": "model_manualCoverAttachment",
          "fieldType": "boolean"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.shortLink",
          "name": "model_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.subscribed",
          "name": "model_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.size",
          "name": "model_cover_size",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.brightness",
          "name": "model_cover_brightness",
          "fieldType": "string"
        },
        {
          "reference": "model.isTemplate",
          "name": "model_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idList",
          "name": "action_data_card_idList",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.old.idList",
          "name": "action_data_old_idList",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.listBefore.id",
          "name": "action_data_listBefore_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.listBefore.name",
          "name": "action_data_listBefore_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.listAfter.id",
          "name": "action_data_listAfter_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.listAfter.name",
          "name": "action_data_listAfter_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.idList",
          "name": "action_display_entities_card_idList",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listBefore.type",
          "name": "action_display_entities_listBefore_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listBefore.id",
          "name": "action_display_entities_listBefore_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listBefore.text",
          "name": "action_display_entities_listBefore_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listAfter.type",
          "name": "action_display_entities_listAfter_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listAfter.id",
          "name": "action_display_entities_listAfter_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.listAfter.text",
          "name": "action_display_entities_listAfter_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Card Due",
      "description": "This action automatically sets or updates the due date for a selected card on a Trello board. For example, when a task needs to be completed by a specific deadline, you can use this action to assign or adjust the card's due date.",
      "templateId": "01JZ05HKHPR6RC5HPJRKD7HSAF",
      "_id": "68626c1e6bc372da3254ed1d",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.board",
          "name": "model_badges_attachmentsByType_trello_board",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.card",
          "name": "model_badges_attachmentsByType_trello_card",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.location",
          "name": "model_badges_location",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.votes",
          "name": "model_badges_votes",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.viewingMemberVoted",
          "name": "model_badges_viewingMemberVoted",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.subscribed",
          "name": "model_badges_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.attachments",
          "name": "model_badges_attachments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.fogbugz",
          "name": "model_badges_fogbugz",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.checkItems",
          "name": "model_badges_checkItems",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.checkItemsChecked",
          "name": "model_badges_checkItemsChecked",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.comments",
          "name": "model_badges_comments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.description",
          "name": "model_badges_description",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.due",
          "name": "model_badges_due",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.dueComplete",
          "name": "model_badges_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.lastUpdatedByAi",
          "name": "model_badges_lastUpdatedByAi",
          "fieldType": "boolean"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dueComplete",
          "name": "model_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dateLastActivity",
          "name": "model_dateLastActivity",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.due",
          "name": "model_due",
          "fieldType": "string"
        },
        {
          "reference": "model.dueReminder",
          "name": "model_dueReminder",
          "fieldType": "numerical"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.idChecklists",
          "name": "model_idChecklists",
          "fieldType": "array"
        },
        {
          "reference": "model.idList",
          "name": "model_idList",
          "fieldType": "string"
        },
        {
          "reference": "model.idMembers",
          "name": "model_idMembers",
          "fieldType": "array"
        },
        {
          "reference": "model.idShort",
          "name": "model_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "model.manualCoverAttachment",
          "name": "model_manualCoverAttachment",
          "fieldType": "boolean"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.shortLink",
          "name": "model_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.subscribed",
          "name": "model_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.size",
          "name": "model_cover_size",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.brightness",
          "name": "model_cover_brightness",
          "fieldType": "string"
        },
        {
          "reference": "model.isTemplate",
          "name": "model_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.due",
          "name": "action_data_card_due",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.due",
          "name": "action_display_entities_card_due",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Comment Added On Card",
      "description": "This action automatically adds a new comment to a selected card on a Trello board. For example, when you need to provide updates, share feedback, or collaborate with team members on a specific task, this action lets you post comments directly to the card.",
      "templateId": "01JZ05QMZ0B2BJ8D66Z6BTFG6W",
      "_id": "68626a3d6bc372da3254d732",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.datasource.filter",
          "name": "model_datasource_filter",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.idCard",
          "name": "action_data_idCard",
          "fieldType": "string"
        },
        {
          "reference": "action.data.text",
          "name": "action_data_text",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.limits.reactions.perAction.status",
          "name": "action_limits_reactions_perAction_status",
          "fieldType": "string"
        },
        {
          "reference": "action.limits.reactions.perAction.disableAt",
          "name": "action_limits_reactions_perAction_disableAt",
          "fieldType": "numerical"
        },
        {
          "reference": "action.limits.reactions.perAction.warnAt",
          "name": "action_limits_reaction_sperAction_warnAt",
          "fieldType": "numerical"
        },
        {
          "reference": "action.limits.reactions.uniquePerAction.status",
          "name": "action_limits_reactions_uniquePerAction_status",
          "fieldType": "string"
        },
        {
          "reference": "action.limits.reactions.uniquePerAction.disableAt",
          "name": "action_limits_reactions_uniquePerAction_disableAt",
          "fieldType": "numerical"
        },
        {
          "reference": "action.limits.reactions.uniquePerAction.warnAt",
          "name": "action_limits_reactions_uniquePerAction_warnAt",
          "fieldType": "numerical"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.contextOn.type",
          "name": "action_display_entities_contextOn_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.contextOn.translationKey",
          "name": "action_display_entities_contextOn_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.contextOn.hideIfContext",
          "name": "action_display_entities_contextOn_hideIfContext",
          "fieldType": "boolean"
        },
        {
          "reference": "action.display.entities.contextOn.idContext",
          "name": "action_display_entities_contextOn_idContext",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.hideIfContext",
          "name": "action_display_entities_card_hideIfContext",
          "fieldType": "boolean"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.comment.type",
          "name": "action_display_entities_comment_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.comment.text",
          "name": "action_display_entities_comment_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Checklist Added",
      "description": "This action automatically adds a new checklist to a selected card on a Trello board. For example, when a task requires multiple steps, you can use this action to add a checklist for breaking it down into smaller, manageable tasks.",
      "templateId": "01JZ03XPNSXGJD43C3JGDMRV0P",
      "_id": "6862648e6bc372da32549b4b",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.board",
          "name": "model_badges_attachmentsByType_trello_board",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.attachmentsByType.trello.card",
          "name": "model_badges_attachmentsByType_trello_card",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.location",
          "name": "model_badges_location",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.votes",
          "name": "model_badges_votes",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.viewingMemberVoted",
          "name": "model_badges_viewingMemberVoted",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.subscribed",
          "name": "model_badges_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.attachments",
          "name": "model_badges_attachments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.fogbugz",
          "name": "model_badges_fogbugz",
          "fieldType": "string"
        },
        {
          "reference": "model.badges.checkItems",
          "name": "model_badges_checkItems",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.checkItemsChecked",
          "name": "model_badges_checkItemsChecked",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.comments",
          "name": "model_badges_comments",
          "fieldType": "numerical"
        },
        {
          "reference": "model.badges.description",
          "name": "model_badges_description",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.dueComplete",
          "name": "model_badges_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.badges.lastUpdatedByAi",
          "name": "model_badges_lastUpdatedByAi",
          "fieldType": "boolean"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dueComplete",
          "name": "model_dueComplete",
          "fieldType": "boolean"
        },
        {
          "reference": "model.dateLastActivity",
          "name": "model_dateLastActivity",
          "fieldType": "string"
        },
        {
          "reference": "model.desc",
          "name": "model_desc",
          "fieldType": "string"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.idChecklists",
          "name": "model_idChecklists",
          "fieldType": "array"
        },
        {
          "reference": "model.idList",
          "name": "model_idList",
          "fieldType": "string"
        },
        {
          "reference": "model.idShort",
          "name": "model_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "model.manualCoverAttachment",
          "name": "model_manualCoverAttachment",
          "fieldType": "boolean"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.pinned",
          "name": "model_pinned",
          "fieldType": "boolean"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.shortLink",
          "name": "model_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "model.shortUrl",
          "name": "model_shortUrl",
          "fieldType": "string"
        },
        {
          "reference": "model.subscribed",
          "name": "model_subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.url",
          "name": "model_url",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.size",
          "name": "model_cover_size",
          "fieldType": "string"
        },
        {
          "reference": "model.cover.brightness",
          "name": "model_cover_brightness",
          "fieldType": "string"
        },
        {
          "reference": "model.isTemplate",
          "name": "model_isTemplate",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.checklist.id",
          "name": "action_data_checklist_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.checklist.name",
          "name": "action_data_checklist_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.appCreator.id",
          "name": "action_appCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.checklist.type",
          "name": "action_display_entities_checklist_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.checklist.id",
          "name": "action_display_entities_checklist_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.checklist.text",
          "name": "action_display_entities_checklist_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Trello for workflow",
      "appId": "68515e050c620f21f91bdbe5",
      "companyName": "All The Apps",
      "triggerName": "Card Archived",
      "description": "This action automatically archives a selected card on a Trello board. For example, when a task is completed, you can use this action to archive the card, keeping your board organized while preserving its data for future reference.",
      "templateId": "01JZ0305MR6RGM67JE4CZ87J1D",
      "_id": "68625dc06bc372da32545c0e",
      "customVars": [
        {
          "reference": "model.id",
          "name": "model_id",
          "fieldType": "string"
        },
        {
          "reference": "model.name",
          "name": "model_name",
          "fieldType": "string"
        },
        {
          "reference": "model.closed",
          "name": "model_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "model.idBoard",
          "name": "model_idBoard",
          "fieldType": "string"
        },
        {
          "reference": "model.pos",
          "name": "model_pos",
          "fieldType": "numerical"
        },
        {
          "reference": "model.datasource.filter",
          "name": "model_datasource_filter",
          "fieldType": "boolean"
        },
        {
          "reference": "action.id",
          "name": "action_id",
          "fieldType": "string"
        },
        {
          "reference": "action.idMemberCreator",
          "name": "action_idMemberCreator",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.closed",
          "name": "action_data_card_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "action.data.card.id",
          "name": "action_data_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.name",
          "name": "action_data_card_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.card.idShort",
          "name": "action_data_card_idShort",
          "fieldType": "numerical"
        },
        {
          "reference": "action.data.card.shortLink",
          "name": "action_data_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.old.closed",
          "name": "action_data_old_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "action.data.board.id",
          "name": "action_data_board_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.name",
          "name": "action_data_board_name",
          "fieldType": "string"
        },
        {
          "reference": "action.data.board.shortLink",
          "name": "action_data_board_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.id",
          "name": "action_data_list_id",
          "fieldType": "string"
        },
        {
          "reference": "action.data.list.name",
          "name": "action_data_list_name",
          "fieldType": "string"
        },
        {
          "reference": "action.type",
          "name": "action_type",
          "fieldType": "string"
        },
        {
          "reference": "action.date",
          "name": "action_date",
          "fieldType": "string"
        },
        {
          "reference": "action.display.translationKey",
          "name": "action_display_translationKey",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.type",
          "name": "action_display_entities_card_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.closed",
          "name": "action_display_entities_card_closed",
          "fieldType": "boolean"
        },
        {
          "reference": "action.display.entities.card.id",
          "name": "action_display_entities_card_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.shortLink",
          "name": "action_display_entities_card_shortLink",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.card.text",
          "name": "action_display_entities_card_text",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.type",
          "name": "action_display_entities_memberCreator_type",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.id",
          "name": "action_display_entities_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.username",
          "name": "action_display_entities_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "action.display.entities.memberCreator.text",
          "name": "action_display_entities_memberCreator_text",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.id",
          "name": "action_memberCreator_id",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.activityBlocked",
          "name": "action_memberCreator_activityBlocked",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.avatarHash",
          "name": "action_memberCreator_avatarHash",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.avatarUrl",
          "name": "action_memberCreator_avatarUrl",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.fullName",
          "name": "action_memberCreator_fullName",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.initials",
          "name": "action_memberCreator_initials",
          "fieldType": "string"
        },
        {
          "reference": "action.memberCreator.nonPublicAvailable",
          "name": "action_memberCreator_nonPublicAvailable",
          "fieldType": "boolean"
        },
        {
          "reference": "action.memberCreator.username",
          "name": "action_memberCreator_username",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.description",
          "name": "webhook_description",
          "fieldType": "string"
        },
        {
          "reference": "webhook.idModel",
          "name": "webhook_idModel",
          "fieldType": "string"
        },
        {
          "reference": "webhook.callbackURL",
          "name": "webhook_callbackURL",
          "fieldType": "string"
        },
        {
          "reference": "webhook.active",
          "name": "webhook_active",
          "fieldType": "boolean"
        },
        {
          "reference": "webhook.consecutiveFailures",
          "name": "webhook_consecutiveFailures",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Airtable for workflows",
      "appId": "68515ff3af8a695a64d72472",
      "companyName": "All The Apps",
      "triggerName": "Record Created",
      "description": "The \"Record Created\" trigger in Airtable for Workflows activates whenever a new record is added to a specified table. This trigger helps you automate tasks such as notifications, record syncing, or initiating workflows based on newly created data.",
      "templateId": "01JYEPJ8B0JN4Y9XERF2FHA8XK",
      "_id": "685973564c1de9cca41f5547",
      "customVars": [
        {
          "reference": "base.id",
          "name": "base_id",
          "fieldType": "string"
        },
        {
          "reference": "webhook.id",
          "name": "webhook_id",
          "fieldType": "string"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Custom Value Trigger",
      "appId": "68516870857ac4b170c59054",
      "companyName": "All The Apps",
      "triggerName": "Custom Value Limit Reach",
      "description": "This action triggers when a specific custom value reaches its set threshold, allowing you to automate workflow responses, manage quotas, and maintain smooth operations without manual monitoring.",
      "templateId": "01JYH62RBH5W01FT3G997E96AS",
      "_id": "685ab94f4c1de9cca43ce4ca",
      "customVars": [
        {
          "reference": "custom_value_id",
          "name": "Custom Value ID",
          "fieldType": "string"
        },
        {
          "reference": "limit",
          "name": "Limit",
          "fieldType": "string"
        },
        {
          "reference": "executed",
          "name": "Executed",
          "fieldType": "string"
        },
        {
          "reference": "custom_value",
          "name": "Custom Value ",
          "fieldType": "string"
        },
        {
          "reference": "trigger_id",
          "name": "TriggerID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Time Entry Created",
      "description": "This trigger activates whenever a new time entry is created in Clockify. For example, you can use it to automatically update project reports, send notifications, or log details into another system for record-keeping.",
      "templateId": "01JZ0TYSZ8E2KXY632HV9CP25B",
      "_id": "686522ea6bc372da328eb34c",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "billable",
          "name": "billable",
          "fieldType": "boolean"
        },
        {
          "reference": "projectId",
          "name": "projectId",
          "fieldType": "string"
        },
        {
          "reference": "timeInterval.start",
          "name": "timeInterval_start",
          "fieldType": "string"
        },
        {
          "reference": "timeInterval.end",
          "name": "timeInterval_end",
          "fieldType": "string"
        },
        {
          "reference": "timeInterval.duration",
          "name": "timeInterval_duration",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "isLocked",
          "name": "isLocked",
          "fieldType": "boolean"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "currentlyRunning",
          "name": "currentlyRunning",
          "fieldType": "boolean"
        },
        {
          "reference": "project.name",
          "name": "project_name",
          "fieldType": "string"
        },
        {
          "reference": "project.clientId",
          "name": "project_clientId",
          "fieldType": "string"
        },
        {
          "reference": "project.workspaceId",
          "name": "project_workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "project.billable",
          "name": "project_billable",
          "fieldType": "boolean"
        },
        {
          "reference": "project.estimate.estimate",
          "name": "project_estimate_estimate",
          "fieldType": "string"
        },
        {
          "reference": "project.estimate.type",
          "name": "project_estimate_type",
          "fieldType": "string"
        },
        {
          "reference": "project.color",
          "name": "project_color",
          "fieldType": "string"
        },
        {
          "reference": "project.archived",
          "name": "project_archived",
          "fieldType": "boolean"
        },
        {
          "reference": "project.clientName",
          "name": "project_clientName",
          "fieldType": "string"
        },
        {
          "reference": "project.duration",
          "name": "project_duration",
          "fieldType": "string"
        },
        {
          "reference": "project.note",
          "name": "project_note",
          "fieldType": "string"
        },
        {
          "reference": "project.activeEstimate",
          "name": "project_activeEstimate",
          "fieldType": "string"
        },
        {
          "reference": "project.timeEstimate.includeNonBillable",
          "name": "project_timeEstimate_includeNonBillable",
          "fieldType": "boolean"
        },
        {
          "reference": "project.timeEstimate.estimate",
          "name": "project_timeEstimate_estimate",
          "fieldType": "numerical"
        },
        {
          "reference": "project.timeEstimate.type",
          "name": "project_timeEstimate_type",
          "fieldType": "string"
        },
        {
          "reference": "project.id",
          "name": "project_id",
          "fieldType": "string"
        },
        {
          "reference": "project.public",
          "name": "project_public",
          "fieldType": "boolean"
        },
        {
          "reference": "project.template",
          "name": "project_template",
          "fieldType": "boolean"
        },
        {
          "reference": "user.id",
          "name": "user_id",
          "fieldType": "string"
        },
        {
          "reference": "user.name",
          "name": "user_name",
          "fieldType": "string"
        },
        {
          "reference": "user.status",
          "name": "user_status",
          "fieldType": "string"
        },
        {
          "reference": "tags",
          "name": "tags",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Timer Started",
      "description": "This trigger activates whenever a new timer is started in Clockify. For example, you can use it to automatically log the start time in a Google Sheet or notify team members that a task has begun.",
      "templateId": "01JZ0TJ58192K3CRWCGAA3PSFT",
      "_id": "686522de6bc372da328eb2b9",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "billable",
          "name": "billable",
          "fieldType": "boolean"
        },
        {
          "reference": "projectId",
          "name": "projectId",
          "fieldType": "string"
        },
        {
          "reference": "timeInterval.start",
          "name": "timeInterval_start",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "isLocked",
          "name": "isLocked",
          "fieldType": "boolean"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "projectCurrency",
          "name": "projectCurrency",
          "fieldType": "string"
        },
        {
          "reference": "currentlyRunning",
          "name": "currentlyRunning",
          "fieldType": "boolean"
        },
        {
          "reference": "currentlyRunning",
          "name": "currentlyRunning",
          "fieldType": "boolean"
        },
        {
          "reference": "project",
          "name": "project",
          "fieldType": "string"
        },
        {
          "reference": "task",
          "name": "task",
          "fieldType": "string"
        },
        {
          "reference": "user.id",
          "name": "user_id",
          "fieldType": "string"
        },
        {
          "reference": "user.name",
          "name": "user_name",
          "fieldType": "string"
        },
        {
          "reference": "user.status",
          "name": "user_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "This trigger activates whenever a new task is created in Clockify. For example, you can use it to automatically notify your team in Slack or add the task details to your project management tool for better coordination.",
      "templateId": "01JZ0T8TPV1KAA414NQPNP4G6G",
      "_id": "686522d46bc372da328eb241",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "projectId",
          "name": "projectId",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "assigneeId",
          "name": "assigneeId",
          "fieldType": "string"
        },
        {
          "reference": "estimate",
          "name": "estimate",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "budgetEstimate",
          "name": "budgetEstimate",
          "fieldType": "numerical"
        },
        {
          "reference": "billable",
          "name": "billable",
          "fieldType": "boolean"
        },
        {
          "reference": "duration",
          "name": "duration",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Tag Added",
      "description": "This trigger fires whenever a new tag is added to a time entry or project in Clockify. For example, you can use it to automatically categorize tasks in your project management tool or update a report whenever a specific tag is assigned.",
      "templateId": "01JZ0T2T713XWC2W19VVNTZK7T",
      "_id": "686522826bc372da328ead5e",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "archived",
          "name": "archived",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Client Created",
      "description": "This trigger activates whenever a new client is added to your Clockify workspace. For example, you can use it to automatically create a folder for the client in Google Drive or send a welcome email as soon as the client is added.",
      "templateId": "01JZ0SRS0NWYG44SH12KFS8V0G",
      "_id": "686522776bc372da328eacbb",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "address",
          "name": "address",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "archived",
          "name": "archived",
          "fieldType": "boolean"
        },
        {
          "reference": "currencyId",
          "name": "currencyId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Clockify",
      "appId": "68515c780872d1019a85cdbe",
      "companyName": "All The Apps",
      "triggerName": "Project Created",
      "description": "This trigger activates whenever a new project is created in Clockify. For example, you can use it to automatically notify your team in Slack or start a workflow in your project management tool as soon as a new project is added to Clockify.",
      "templateId": "01JZ0QSFDB0SG2CMWFY65EA86C",
      "_id": "6865226a6bc372da328eabce",
      "customVars": [
        {
          "reference": "hourlyRate.amount",
          "name": "hourlyRate_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "clientId",
          "name": "clientId",
          "fieldType": "string"
        },
        {
          "reference": "workspaceId",
          "name": "workspaceId",
          "fieldType": "string"
        },
        {
          "reference": "billable",
          "name": "billable",
          "fieldType": "boolean"
        },
        {
          "reference": "memberships",
          "name": "memberships",
          "fieldType": "array"
        },
        {
          "reference": "color",
          "name": "color",
          "fieldType": "string"
        },
        {
          "reference": "estimate.estimate",
          "name": "estimate",
          "fieldType": "string"
        },
        {
          "reference": "estimate.type",
          "name": "estimate_type",
          "fieldType": "string"
        },
        {
          "reference": "archived",
          "name": "archived",
          "fieldType": "boolean"
        },
        {
          "reference": "duration",
          "name": "duration",
          "fieldType": "string"
        },
        {
          "reference": "clientName",
          "name": "clientName",
          "fieldType": "string"
        },
        {
          "reference": "note",
          "name": "note",
          "fieldType": "string"
        },
        {
          "reference": "timeEstimate.estimate",
          "name": "timeEstimate_estimate",
          "fieldType": "string"
        },
        {
          "reference": "timeEstimate.type",
          "name": "timeEstimate_type",
          "fieldType": "string"
        },
        {
          "reference": "timeEstimate.active",
          "name": "timeEstimate_active",
          "fieldType": "boolean"
        },
        {
          "reference": "timeEstimate.includeNonBillable",
          "name": "timeEstimate_includeNonBillable",
          "fieldType": "boolean"
        },
        {
          "reference": "template",
          "name": "template",
          "fieldType": "boolean"
        },
        {
          "reference": "public",
          "name": "public",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "GoCardless for Workflows",
      "appId": "68518a78bd28100e82cefd93",
      "companyName": "All The Apps",
      "triggerName": "Payment Failed",
      "description": "The Payment Failed trigger notifies your workflow whenever a customer’s payment attempt is unsuccessful. Use this action to automate follow-ups, alert your team, or update customer records, ensuring timely handling of failed transactions and minimizing revenue disruption.",
      "templateId": "01JZ2P20PDF52A3TEY05RF4KGN",
      "_id": "6863af426bc372da326fe362",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "resource_type",
          "name": "resource_type",
          "fieldType": "string"
        },
        {
          "reference": "action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "links.payment",
          "name": "links_payment",
          "fieldType": "string"
        },
        {
          "reference": "details.origin",
          "name": "details_origin",
          "fieldType": "string"
        },
        {
          "reference": "details.cause",
          "name": "details_cause",
          "fieldType": "string"
        },
        {
          "reference": "details.scheme",
          "name": "details_scheme",
          "fieldType": "string"
        },
        {
          "reference": "details.reason_code",
          "name": "details_reason_code",
          "fieldType": "string"
        },
        {
          "reference": "details.description",
          "name": "details_description",
          "fieldType": "string"
        },
        {
          "reference": "organisation_id",
          "name": "organisation_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Message Created ",
      "description": "Triggers when a new message is created or received in the system.",
      "templateId": "01JZ5JCE4TSE6DGRR6HCBZY23Z",
      "_id": "686529eb6bc372da328f3e4e",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "avatar",
          "fieldType": "string"
        },
        {
          "reference": "message.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "message.subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "message.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "message.categoryId",
          "name": "categoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "message.projectId",
          "name": "projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "message.post.id",
          "name": "post.id",
          "fieldType": "numerical"
        },
        {
          "reference": "message.post.body",
          "name": "post.body",
          "fieldType": "string"
        },
        {
          "reference": "message.post.contentType",
          "name": "contentType",
          "fieldType": "string"
        },
        {
          "reference": "message.post.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "message.post.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "message.post.messageId",
          "name": "messageId",
          "fieldType": "numerical"
        },
        {
          "reference": "message.post.dateCreated",
          "name": "dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "message.post.dateUpdated",
          "name": "dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Milestone Created ",
      "description": "Triggers when a new milestone is created in a project.",
      "templateId": "01JZ5HZ68S19EDVMH5PHZQ5C4C",
      "_id": "686528466bc372da328f075b",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "avatar",
          "fieldType": "string"
        },
        {
          "reference": "milestone.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "milestone.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "milestone.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "milestone.deadline",
          "name": "deadline",
          "fieldType": "string"
        },
        {
          "reference": "milestone.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "milestone.projectId",
          "name": "projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "milestone.responsiblePartyIds",
          "name": "responsiblePartyIds",
          "fieldType": "array"
        },
        {
          "reference": "milestone.dateCreated",
          "name": "dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "milestone.dateUpdated",
          "name": "dateUpdated",
          "fieldType": "string"
        },
        {
          "reference": "users",
          "name": "users",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Status Added",
      "description": "Triggers when a new status is added to the system or workflow.",
      "templateId": "01JZ5HNT1GJG9N06T5GF2FPKS8",
      "_id": "6865269c6bc372da328eeee7",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "avatar",
          "fieldType": "string"
        },
        {
          "reference": "status.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "status.userId",
          "name": "userId",
          "fieldType": "numerical"
        },
        {
          "reference": "status.date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "status.message.id",
          "name": "message_id",
          "fieldType": "numerical"
        },
        {
          "reference": "status.message.text",
          "name": "message_text",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Task List Created",
      "description": "Triggers when a new task list is created.",
      "templateId": "01JZ5HA7GB10EVW2FZ01DEZCP2",
      "_id": "686525416bc372da328ed84d",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "avatar",
          "fieldType": "string"
        },
        {
          "reference": "taskList.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "taskList.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "taskList.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "taskList.milestoneId",
          "name": "milestoneId",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.projectId",
          "name": "projectId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Time Entry Created",
      "description": "Triggers when a new time entry is logged in the system.",
      "templateId": "01JZ5H3HB2TJXWGAKSQF66R6VF",
      "_id": "686523e96bc372da328ec34e",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "avatar",
          "fieldType": "string"
        },
        {
          "reference": "timer.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "timer.taskId",
          "name": "taskId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Project Deleted",
      "description": "Triggers when a project is permanently removed from the system.",
      "templateId": "01JZ5GT13S65Q43G81Y2YKT7YT",
      "_id": "686522ac6bc372da328eb00f",
      "customVars": [
        {
          "reference": "id",
          "name": "Project Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.id",
          "name": "Creator Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Creator firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Creator lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Creator avatar",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Project Updated",
      "description": "Triggers when an existing project's details are modified.",
      "templateId": "01JZ5GGG4HBERDA0M2KFERAXYD",
      "_id": "686521e16bc372da328e9d63",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "Event Creater Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Event Creator FirstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Event Creator LastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Event Creator avatar",
          "fieldType": "string"
        },
        {
          "reference": "project.id",
          "name": "Project Id",
          "fieldType": "numerical"
        },
        {
          "reference": "project.name",
          "name": "Project Name",
          "fieldType": "string"
        },
        {
          "reference": "project.description",
          "name": "Project Description",
          "fieldType": "string"
        },
        {
          "reference": "project.status",
          "name": "Project Status",
          "fieldType": "string"
        },
        {
          "reference": "project.ownerId",
          "name": "Project OwnerId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.companyId",
          "name": "Project CompanyId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.categoryId",
          "name": "Project CategoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.dateCreated",
          "name": "Project DateCreated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Project Created",
      "description": "Triggers when a new project is added to the system.",
      "templateId": "01JZ5G71WPSEP7V3Z169FV9C3C",
      "_id": "686520a26bc372da328e7775",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "Event Creator Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Event Creator FirstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Event Creator LastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Event Creator avatar",
          "fieldType": "string"
        },
        {
          "reference": "project.id",
          "name": "Project Id",
          "fieldType": "numerical"
        },
        {
          "reference": "project.name",
          "name": "Project Name",
          "fieldType": "string"
        },
        {
          "reference": "project.description",
          "name": "Project Description",
          "fieldType": "string"
        },
        {
          "reference": "project.status",
          "name": "Project Status",
          "fieldType": "string"
        },
        {
          "reference": "project.ownerId",
          "name": "Project OwnerId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.companyId",
          "name": "Project CompanyId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.categoryId",
          "name": "Project CategoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.dateCreated",
          "name": "Project DateCreated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Task Deleted",
      "description": "Triggers when a task is permanently deleted from the system.",
      "templateId": "01JZ5G1A82Q2W0BCCTHDV351V6",
      "_id": "68651f7f6bc372da328e5bfd",
      "customVars": [
        {
          "reference": "id",
          "name": "Task Id",
          "fieldType": "numerical"
        },
        {
          "reference": "projectId",
          "name": "ProjectId",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.id",
          "name": "Event Creator Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Event Creator FirstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Event Creator LastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Event Creator avatar",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Calendar Event Created",
      "description": "The Calendar Event Created trigger activates workflows whenever a new calendar event is scheduled in Teamwork. Use it to send reminders, notify team members, or sync with other calendar systems for smooth event management.",
      "templateId": "01JZ5FYY2Z9EEJ0YJZ39QPTH5M",
      "_id": "68651f596bc372da328e59a2",
      "customVars": [
        {
          "reference": "event.privacy.type",
          "name": "event_privacy_type",
          "fieldType": "string"
        },
        {
          "reference": "event.attendees",
          "name": "event_attendees",
          "fieldType": "array"
        },
        {
          "reference": "event.dateCreated",
          "name": "event_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "event.dateUpdated",
          "name": "event_dateUpdated",
          "fieldType": "string"
        },
        {
          "reference": "event.allDay",
          "name": "event_allDay",
          "fieldType": "boolean"
        },
        {
          "reference": "event.end",
          "name": "event_end",
          "fieldType": "string"
        },
        {
          "reference": "event.start",
          "name": "event_start",
          "fieldType": "string"
        },
        {
          "reference": "event.where",
          "name": "event_where",
          "fieldType": "string"
        },
        {
          "reference": "event.description",
          "name": "event_description",
          "fieldType": "string"
        },
        {
          "reference": "event.title",
          "name": "event_title",
          "fieldType": "string"
        },
        {
          "reference": "event.id",
          "name": "event_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Task Updated",
      "description": "Triggers when an existing task is modified.",
      "templateId": "01JZ5FF2N8R4E58P7F5T27R60N",
      "_id": "68651eba6bc372da328e5336",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "Event Creator Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Event Creator firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Event Creator lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Event Creator Avatar",
          "fieldType": "string"
        },
        {
          "reference": "project.id",
          "name": "Project Id",
          "fieldType": "numerical"
        },
        {
          "reference": "project.name",
          "name": "Project Name",
          "fieldType": "string"
        },
        {
          "reference": "project.description",
          "name": "Project Description",
          "fieldType": "string"
        },
        {
          "reference": "project.status",
          "name": "Project Status",
          "fieldType": "string"
        },
        {
          "reference": "project.ownerId",
          "name": "Project OwnerId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.companyId",
          "name": "Project CompanyId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.categoryId",
          "name": "Project CategoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.dateCreated",
          "name": "Project DateCreated",
          "fieldType": "string"
        },
        {
          "reference": "task.id",
          "name": "Task Id",
          "fieldType": "numerical"
        },
        {
          "reference": "task.name",
          "name": "Task Name",
          "fieldType": "string"
        },
        {
          "reference": "task.description",
          "name": "Task Description",
          "fieldType": "string"
        },
        {
          "reference": "task.status",
          "name": "Task Status",
          "fieldType": "string"
        },
        {
          "reference": "task.parentId",
          "name": "Task ParentId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.taskListId",
          "name": "TaskListId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.progress",
          "name": "Task Progress",
          "fieldType": "numerical"
        },
        {
          "reference": "task.estimatedMinutes",
          "name": "Task EstimatedMinutes",
          "fieldType": "numerical"
        },
        {
          "reference": "task.projectId",
          "name": "Task ProjectId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.dateCreated",
          "name": "Task DateCreated",
          "fieldType": "string"
        },
        {
          "reference": "task.dateUpdated",
          "name": "Task DateUpdated",
          "fieldType": "string"
        },
        {
          "reference": "task.hasCustomFields",
          "name": "Task HasCustomFields",
          "fieldType": "boolean"
        },
        {
          "reference": "taskList.id",
          "name": "TaskListId",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.name",
          "name": "TaskList Name",
          "fieldType": "string"
        },
        {
          "reference": "taskList.description",
          "name": "TaskList Description",
          "fieldType": "string"
        },
        {
          "reference": "taskList.status",
          "name": "TaskList Status",
          "fieldType": "string"
        },
        {
          "reference": "taskList.milestoneId",
          "name": "TaskList MilestoneId",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.projectId",
          "name": "TaskList ProjectId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Invoice Created",
      "description": "The Invoice Created trigger initiates workflows whenever a new invoice is generated in Teamwork. Use it to automate billing notifications, update financial records, or integrate with accounting systems for seamless invoicing processes.",
      "templateId": "01JZ5FKKNPE1C6JAHN585GAEC9",
      "_id": "68651e406bc372da328e4d2d",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "invoice.id",
          "name": "invoice_id",
          "fieldType": "numerical"
        },
        {
          "reference": "invoice.number",
          "name": "invoice_number",
          "fieldType": "string"
        },
        {
          "reference": "invoice.poNumber",
          "name": "invoice_poNumber",
          "fieldType": "string"
        },
        {
          "reference": "invoice.description",
          "name": "invoice_description",
          "fieldType": "string"
        },
        {
          "reference": "invoice.date",
          "name": "invoice_date",
          "fieldType": "string"
        },
        {
          "reference": "invoice.status",
          "name": "invoice_status",
          "fieldType": "string"
        },
        {
          "reference": "invoice.currencyCode",
          "name": "invoice_currencyCode",
          "fieldType": "string"
        },
        {
          "reference": "invoice.projectId",
          "name": "invoice_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "invoice.companyId",
          "name": "invoice_companyId",
          "fieldType": "numerical"
        },
        {
          "reference": "invoice.dateCreated",
          "name": "invoice_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "invoice.dateUpdated",
          "name": "invoice_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Risk Created",
      "description": "The Risk Created trigger activates workflows whenever a new risk is identified in Teamwork. Use it to automate notifications, track risk management processes, or integrate with other tools for proactive project oversight.",
      "templateId": "01JZ5FB5RRKZQHKBBK5QAWJN0R",
      "_id": "68651cf66bc372da328e3b76",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "risk.id",
          "name": "risk_id",
          "fieldType": "numerical"
        },
        {
          "reference": "risk.source",
          "name": "risk_source",
          "fieldType": "string"
        },
        {
          "reference": "risk.probability",
          "name": "risk_probability",
          "fieldType": "string"
        },
        {
          "reference": "risk.probabilityValue",
          "name": "risk_probabilityValue",
          "fieldType": "numerical"
        },
        {
          "reference": "risk.impact",
          "name": "risk_impact",
          "fieldType": "string"
        },
        {
          "reference": "risk.impactValue",
          "name": "risk_impactValue",
          "fieldType": "numerical"
        },
        {
          "reference": "risk.result",
          "name": "risk_result",
          "fieldType": "numerical"
        },
        {
          "reference": "risk.impactCost",
          "name": "risk_impactCost",
          "fieldType": "boolean"
        },
        {
          "reference": "risk.impactPerformance",
          "name": "risk_impactPerformance",
          "fieldType": "boolean"
        },
        {
          "reference": "risk.impactSchedule",
          "name": "risk_impactSchedule",
          "fieldType": "boolean"
        },
        {
          "reference": "risk.mitigationPlan",
          "name": "risk_mitigationPlan",
          "fieldType": "string"
        },
        {
          "reference": "risk.status",
          "name": "risk_status",
          "fieldType": "string"
        },
        {
          "reference": "risk.projectId",
          "name": "risk_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "risk.dateCreated",
          "name": "risk_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "risk.dateUpdated",
          "name": "risk_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Task Created",
      "description": "Triggers when a new task is created in the system.",
      "templateId": "01JZ5EJK04RFSW9JXXRTR0CT29",
      "_id": "68651be76bc372da328e2849",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "Event Creater Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "Event Creater firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "Event Creator lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "Event Creator Avatar",
          "fieldType": "string"
        },
        {
          "reference": "project.id",
          "name": "Project Id",
          "fieldType": "numerical"
        },
        {
          "reference": "project.name",
          "name": "Project Name",
          "fieldType": "string"
        },
        {
          "reference": "project.description",
          "name": "Project Description",
          "fieldType": "string"
        },
        {
          "reference": "project.status",
          "name": "Project Status",
          "fieldType": "string"
        },
        {
          "reference": "project.ownerId",
          "name": "Project OwnerId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.companyId",
          "name": "Project CompanyId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.categoryId",
          "name": "Project CategoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "project.dateCreated",
          "name": "Project DateCreated",
          "fieldType": "string"
        },
        {
          "reference": "task.name",
          "name": "Task Name",
          "fieldType": "string"
        },
        {
          "reference": "task.description",
          "name": "Task Description",
          "fieldType": "string"
        },
        {
          "reference": "task.status",
          "name": "Task Status",
          "fieldType": "string"
        },
        {
          "reference": "task.parentId",
          "name": "Task ParentId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.taskListId",
          "name": "TaskListId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.progress",
          "name": "Task Progress",
          "fieldType": "numerical"
        },
        {
          "reference": "task.estimatedMinutes",
          "name": "Task EstimatedMinutes",
          "fieldType": "numerical"
        },
        {
          "reference": "task.projectId",
          "name": "Task ProjectId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.dateCreated",
          "name": "Task DateCreated",
          "fieldType": "string"
        },
        {
          "reference": "task.dateUpdated",
          "name": "dateUpdated",
          "fieldType": "string"
        },
        {
          "reference": "task.hasCustomFields",
          "name": "Task HasCustomFields",
          "fieldType": "boolean"
        },
        {
          "reference": "task.taskListId",
          "name": "TaskList Id",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.name",
          "name": "TaskList Name",
          "fieldType": "string"
        },
        {
          "reference": "taskList.description",
          "name": "TaskList Description",
          "fieldType": "string"
        },
        {
          "reference": "taskList.status",
          "name": "TaskList Status",
          "fieldType": "string"
        },
        {
          "reference": "taskList.milestoneId",
          "name": "TaskList MilestoneId",
          "fieldType": "numerical"
        },
        {
          "reference": "taskList.projectId",
          "name": "TaskList ProjectId",
          "fieldType": "numerical"
        },
        {
          "reference": "task.id",
          "name": "Task Id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Notebook Created",
      "description": "The Notebook Created trigger activates workflows whenever a new notebook is created in Teamwork. Use it to automate notifications, organize content, or integrate with other tools to ensure your team stays up-to-date and structured.",
      "templateId": "01JZ5F0006WAMFDZ9V8HX3T7A8",
      "_id": "68651be16bc372da328e280f",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "notebook.id",
          "name": "notebook_id",
          "fieldType": "numerical"
        },
        {
          "reference": "notebook.name",
          "name": "notebook_name",
          "fieldType": "string"
        },
        {
          "reference": "notebook.description",
          "name": "notebook_description",
          "fieldType": "string"
        },
        {
          "reference": "notebook.categoryId",
          "name": "notebook_categoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "notebook.projectId",
          "name": "notebook_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "notebook.dateCreated",
          "name": "notebook_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "notebook.version",
          "name": "notebook_version",
          "fieldType": "numerical"
        },
        {
          "reference": "notebook.versionId",
          "name": "notebook_versionId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Comment Added",
      "description": "The Comment Added trigger activates workflows whenever a new comment is added to a task, link, or milestone in Teamwork. Use it to automate notifications, updates, or integrations with communication and collaboration tools, keeping your team informed in real time.",
      "templateId": "01JZ5EPT81DQJNWZKKDBHKE5XJ",
      "_id": "68651a4e6bc372da328e1200",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "comment.id",
          "name": "comment_id",
          "fieldType": "numerical"
        },
        {
          "reference": "comment.contentType",
          "name": "comment_contentType",
          "fieldType": "string"
        },
        {
          "reference": "comment.body",
          "name": "comment_body",
          "fieldType": "string"
        },
        {
          "reference": "comment.userId",
          "name": "comment_userId",
          "fieldType": "numerical"
        },
        {
          "reference": "comment.objectId",
          "name": "comment_objectId",
          "fieldType": "numerical"
        },
        {
          "reference": "comment.objectType",
          "name": "comment_objectType",
          "fieldType": "string"
        },
        {
          "reference": "comment.projectId",
          "name": "comment_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "comment.notifiedUserIds",
          "name": "comment_notifiedUserIds",
          "fieldType": "array"
        },
        {
          "reference": "comment.dateCreated",
          "name": "comment_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "comment.dateUpdated",
          "name": "comment_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Expense Created",
      "description": "The Expense Created trigger activates workflows whenever a new expense is logged in Teamwork. Use it to automate approvals, notifications, or integration with accounting and reporting tools, ensuring accurate financial tracking.",
      "templateId": "01JZ5EEE5HX0D509KWGC3BN0Z4",
      "_id": "6865194e6bc372da328e08ba",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "expense.id",
          "name": "eventCreator_avatar",
          "fieldType": "numerical"
        },
        {
          "reference": "expense.name",
          "name": "expense_name",
          "fieldType": "string"
        },
        {
          "reference": "expense.description",
          "name": "expense_description",
          "fieldType": "string"
        },
        {
          "reference": "expense.date",
          "name": "expense_date",
          "fieldType": "string"
        },
        {
          "reference": "expense.cost",
          "name": "expense_cost",
          "fieldType": "numerical"
        },
        {
          "reference": "expense.invoiceId",
          "name": "expense_invoiceId",
          "fieldType": "numerical"
        },
        {
          "reference": "expense.projectId",
          "name": "expense_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "expense.dateUpdated",
          "name": "expense_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "File Created",
      "description": "The File Created trigger activates workflows whenever a new file is uploaded in Teamwork. This allows you to automate notifications, document tracking, or integration with other systems for seamless file management.",
      "templateId": "01JZ5E37X7Y582JB685M0KRS3A",
      "_id": "686518286bc372da328dfbf0",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "file.id",
          "name": "file_id",
          "fieldType": "numerical"
        },
        {
          "reference": "file.version",
          "name": "file_version",
          "fieldType": "numerical"
        },
        {
          "reference": "file.description",
          "name": "file_description",
          "fieldType": "string"
        },
        {
          "reference": "file.projectId",
          "name": "file_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "file.dateUpdated",
          "name": "file_dateUpdated",
          "fieldType": "string"
        },
        {
          "reference": "file.versionId",
          "name": "file_versionId",
          "fieldType": "numerical"
        },
        {
          "reference": "file.name",
          "name": "file_name",
          "fieldType": "string"
        },
        {
          "reference": "file.nameOnDisk",
          "name": "file_nameOnDisk",
          "fieldType": "string"
        },
        {
          "reference": "file.originalName",
          "name": "file_originalName",
          "fieldType": "string"
        },
        {
          "reference": "file.size",
          "name": "file_size",
          "fieldType": "numerical"
        },
        {
          "reference": "file.fileSource",
          "name": "file_fileSource",
          "fieldType": "string"
        },
        {
          "reference": "file.thumbUrl",
          "name": "file_thumbUrl",
          "fieldType": "string"
        },
        {
          "reference": "file.dateCreated",
          "name": "file_dateCreated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Link Created",
      "description": "The Link Created trigger activates workflows whenever a new link is added in Teamwork. Use this to track resources, automate notifications, or integrate new links into other workflow processes efficiently.",
      "templateId": "01JZ5DPJFZZDWYXF10PP7H4DZK",
      "_id": "686516346bc372da328de590",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "link.id",
          "name": "link_id",
          "fieldType": "numerical"
        },
        {
          "reference": "link.title",
          "name": "link_title",
          "fieldType": "string"
        },
        {
          "reference": "link.description",
          "name": "link_description",
          "fieldType": "string"
        },
        {
          "reference": "link.code",
          "name": "link_code",
          "fieldType": "string"
        },
        {
          "reference": "link.width",
          "name": "link_width",
          "fieldType": "numerical"
        },
        {
          "reference": "link.height",
          "name": "link_height",
          "fieldType": "numerical"
        },
        {
          "reference": "link.categoryId",
          "name": "link_categoryId",
          "fieldType": "numerical"
        },
        {
          "reference": "link.projectId",
          "name": "link_projectId",
          "fieldType": "numerical"
        },
        {
          "reference": "link.dateCreated",
          "name": "link_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "link.dateUpdated",
          "name": "link_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamwork",
      "appId": "685181347dd260526e0ae39f",
      "companyName": "All The Apps ",
      "triggerName": "Message Reply Created",
      "description": "The Message Reply Created trigger initiates workflows whenever a reply is added to an existing message in Teamwork. Stay informed about ongoing discussions, automate notifications, or integrate responses into your broader workflow processes.",
      "templateId": "01JZ5DDV4210RVWEKV8SRH6JTJ",
      "_id": "686515336bc372da328ddbb2",
      "customVars": [
        {
          "reference": "eventCreator.id",
          "name": "eventCreator_id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventCreator.firstName",
          "name": "eventCreator_firstName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.lastName",
          "name": "eventCreator_lastName",
          "fieldType": "string"
        },
        {
          "reference": "eventCreator.avatar",
          "name": "eventCreator_avatar",
          "fieldType": "string"
        },
        {
          "reference": "messagePost.id",
          "name": "messagePost_id",
          "fieldType": "numerical"
        },
        {
          "reference": "messagePost.body",
          "name": "messagePost_body",
          "fieldType": "string"
        },
        {
          "reference": "messagePost.contentType",
          "name": "messagePost_contentType",
          "fieldType": "string"
        },
        {
          "reference": "messagePost.status",
          "name": "messagePost_status",
          "fieldType": "string"
        },
        {
          "reference": "messagePost.userId",
          "name": "messagePost_userId",
          "fieldType": "numerical"
        },
        {
          "reference": "messagePost.messageId",
          "name": "messagePost_messageId",
          "fieldType": "numerical"
        },
        {
          "reference": "messagePost.dateCreated",
          "name": "messagePost_dateCreated",
          "fieldType": "string"
        },
        {
          "reference": "messagePost.dateUpdated",
          "name": "messagePost_dateUpdated",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Users For CRM",
      "appId": "6851678c37552df5f07ff396",
      "companyName": "All The Apps",
      "triggerName": "User Create",
      "description": "The \"User Create\" trigger in Users For Workflows activates whenever a new user is added to your system. This helps you stay updated and automate workflows based on new user entries.",
      "templateId": "01JYKSPFXP4NP19HEXH0DT9TZX",
      "_id": "685c0fd60b94dc339a156e2f",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "role",
          "name": "role",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Appointment Actions For CRM",
      "appId": "685169967cd7af5925d3ce94",
      "companyName": "All The Apps",
      "triggerName": "Update Appointment",
      "description": "The \"Update Appointment\" action allows you to modify the details of an existing appointment. Whether it’s changing the appointment date, time, location, or client information, this action provides an easy way to keep your appointments up to date, ensuring that all details are accurate and reflect the latest changes.",
      "templateId": "01JZ8GN2BQNC9VXD2N25VNTQJ0",
      "_id": "6866afa66bc372da32b45755",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "appointment.address",
          "name": "address",
          "fieldType": "string"
        },
        {
          "reference": "appointment.title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "appointment.calendarId",
          "name": "calendarId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.appointmentStatus",
          "name": "appointmentStatus",
          "fieldType": "string"
        },
        {
          "reference": "appointment.assignedUserId",
          "name": "assignedUserId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.startTime",
          "name": "startTime",
          "fieldType": "string"
        },
        {
          "reference": "appointment.endTime",
          "name": "endTime",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Appointment Actions For CRM",
      "appId": "685169967cd7af5925d3ce94",
      "companyName": "All The Apps",
      "triggerName": "Create Appointments",
      "description": "The \"Create Appointment\" action allows you to schedule a new appointment for your users. This action helps in easily adding appointments to your system by specifying the required details such as appointment time, date, and the client or user involved. It ensures seamless scheduling and management of appointments directly from your app.",
      "templateId": "01JZ8G7R8HERR6AAV90JK83QTQ",
      "_id": "6866aa516bc372da32b3937e",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "appointment.address",
          "name": "address",
          "fieldType": "string"
        },
        {
          "reference": "appointment.title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "appointment.calendarId",
          "name": "calendarId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.groupId",
          "name": "groupId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.appointmentStatus",
          "name": "appointmentStatus",
          "fieldType": "string"
        },
        {
          "reference": "appointment.assignedUserId",
          "name": "assignedUserId",
          "fieldType": "string"
        },
        {
          "reference": "appointment.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "appointment.source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "appointment.startTime",
          "name": "startTime",
          "fieldType": "string"
        },
        {
          "reference": "appointment.endTime",
          "name": "endTime",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Order Updated",
      "description": "The Order Updated trigger activates workflows whenever an existing order’s details are modified in Printful. Use it to sync records, notify customers, or update your fulfillment system automatically.",
      "templateId": "01K09BS29YGAXQG11EYQVFG90X",
      "_id": "687780806bc372da32f70c73",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.id",
          "name": "order_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "data_order_created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.updated",
          "name": "order_updated",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "recipient_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "recipient_phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "recipient_email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "data.order.is_sample",
          "name": "is_sample",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.needs_approval",
          "name": "needs_approval",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.not_synced",
          "name": "not_synced",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.has_discontinued_items",
          "name": "has_discontinued_items",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.can_change_hold",
          "name": "can_change_hold",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "costs_currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "costs_subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "costs_discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "retail_costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.vat",
          "name": "costs_vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.total",
          "name": ".costs_total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.dashboard_url",
          "name": "dashboard_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.items",
          "name": "order_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "custom_order_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.email",
          "name": "packing_slip_email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "packing_slip_phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "retail_costs_currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "retail_costs_subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "retail_costs_discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "retail_costs_shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "retail_costs_tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift",
          "name": "gift",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.vat",
          "name": "retail_costs_vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "retail_costs_total",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Order Created",
      "description": "Detects the creation of a new order in Printful. This trigger is commonly used to automate order processing, update inventory, notify teams, and streamline fulfillment workflows for efficient operations.",
      "templateId": "01K09AYA8AHH0R3MKFBJPM4RPB",
      "_id": "68777bbe6bc372da32f6e34b",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "store",
          "name": "store_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "created in unix time",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "recipient_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "recipient_company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "recipient_address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "recipient_address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "recipient_city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "recipient_state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "recipient_state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "recipient_country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "recipient_country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "recipient_zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "recipient_phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "recipient_email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.tax_number",
          "name": "recipient_tax_number",
          "fieldType": "string"
        },
        {
          "reference": "data.order.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "data.order.is_sample",
          "name": "is_sample",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.needs_approval",
          "name": "needs_approval",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.not_synced",
          "name": "not_synced",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.has_discontinued_items",
          "name": "has_discontinued_items",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.can_change_hold",
          "name": "can_change_hold",
          "fieldType": "boolean"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "costs_currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "costs_subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "costs_discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "costs_shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "costs_digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "costs_additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "costs_fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "costs_retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.tax",
          "name": "costs_tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.dashboard_url",
          "name": "dashboard_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "packing_slip_custom_order_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "packing_slip_phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "packing_slip_message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "packing_slip_logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "packing_slip_store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "retail_costs_currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "retail_costs_subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "retail_costs_discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "retail_costs_shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "retail_costs_tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "retail_costs_total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift",
          "name": "gift",
          "fieldType": "string"
        },
        {
          "reference": "data.order.id",
          "name": "OrderID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Product Deleted",
      "description": "Trigger fires when a product is deleted from your Printful store.",
      "templateId": "01K09B2X0T8QTFHJS56D5W7V5H",
      "_id": "687779b06bc372da32f6cba0",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.sync_product.name",
          "name": "name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Product Updated",
      "description": "Trigger fires when an existing product is updated in your Printful store.",
      "templateId": "01K09AV86P9QHJJ6ARKVXY1C8R",
      "_id": "687779196bc372da32f6c0e8",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.id",
          "name": "sync_product_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.external_id",
          "name": "sync_product_external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.sync_product.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.sync_product.variants",
          "name": "variants",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.synced",
          "name": "synced",
          "fieldType": "numerical"
        },
        {
          "reference": "data.sync_product.thumbnail_url",
          "name": "thumbnail_url",
          "fieldType": "string"
        },
        {
          "reference": "data.sync_product.is_ignored",
          "name": "sync_product.is_ignored",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Order Failed",
      "description": "Detects failed orders in Printful, such as payment or processing errors. This trigger is commonly used to notify relevant teams, initiate corrective actions, and ensure smooth order management and customer satisfaction.",
      "templateId": "01JZQXS5VMS10A6N3CYTTYNAB4",
      "_id": "686e90d86bc372da32403d45",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "data.order.id",
          "name": "order.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "order.external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.store",
          "name": "order.store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.status",
          "name": "order.status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "order.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "order.shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "order.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.updated",
          "name": "order.updated",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "order.recipient.address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "order.recipient.name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "order.recipient.company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "order.recipient.address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "order.recipient.city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "order.recipient.state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "order.recipient.state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "order.recipient.country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "order.recipient.country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "order.recipient.zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "order.recipient.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "order.recipient.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.tax_number",
          "name": "order.recipient.tax_number",
          "fieldType": "string"
        },
        {
          "reference": "data.order.items",
          "name": "order.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.branding_items",
          "name": "order.branding_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.incomplete_items",
          "name": "order.incomplete_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "order.costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "order.costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "order.costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "order.costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "order.costs.digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "order.costs.additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "order.costs.fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "order.costs.retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.tax",
          "name": "order.costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.vat",
          "name": "order.costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.total",
          "name": "order.costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "order.retail_costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "order.retail_costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "order.retail_costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "order.retail_costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "order.retail_costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.vat",
          "name": "order.retail_costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "order.retail_costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.pricing_breakdown",
          "name": "order.pricing_breakdown",
          "fieldType": "array"
        },
        {
          "reference": "data.order.shipments",
          "name": "order.shipments",
          "fieldType": "array"
        },
        {
          "reference": "data.order.gift.subject",
          "name": "order.gift.subject",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift.message",
          "name": "order.gift.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.email",
          "name": "order.packing_slip.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "order.packing_slip.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "order.packing_slip.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "order.packing_slip.logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "order.packing_slip.store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "order.packing_slip.custom_order_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Package Returned",
      "description": "Detects when an order package is returned to Printful. This trigger is commonly used to update inventory, notify your team, and automate workflows for returns processing and customer communication.",
      "templateId": "01JZQX2W3NPQHXZJYB3962QHZD",
      "_id": "686e8e656bc372da323fe18c",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.id",
          "name": "shipment.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.carrier",
          "name": "shipment.carrier",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.service",
          "name": "shipment.service",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.tracking_number",
          "name": "shipment.tracking_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.tracking_url",
          "name": "shipment.tracking_url",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.created",
          "name": "shipment.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.shipped_at",
          "name": "shipment.shipped_at",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.ship_date",
          "name": "shipment.ship_date",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.reshipment",
          "name": "shipment.reshipment",
          "fieldType": "boolean"
        },
        {
          "reference": "data.shipment.items",
          "name": "shipment.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.id",
          "name": "order.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "order.external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.store",
          "name": "order.store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.status",
          "name": "order.status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "order.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "order.shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "order.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.updated",
          "name": "order.updated",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "order.recipient.name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "order.recipient.company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "order.recipient.address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "order.recipient.address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "order.recipient.city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "order.recipient.state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "order.recipient.state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "order.recipient.country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "order.recipient.country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "order.recipient.zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "order.recipient.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "order.recipient.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.tax_number",
          "name": "order.recipient.tax_number",
          "fieldType": "string"
        },
        {
          "reference": "data.order.items",
          "name": "order.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.branding_items",
          "name": "order.branding_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.incomplete_items",
          "name": "order.incomplete_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "order.costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "order.costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "order.costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "order.costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "order.costs.digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "order.costs.additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "order.costs.fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "order.costs.retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.tax",
          "name": "order.costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.vat",
          "name": "order.costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.total",
          "name": "order.costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "order.retail_costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "order.retail_costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "order.retail_costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "order.retail_costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "order.retail_costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.vat",
          "name": "order.retail_costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "order.retail_costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.pricing_breakdown",
          "name": "order.pricing_breakdown",
          "fieldType": "array"
        },
        {
          "reference": "data.order.shipments",
          "name": "order.shipments",
          "fieldType": "array"
        },
        {
          "reference": "data.order.gift.subject",
          "name": "order.gift.subject",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift.message",
          "name": "order.gift.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.email",
          "name": "order.packing_slip.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "order.packing_slip.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "order.packing_slip.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "order.packing_slip.logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "order.packing_slip.store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "order.packing_slip.custom_order_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Order Canceled",
      "description": "Detects when a customer cancels an order in Printful. This trigger is commonly used to update inventory, notify relevant teams, and automate refund or follow-up processes to maintain smooth operations.",
      "templateId": "01JZQWATHD0XNP0Z1PT4HR8C1T",
      "_id": "686e8b876bc372da323f6653",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "data.order.id",
          "name": "order.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "order.external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.store",
          "name": "order.store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.status",
          "name": "order.status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "order.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "order.shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "order.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.updated",
          "name": "order.updated",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "order.recipient.name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "order.recipient.company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "order.recipient.address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "order.recipient.address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "order.recipient.city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "order.recipient.state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "order.recipient.state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "order.recipient.country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "order.recipient.country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "order.recipient.zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "order.recipient.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "order.recipient.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.tax_number",
          "name": "order.recipient.tax_number",
          "fieldType": "string"
        },
        {
          "reference": "data.order.items",
          "name": "order.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.branding_items",
          "name": "order.branding_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.incomplete_items",
          "name": "order.incomplete_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "order.costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "order.costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "order.costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "order.costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "order.costs.digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "order.costs.additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "order.costs.fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "order.costs.retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.tax",
          "name": "order.costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.vat",
          "name": "order.costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.total",
          "name": "order.costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "order.retail_costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "order.retail_costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "order.retail_costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "order.retail_costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "order.retail_costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.vat",
          "name": "order.retail_costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "order.retail_costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.pricing_breakdown",
          "name": "order.pricing_breakdown",
          "fieldType": "array"
        },
        {
          "reference": "data.order.shipments",
          "name": "order.shipments",
          "fieldType": "array"
        },
        {
          "reference": "data.order.gift.subject",
          "name": "order.gift.subject",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift.message",
          "name": "order.gift.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.email",
          "name": "order.packing_slip.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "order.packing_slip.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "order.packing_slip.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "order.packing_slip.logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "order.packing_slip.store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "order.packing_slip.custom_order_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Printful for Workflows",
      "appId": "68515d1d0c620fa98f1b3f21",
      "companyName": "All The Apps",
      "triggerName": "Package Shipped",
      "description": "Detects when an order package has been dispatched in Printful. This trigger is commonly used to notify customers, update order tracking systems, and automate follow-up actions in your fulfillment workflows.",
      "templateId": "01JZQVEVJ931SFGWSVRG7ZG3E1",
      "_id": "686e88756bc372da323ed18b",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "retries",
          "name": "retries",
          "fieldType": "numerical"
        },
        {
          "reference": "store",
          "name": "store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.id",
          "name": "shipment.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.carrier",
          "name": "shipment.carrier",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.service",
          "name": "shipment.service",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.tracking_number",
          "name": "shipment.tracking_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.tracking_url",
          "name": "shipment.tracking_url",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.created",
          "name": "shipment.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.ship_date",
          "name": "shipment.ship_date",
          "fieldType": "string"
        },
        {
          "reference": "data.shipment.shipped_at",
          "name": "shipment.shipped_at",
          "fieldType": "numerical"
        },
        {
          "reference": "data.shipment.reshipment",
          "name": "shipment.reshipment",
          "fieldType": "boolean"
        },
        {
          "reference": "data.shipment.items",
          "name": "shipment.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.id",
          "name": "order.id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.external_id",
          "name": "order.external_id",
          "fieldType": "string"
        },
        {
          "reference": "data.order.store",
          "name": "order.store",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.status",
          "name": "order.status",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping",
          "name": "order.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.shipping_service_name",
          "name": "order.shipping_service_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.created",
          "name": "order.created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.updated",
          "name": "order.updated",
          "fieldType": "numerical"
        },
        {
          "reference": "data.order.recipient.name",
          "name": "order.recipient.name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.company",
          "name": "order.recipient.company",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address1",
          "name": "order.recipient.address1",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.address2",
          "name": "order.recipient.address2",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.city",
          "name": "order.recipient.city",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_code",
          "name": "order.recipient.state_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.state_name",
          "name": "order.recipient.state_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_code",
          "name": "order.recipient.country_code",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.country_name",
          "name": "order.recipient.country_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.zip",
          "name": "order.recipient.zip",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.phone",
          "name": "order.recipient.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.email",
          "name": "order.recipient.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.recipient.tax_number",
          "name": "order.recipient.tax_number",
          "fieldType": "string"
        },
        {
          "reference": "data.order.items",
          "name": "order.items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.branding_items",
          "name": "order.branding_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.incomplete_items",
          "name": "order.incomplete_items",
          "fieldType": "array"
        },
        {
          "reference": "data.order.costs.currency",
          "name": "order.costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.subtotal",
          "name": "order.costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.discount",
          "name": "order.costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.shipping",
          "name": "order.costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.digitization",
          "name": "order.costs.digitization",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.additional_fee",
          "name": "order.costs.additional_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.fulfillment_fee",
          "name": "order.costs.fulfillment_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.retail_delivery_fee",
          "name": "order.costs.retail_delivery_fee",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.tax",
          "name": "order.costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.vat",
          "name": "order.costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.costs.total",
          "name": "order.costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.currency",
          "name": "order.retail_costs.currency",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.subtotal",
          "name": "order.retail_costs.subtotal",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.discount",
          "name": "order.retail_costs.discount",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.shipping",
          "name": "order.retail_costs.shipping",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.tax",
          "name": "order.retail_costs.tax",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.vat",
          "name": "order.retail_costs.vat",
          "fieldType": "string"
        },
        {
          "reference": "data.order.retail_costs.total",
          "name": "order.retail_costs.total",
          "fieldType": "string"
        },
        {
          "reference": "data.order.pricing_breakdown",
          "name": "order.pricing_breakdown",
          "fieldType": "array"
        },
        {
          "reference": "data.order.shipments",
          "name": "order.shipments",
          "fieldType": "array"
        },
        {
          "reference": "data.order.gift.subject",
          "name": "order.gift.subject",
          "fieldType": "string"
        },
        {
          "reference": "data.order.gift.message",
          "name": "order.gift.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.email",
          "name": "order.packing_slip.email",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.phone",
          "name": "order.packing_slip.phone",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.message",
          "name": "order.packing_slip.message",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.logo_url",
          "name": "order.packing_slip.logo_url",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.store_name",
          "name": "order.packing_slip.store_name",
          "fieldType": "string"
        },
        {
          "reference": "data.order.packing_slip.custom_order_id",
          "name": "order.packing_slip.custom_order_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GetResponse For Workflows",
      "appId": "685152bdd3d63257ef5088e8",
      "companyName": "All The Apps",
      "triggerName": "Contact Custom Field Changed",
      "description": "The \"Contact Custom Field Changed\" trigger activates when a custom field associated with a contact is updated or modified. Custom fields can include any information specific to your business or marketing needs, such as customer preferences, membership status, or purchase history. This trigger helps you track changes to this valuable data.",
      "templateId": "01JY44GSHAPQV0D3ZCJ1AXBF30",
      "_id": "68540e264c1de9cca4bd315b",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.href",
          "name": "contact_href",
          "fieldType": "string"
        },
        {
          "reference": "customField.customFieldId",
          "name": "customFieldId",
          "fieldType": "string"
        },
        {
          "reference": "customField.href",
          "name": "customFieldhref",
          "fieldType": "string"
        },
        {
          "reference": "account.accountId",
          "name": "accountId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GetResponse For Workflows",
      "appId": "685152bdd3d63257ef5088e8",
      "companyName": "All The Apps",
      "triggerName": "Contact Moved to list",
      "description": "The \"Contact Moved to List\" trigger is activated whenever a contact is transferred from one list or campaign to another within your GetResponse account. This trigger is valuable for monitoring contact migration and initiating relevant follow-up actions based on their new list placement.",
      "templateId": "01JY41AB2YANPMVX1Y10CSNRQ5",
      "_id": "685400d54c1de9cca4bc2741",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.href",
          "name": "campaign_href",
          "fieldType": "string"
        },
        {
          "reference": "account.accountId",
          "name": "accountId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GetResponse For Workflows",
      "appId": "685152bdd3d63257ef5088e8",
      "companyName": "All The Apps",
      "triggerName": "Contact Copied",
      "description": "The \"Contact Copied\" trigger activates when a contact is duplicated or transferred from one campaign or list to another within your GetResponse account. This helps track and automate actions related to contact organization or segmentation.",
      "templateId": "01JY40BWT7R0VXS6FQBSKEX623",
      "_id": "6853fc994c1de9cca4bbbb6a",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "account.accountId",
          "name": "accountId",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.href",
          "name": "href",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GetResponse For Workflows",
      "appId": "685152bdd3d63257ef5088e8",
      "companyName": "All The Apps",
      "triggerName": "New Contact Added",
      "description": "The \"New Contact Added\" trigger activates whenever a new contact is added to your GetResponse account. This ensures that your workflows are instantly updated with the latest contact details, enabling you to automate follow-ups, assign tags, or initiate campaigns without any manual effort.",
      "templateId": "01JY3ZCT05FRQJPD5CBV6M11PR",
      "_id": "6853f77f4c1de9cca4bb4eb4",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.name",
          "name": "campaign_name",
          "fieldType": "string"
        },
        {
          "reference": "contact.campaign.href",
          "name": "campaign_href",
          "fieldType": "string"
        },
        {
          "reference": "contact.href",
          "name": "contact_href",
          "fieldType": "string"
        },
        {
          "reference": "account.accountId",
          "name": "accountId",
          "fieldType": "string"
        },
        {
          "reference": "event.occurredAt",
          "name": "occurredAt",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Opportunities For CRM",
      "appId": "68516bc7af8a6938adde3487",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Status Update",
      "description": "The \"Opportunity Status Updated\" trigger for Opportunity for Workflows activates whenever the status of an opportunity is updated. This trigger is ideal for automating actions like notifying stakeholders, adjusting workflows, or updating CRM records to reflect the new status.",
      "templateId": "01JYKSJW5QA0JZK1J1NHQ75BK4",
      "_id": "685c0f790b94dc339a15641e",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "monetaryValue",
          "name": "monetaryValue",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "pipelineId",
          "name": "pipelineId",
          "fieldType": "string"
        },
        {
          "reference": "pipelineStageId",
          "name": "pipelineStageId",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Opportunities For CRM",
      "appId": "68516bc7af8a6938adde3487",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Stage Update",
      "description": "The \"Opportunity Stage Updated\" trigger for Opportunity for Workflows activates whenever the stage of an opportunity is updated. This trigger helps automate actions such as notifying team members, updating sales reports, or triggering stage-specific workflows to keep your pipeline moving efficiently.",
      "templateId": "01JYKSCGZZ4SX06NB2Z6AKFDZJ",
      "_id": "685c0e900b94dc339a15393f",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "monetaryValue",
          "name": "monetaryValue",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "pipelineId",
          "name": "pipelineId",
          "fieldType": "string"
        },
        {
          "reference": "pipelineStageId",
          "name": "pipelineStageId",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Opportunities For CRM",
      "appId": "68516bc7af8a6938adde3487",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Create",
      "description": "The \"Opportunity Created\" trigger for Opportunity for Workflows activates whenever a new opportunity is created in your system. This trigger helps you automate tasks related to new opportunities, such as notifying your sales team, assigning the opportunity to a representative, or initiating a follow-up sequence.",
      "templateId": "01JYKS50GZKQPG36EM45V1GN5H",
      "_id": "685c0db90b94dc339a150abc",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "monetaryValue",
          "name": "monetaryValue",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "pipelineId",
          "name": "pipelineId",
          "fieldType": "string"
        },
        {
          "reference": "pipelineStageId",
          "name": "pipelineStageId",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Mailerlite for workflows",
      "appId": "685167cb5c7d29981563bb00",
      "companyName": "All The Apps",
      "triggerName": "Subscriber Deleted ",
      "description": "The \"Subscriber Deleted\" trigger in MailerLite activates when a subscriber is permanently removed from your list. This could happen if they unsubscribe, are manually deleted, or if they are marked as invalid or undeliverable.",
      "templateId": "01JYH6SMQBCV1M29EATW5K1BNF",
      "_id": "685abc414c1de9cca43d39b2",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "sent",
          "name": "sent",
          "fieldType": "numerical"
        },
        {
          "reference": "opens_count",
          "name": "opens_count",
          "fieldType": "numerical"
        },
        {
          "reference": "clicks_count",
          "name": "clicks_count",
          "fieldType": "numerical"
        },
        {
          "reference": "click_rate",
          "name": "click_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "subscribed_at",
          "name": "subscribed_at",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "updated_at",
          "name": "updated_at",
          "fieldType": "string"
        },
        {
          "reference": "deleted_at",
          "name": "deleted_at",
          "fieldType": "string"
        },
        {
          "reference": "fields.name",
          "name": "Name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Mailerlite for workflows",
      "appId": "685167cb5c7d29981563bb00",
      "companyName": "All The Apps",
      "triggerName": "Subscriber Updated ",
      "description": "The \"Subscriber Updated\" trigger in MailerLite is activated whenever there is a change or update to an existing subscriber's information. This can include changes to their contact details, preferences, custom fields, or group memberships.",
      "templateId": "01JYH6MD23A9EN770Y7FYQXVCJ",
      "_id": "685abb844c1de9cca43d25c6",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "opens_count",
          "name": "opens_count",
          "fieldType": "numerical"
        },
        {
          "reference": "clicks_count",
          "name": "clicks_count",
          "fieldType": "numerical"
        },
        {
          "reference": "sent",
          "name": "sent",
          "fieldType": "numerical"
        },
        {
          "reference": "subscribed_at",
          "name": "subscribed_at",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "updated_at",
          "name": "updated_at",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Mailerlite for workflows",
      "appId": "685167cb5c7d29981563bb00",
      "companyName": "All The Apps",
      "triggerName": "Subscriber Created ",
      "description": "The \"Subscriber Created\" trigger in MailerLite is activated whenever a new subscriber is added to your list. This could be through manual entry, an import, or a form submission on your website or landing page.",
      "templateId": "01JYH6A6D89PQYEY3J5EBQWX23",
      "_id": "685abad24c1de9cca43d123e",
      "customVars": [
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "sent",
          "name": "sent",
          "fieldType": "string"
        },
        {
          "reference": "opens_count",
          "name": "opens_count",
          "fieldType": "string"
        },
        {
          "reference": "clicks_count",
          "name": "clicks_count",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "updated_at",
          "name": "updated_at",
          "fieldType": "string"
        },
        {
          "reference": "ip_address",
          "name": "ip_address",
          "fieldType": "string"
        },
        {
          "reference": "subscribed_at",
          "name": "subscribed_at",
          "fieldType": "string"
        },
        {
          "reference": "unsubscribed_at",
          "name": "unsubscribed_at",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "Event",
          "fieldType": "string"
        },
        {
          "reference": "fields.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "fields.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "fields.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "fields.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "fields.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "fields.new",
          "name": "new",
          "fieldType": "string"
        },
        {
          "reference": "fields.new1",
          "name": "new1",
          "fieldType": "string"
        },
        {
          "reference": "fields.new12",
          "name": "new12",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "fields.z_i_p",
          "name": "z_i_p",
          "fieldType": "string"
        },
        {
          "reference": "fields.state",
          "name": "state",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Note Delete",
      "description": "The \"Note Delete\" trigger in Contacts For Workflows is activated when a note is deleted from the system. This helps track when important information is removed from a contact's record.",
      "templateId": "01JZAMNY3D11B9VGWXV8ZV0GDZ",
      "_id": "6867c1a66bc372da32c8b4dd",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Note Update",
      "description": "The \"Note Update\" trigger in Contacts For Workflows is activated when an existing note is updated. This allows you to track and respond to changes made to notes within the system.",
      "templateId": "01JZAKFGTTW1BJZZ5H74X2S758",
      "_id": "6867bcc16bc372da32c88877",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Note Create",
      "description": "The \"Note Create\" trigger in Contacts For Workflows is triggered when a new note is created. This action allows you to automate processes when a note is added, helping to manage and respond to the new information.",
      "templateId": "01JZAK5KRZN9NP2272RRNDJXMS",
      "_id": "6867bbae6bc372da32c87d8a",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Task Delete",
      "description": "The \"Task Delete\" trigger in Contacts For Workflows is activated when a task is deleted. This trigger allows you to automate processes when a task is removed from the system, such as cleaning up associated data or notifying relevant stakeholders.",
      "templateId": "01JZAHWYMWD7F54TFYYWZFQ2SC",
      "_id": "6867b6436bc372da32c82397",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dueDate",
          "name": "dueDate",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Task Complete",
      "description": "The \"Task Complete\" trigger in Contacts For Workflows is activated when a task is marked as complete. This trigger helps you automate actions that need to take place after a task is finished, such as sending notifications, updating records, or triggering follow-up actions.",
      "templateId": "01JZAHRFT9QQNHA44766JDA1HH",
      "_id": "6867b5c86bc372da32c7ff1b",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dueDate",
          "name": "dueDate",
          "fieldType": "string"
        },
        {
          "reference": "title",
          "name": "title",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Task Create",
      "description": "The \"Task Create\" trigger in Contacts For Workflows is activated when a new task is created within your system. This trigger allows you to initiate actions based on the creation of tasks, such as task assignments or reminders.",
      "templateId": "01JZAHMEPN1H7SSYQ7YB8E26CC",
      "_id": "6867b5356bc372da32c7f83e",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dueDate",
          "name": "dueDate",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Contact Delete",
      "description": "The \"Contact Delete\" trigger in Contacts For Workflows is activated when a contact is deleted from your system. This trigger helps automate workflows that respond to contact removal events.",
      "templateId": "01JZAHB5T4B46HTP64VN5PX91Z",
      "_id": "6867b47c6bc372da32c7f0c5",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "address1",
          "name": "address1",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "companyName",
          "fieldType": "string"
        },
        {
          "reference": "country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dateOfBirth",
          "name": "dateOfBirth",
          "fieldType": "string"
        },
        {
          "reference": "dnd",
          "name": "dnd",
          "fieldType": "boolean"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "postalCode",
          "name": "postalCode",
          "fieldType": "string"
        },
        {
          "reference": "tags",
          "name": "tags",
          "fieldType": "array"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "customFields",
          "name": "customFields",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Contact Update",
      "description": "The \"Contact Update\" trigger in Contacts For Workflows is activated whenever an existing contact's information is updated in your system. This trigger ensures that any workflows or automations tied to changes in contact details are executed immediately after an update.",
      "templateId": "01JZAH3BD66M66EJSC3YAFCPRR",
      "_id": "6867b3796bc372da32c7def1",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "address1",
          "name": "address1",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "companyName",
          "fieldType": "string"
        },
        {
          "reference": "country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dateOfBirth",
          "name": "dateOfBirth",
          "fieldType": "string"
        },
        {
          "reference": "dnd",
          "name": "dnd",
          "fieldType": "boolean"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "tags",
          "name": "tags",
          "fieldType": "array"
        },
        {
          "reference": "postalCode",
          "name": "postalCode",
          "fieldType": "string"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "customFields",
          "name": "customFields",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Contacts For CRM",
      "appId": "68516ae65804533bc004faa0",
      "companyName": "All The Apps",
      "triggerName": "Contact Create",
      "description": "The \"Contact Create\" trigger in Contacts For Workflows is activated whenever a new contact is added to your system. This trigger ensures that any workflows or automation tied to the creation of new contacts are triggered immediately upon their entry into your database.",
      "templateId": "01JZAGVDVTCAXW12JWT1989PMX",
      "_id": "6867b2836bc372da32c7d257",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "address1",
          "name": "address1",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "companyName",
          "fieldType": "string"
        },
        {
          "reference": "country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "source",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "dateOfBirth",
          "name": "dateOfBirth",
          "fieldType": "string"
        },
        {
          "reference": "dnd",
          "name": "dnd",
          "fieldType": "boolean"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "postalCode",
          "name": "postalCode",
          "fieldType": "string"
        },
        {
          "reference": "tags",
          "name": "tags",
          "fieldType": "array"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "assignedTo",
          "name": "assignedTo",
          "fieldType": "string"
        },
        {
          "reference": "customFields",
          "name": "customFields",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Appointment Notes For CRM",
      "appId": "68518e18c9d8a7a16aa40e3b",
      "companyName": "All The Apps",
      "triggerName": "Appointment Note Update",
      "description": "Triggers when an existing appointment note is updated.",
      "templateId": "01JZ2S6KGR7G79EGFNB5ZZG75Q",
      "_id": "6863bc006bc372da32707f27",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "note",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Appointment Notes For CRM",
      "appId": "68518e18c9d8a7a16aa40e3b",
      "companyName": "All The Apps",
      "triggerName": "Appointment Note Created",
      "description": "Triggers when a new note is added to an appointment.",
      "templateId": "01JZ2RZR5GX5FEWKBRX736PJE7",
      "_id": "6863baeb6bc372da327070ff",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "note",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Update Person",
      "description": "Update Person allows you to modify existing contact details in Pipedrive directly from your workflows. Edit information such as name, email, phone number, or other key details to keep your CRM accurate and current. Automate updates to reduce manual data entry and ensure real-time consistency. Maintain organized and reliable contact records effortlessly.",
      "templateId": "01JZAQEB3Z7DRFWSVFS50PHXRW",
      "_id": "6867cd0d6bc372da32c96fe6",
      "customVars": [
        {
          "reference": "current.owner_id",
          "name": "owner_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.phone",
          "name": "phone",
          "fieldType": "array"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "current.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "current.email",
          "name": "email",
          "fieldType": "array"
        },
        {
          "reference": "current.last_name",
          "name": "last_name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Update Organization",
      "description": "Update Organization allows you to edit existing organization details in Pipedrive directly from your workflows. Update information such as name, address, or contact details to maintain accurate records. Automate updates to reduce manual work and ensure real-time data consistency. Keep your CRM organized and up to date effortlessly.",
      "templateId": "01JZAQACQ1ZSV8C9TGG4Q6A918",
      "_id": "6867cc7c6bc372da32c969bd",
      "customVars": [
        {
          "reference": "current.owner_id",
          "name": "owner_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.notes_count",
          "name": "notes_count",
          "fieldType": "numerical"
        },
        {
          "reference": "current.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "current.company_id",
          "name": "company_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Update Deal",
      "description": "Update Deal allows you to modify existing deal details in Pipedrive directly from your workflows. Edit information such as deal stage, value, or status to keep your sales pipeline accurate. Automate deal updates to save time and ensure real-time data consistency. Maintain a clear view of all opportunities for better decision-making.",
      "templateId": "01JZAQ6N438MZEGGGEFE9FFA5F",
      "_id": "6867cbfc6bc372da32c96367",
      "customVars": [
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "current.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "current.title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "current.value",
          "name": "value",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Create Person",
      "description": "Create Person allows you to add new contacts to your Pipedrive account directly from workflows. Capture essential details like name, email, and phone number to keep your CRM organized. Automate person creation to save time and reduce manual data entry. Ensure accurate and up-to-date contact records for better relationship management.",
      "templateId": "01JZAQ0XW16XMNVMFE3YE1688V",
      "_id": "6867cb816bc372da32c95dc0",
      "customVars": [
        {
          "reference": "current.cc_email",
          "name": "cc_email",
          "fieldType": "string"
        },
        {
          "reference": "current.owner_id",
          "name": "owner_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.phone",
          "name": "phone",
          "fieldType": "array"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.notes_count",
          "name": "notes_count",
          "fieldType": "numerical"
        },
        {
          "reference": "current.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "current.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "current.email",
          "name": "email",
          "fieldType": "array"
        },
        {
          "reference": "current.company_id",
          "name": "company_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "current.primary_email",
          "name": "primary_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Create Organization",
      "description": "Create Organization allows you to add new organizations to your Pipedrive account directly from workflows. Store essential details like organization name, address, and contact information for better CRM management. Automate organization creation to save time and maintain accurate records. Keep your sales pipeline structured and up to date effortlessly.",
      "templateId": "01JZAPWTRX0KAJ0YA6WGSHZH2N",
      "_id": "6867cac56bc372da32c95491",
      "customVars": [
        {
          "reference": "current.cc_email",
          "name": "cc_email",
          "fieldType": "string"
        },
        {
          "reference": "current.owner_id",
          "name": "owner_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.notes_count",
          "name": "notes_count",
          "fieldType": "numerical"
        },
        {
          "reference": "current.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "current.company_id",
          "name": "company_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Create Note",
      "description": "Create Note allows you to add notes to deals, contacts, or organizations in Pipedrive directly from your workflows. Keep important information centralized for easy access by your team. Automate note creation to ensure timely updates and better collaboration. Maintain organized records to support informed decision-making.",
      "templateId": "01JZAPPFQBYY8QH6QAGBM25HRY",
      "_id": "6867ca3d6bc372da32c94e77",
      "customVars": [
        {
          "reference": "current.deal.title",
          "name": "deal_title",
          "fieldType": "string"
        },
        {
          "reference": "current.pinned_to_person_flag",
          "name": "pinned_to_person_flag",
          "fieldType": "boolean"
        },
        {
          "reference": "current.lead",
          "name": "lead",
          "fieldType": "string"
        },
        {
          "reference": "current.content",
          "name": "content",
          "fieldType": "string"
        },
        {
          "reference": "current.pinned_to_deal_flag",
          "name": "pinned_to_deal_flag",
          "fieldType": "boolean"
        },
        {
          "reference": "current.update_time",
          "name": "update_time",
          "fieldType": "string"
        },
        {
          "reference": "current.pinned_to_organization_flag",
          "name": "pinned_to_organization_flag",
          "fieldType": "boolean"
        },
        {
          "reference": "current.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.deal_id",
          "name": "deal_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Create Deal",
      "description": "Create Deal allows you to start a new deal in Pipedrive directly from your workflows. Capture essential details like deal name, value, and stage to keep your pipeline updated. Automate deal creation to save time and reduce manual data entry. Ensure your sales team stays on top of every opportunity seamlessly.",
      "templateId": "01JZAPFBXBHMFDVYX56ZSKTNK5",
      "_id": "6867c96d6bc372da32c9424e",
      "customVars": [
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.person_id",
          "name": "person_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.creator_user_id",
          "name": "creator_user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.expected_close_date",
          "name": "expected_close_date",
          "fieldType": "string"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.stage_id",
          "name": "stage_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.probability",
          "name": "probability",
          "fieldType": "numerical"
        },
        {
          "reference": "current.person_name",
          "name": "person_name",
          "fieldType": "string"
        },
        {
          "reference": "current.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.visible_to",
          "name": "visible_to",
          "fieldType": "string"
        },
        {
          "reference": "current.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "current.title",
          "name": "title",
          "fieldType": "string"
        },
        {
          "reference": "current.update_time",
          "name": "update_time",
          "fieldType": "string"
        },
        {
          "reference": "current.pipeline_id",
          "name": "pipeline_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.value",
          "name": "value",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Pipedrive",
      "appId": "68516d891f705ccbf3ede371",
      "companyName": "All The Apps",
      "triggerName": "Create Activity",
      "description": "Create Activity allows you to schedule tasks, calls, or meetings in Pipedrive directly from your workflows. Keep your sales pipeline organized by automating activity creation for deals, contacts, or organizations. Ensure timely follow-ups and improved collaboration among team members. Streamline task management for better productivity and tracking.",
      "templateId": "01JZAP69W629DGR1E1G3NHGV6E",
      "_id": "6867c8866bc372da32c934a2",
      "customVars": [
        {
          "reference": "current.type_name",
          "name": "type_name",
          "fieldType": "string"
        },
        {
          "reference": "current.public_description",
          "name": "public_description",
          "fieldType": "string"
        },
        {
          "reference": "current.subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "current.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "current.deal_title",
          "name": "deal_title",
          "fieldType": "string"
        },
        {
          "reference": "current.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.person_id",
          "name": "person_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.deal_id",
          "name": "deal_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.owner_name",
          "name": "owner_name",
          "fieldType": "string"
        },
        {
          "reference": "current.person_name",
          "name": "person_name",
          "fieldType": "string"
        },
        {
          "reference": "current.done",
          "name": "done",
          "fieldType": "boolean"
        },
        {
          "reference": "current.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.org_id",
          "name": "org_id",
          "fieldType": "numerical"
        },
        {
          "reference": "current.note",
          "name": "note",
          "fieldType": "string"
        },
        {
          "reference": "current.due_time",
          "name": "due_time",
          "fieldType": "string"
        },
        {
          "reference": "current.duration",
          "name": "duration",
          "fieldType": "string"
        },
        {
          "reference": "current.update_time",
          "name": "update_time",
          "fieldType": "string"
        },
        {
          "reference": "current.org_name",
          "name": "org_name",
          "fieldType": "string"
        },
        {
          "reference": "current.lead_id",
          "name": "lead_id",
          "fieldType": "string"
        },
        {
          "reference": "current.participants",
          "name": "participants",
          "fieldType": "array"
        },
        {
          "reference": "current.due_date",
          "name": "due_date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "User Update",
      "description": "Triggers when an existing user’s details are updated in a system connected to Mux.",
      "templateId": "01JYHB3S1Q3RPM31ZYZHV1JKYC",
      "_id": "685ace864c1de9cca4402387",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "displayName",
          "name": "displayName",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "initials",
          "name": "initials",
          "fieldType": "string"
        },
        {
          "reference": "role.id",
          "name": "role_id",
          "fieldType": "numerical"
        },
        {
          "reference": "role.name",
          "name": "role_name",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "mobilePhone",
          "name": "mobilePhone",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "Contact Updated",
      "description": "Triggers when a contact’s information is updated in a system integrated with Mux.",
      "templateId": "01JYHAJT6C98F7WM8BD1T9KJNZ",
      "_id": "685acd154c1de9cca43fd2d5",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "salutation",
          "name": "salutation",
          "fieldType": "string"
        },
        {
          "reference": "crossRefernce",
          "name": "crossRefernce",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "companyName",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.street1",
          "name": "mailingAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.street2",
          "name": "mailingAddress_street2",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.city",
          "name": "mailingAddress_city",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.zipCode",
          "name": "mailingAddress_zipCode",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.city",
          "name": "billingAddress_city",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.street1",
          "name": "billingAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.country.name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.country.abbreviation",
          "name": "country_abbreviation",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.country._link",
          "name": "country_link",
          "fieldType": "string"
        },
        {
          "reference": "email_id",
          "name": "email_id",
          "fieldType": "string"
        },
        {
          "reference": "phone_id",
          "name": "phone_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "Job Updated",
      "description": "Triggers when a video processing job is updated in Mux.",
      "templateId": "01JYHA1BQNBXX4B80JHM77TDKT",
      "_id": "685acace4c1de9cca43f4368",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "contact_id",
          "name": "contact_id",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.street1",
          "name": "locationAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.city",
          "name": "locationAddress_city",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.state.name",
          "name": "locationAddress_state_name",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.zipCode",
          "name": "zipCode",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.country.name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "leadSource.id",
          "name": "leadSource_id",
          "fieldType": "string"
        },
        {
          "reference": "leadSource.name",
          "name": "leadSource_name",
          "fieldType": "string"
        },
        {
          "reference": "leadSource.parentId",
          "name": "leadSource_parentId",
          "fieldType": "string"
        },
        {
          "reference": "leadSource._link",
          "name": "leadSource_link",
          "fieldType": "string"
        },
        {
          "reference": "currentMilestone",
          "name": "currentMilestone",
          "fieldType": "string"
        },
        {
          "reference": "milestoneDate",
          "name": "milestoneDate",
          "fieldType": "string"
        },
        {
          "reference": "jobName",
          "name": "jobName",
          "fieldType": "string"
        },
        {
          "reference": "jobNumber",
          "name": "jobNumber",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "User Created",
      "description": "Triggers when a new user account is created within a connected platform integrated with Mux.",
      "templateId": "01JYH9SZ6BZRZCJZA7KD3V056J",
      "_id": "685ac8bf4c1de9cca43eefd4",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "displayName",
          "name": "displayName",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "initials",
          "name": "initials",
          "fieldType": "string"
        },
        {
          "reference": "employeeId",
          "name": "employeeId",
          "fieldType": "string"
        },
        {
          "reference": "role.id",
          "name": "role_id",
          "fieldType": "numerical"
        },
        {
          "reference": "role.name",
          "name": "role_name",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "mobilePhone",
          "name": "mobilePhone",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "Job Created",
      "description": "Triggers when a new video processing job is created in Mux.",
      "templateId": "01JYH932SW2VJPJ1SMCYN9PCSR",
      "_id": "685ac6e84c1de9cca43ea9fe",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "contact_id",
          "name": "contact_id",
          "fieldType": "string"
        },
        {
          "reference": "isPrimary",
          "name": "isPrimary",
          "fieldType": "boolean"
        },
        {
          "reference": "relationToPrimary",
          "name": "relationToPrimary",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.street1",
          "name": "street1",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "locationAddress.zipCode",
          "name": "zipCode",
          "fieldType": "string"
        },
        {
          "reference": "geoLocation.latitude",
          "name": "latitude",
          "fieldType": "numerical"
        },
        {
          "reference": "geoLocation.longitude",
          "name": "longitude",
          "fieldType": "numerical"
        },
        {
          "reference": "leadSource.id",
          "name": "leadsource_id",
          "fieldType": "string"
        },
        {
          "reference": "leadSource.name",
          "name": "leadSource_name",
          "fieldType": "string"
        },
        {
          "reference": "leadSource.parentId",
          "name": "leadSource_parentId",
          "fieldType": "string"
        },
        {
          "reference": "leadSource._link",
          "name": "leadSource_link",
          "fieldType": "string"
        },
        {
          "reference": "jobName",
          "name": "jobName",
          "fieldType": "string"
        },
        {
          "reference": "jobNumber",
          "name": "jobNumber",
          "fieldType": "string"
        },
        {
          "reference": "createdDate",
          "name": "createdDate",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AccuLynx For Workflows",
      "appId": "68516b385c7d2960ea655e16",
      "companyName": "All The Apps",
      "triggerName": "Contact Created",
      "description": "Triggers a workflow action in Mux when an event occurs in AccuLynx.",
      "templateId": "01JYH8JBKC4DYFGGVRE1ZN0N70",
      "_id": "685ac4d34c1de9cca43e6630",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "_link",
          "name": "_link",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "salutation",
          "name": "salutation",
          "fieldType": "string"
        },
        {
          "reference": "crossRefernce",
          "name": "crossRefernce",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "companyName",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.street1",
          "name": "mailingAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.street2",
          "name": "mailingAddress_street2",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.city",
          "name": "mailingAddress_city",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.zipCode",
          "name": "mailingAddress_zipCode",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.zipCode",
          "name": "mailingAddress_zipCode",
          "fieldType": "string"
        },
        {
          "reference": "mailingAddress.street1",
          "name": "mailingAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.city",
          "name": "billingAddress_city",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.street1",
          "name": "billingAddress_street1",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.zipCode",
          "name": "billingAddress_zipCode",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.country.name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.country.abbreviation",
          "name": "country_abbreviation",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.country._link",
          "name": "country_link",
          "fieldType": "string"
        },
        {
          "reference": "email_id",
          "name": "email_id",
          "fieldType": "string"
        },
        {
          "reference": "phone_id",
          "name": "phone_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Transaction Email Hard Bounced",
      "description": "Triggers when a transactional email fails to deliver due to a hard bounce.",
      "templateId": "01JZAHE2ZJHKFHK36C0M91XX04",
      "_id": "6867b4f06bc372da32c7f58c",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "message-id",
          "name": "message-id",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "tag",
          "name": "tag",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "sending_ip",
          "name": "sending_ip",
          "fieldType": "string"
        },
        {
          "reference": "ts_event",
          "name": "ts_event",
          "fieldType": "numerical"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "ts_epoch",
          "name": "ts_epoch",
          "fieldType": "numerical"
        },
        {
          "reference": "sender_email",
          "name": "sender_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Link Clicked",
      "description": "Triggers when a recipient clicks a link within an email.",
      "templateId": "01JZAGWKHFWKYNAEMTWR859KDF",
      "_id": "6867b3d96bc372da32c7e243",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "message-id",
          "name": "message-id",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "sending_ip",
          "name": "sending_ip",
          "fieldType": "string"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "ts_epoch",
          "name": "ts_epoch",
          "fieldType": "numerical"
        },
        {
          "reference": "ts_event",
          "name": "ts_event",
          "fieldType": "numerical"
        },
        {
          "reference": "link",
          "name": "link",
          "fieldType": "string"
        },
        {
          "reference": "sender_email",
          "name": "sender_email",
          "fieldType": "string"
        },
        {
          "reference": "mirror_link",
          "name": "mirror_link",
          "fieldType": "string"
        },
        {
          "reference": "user_agent",
          "name": "user_agent",
          "fieldType": "string"
        },
        {
          "reference": "device_used",
          "name": "device_used",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Transaction Email Opened",
      "description": "Triggers when a recipient opens a transactional email.",
      "templateId": "01JZAGG49J8BADFSN0PAZMW5GG",
      "_id": "6867b1826bc372da32c7c7ac",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "message-id",
          "name": "message-id",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "sending_ip",
          "name": "sending_ip",
          "fieldType": "string"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "ts_epoch",
          "name": "ts_epoch",
          "fieldType": "numerical"
        },
        {
          "reference": "ts_event",
          "name": "ts_event",
          "fieldType": "numerical"
        },
        {
          "reference": "link",
          "name": "link",
          "fieldType": "string"
        },
        {
          "reference": "sender_email",
          "name": "sender_email",
          "fieldType": "string"
        },
        {
          "reference": "mirror_link",
          "name": "mirror_link",
          "fieldType": "string"
        },
        {
          "reference": "user_agent",
          "name": "user_agent",
          "fieldType": "string"
        },
        {
          "reference": "device_used",
          "name": "device_used",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Transactional Email Delivered",
      "description": "Triggers when a transactional email is successfully delivered to a recipient.",
      "templateId": "01JZAG5VFNASBTKPXE4RR158NN",
      "_id": "6867afe86bc372da32c7baab",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "message-id",
          "name": "message-id",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "tag",
          "name": "tag",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "sending_ip",
          "name": "sending_ip",
          "fieldType": "string"
        },
        {
          "reference": "ts_event",
          "name": "ts_event",
          "fieldType": "numerical"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "ts_epoch",
          "name": "ts_epoch",
          "fieldType": "numerical"
        },
        {
          "reference": "sender_email",
          "name": "sender_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Contact Deleted",
      "description": "Triggers when a contact is permanently removed from the system.",
      "templateId": "01JZAFY6CS8WM8R4BTTXYHKRPJ",
      "_id": "6867ae926bc372da32c7b013",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Contact Updated",
      "description": "Triggers when an existing contact’s details are modified.",
      "templateId": "01JZAFMPB549V5RE04YW7SBBVJ",
      "_id": "6867ad776bc372da32c7a53f",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "content",
          "name": "content",
          "fieldType": "array"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Brevo for Workflows ",
      "appId": "68515efc671ccb236e1c9eaf",
      "companyName": "All The Apps",
      "triggerName": "Contact Subscribed To List",
      "description": "Triggers when a contact is subscribed to a specific list.",
      "templateId": "01JZAFDMXNH3GRT2A1S0CHRZB7",
      "_id": "6867ac536bc372da32c79ceb",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "list_id",
          "name": "list_id",
          "fieldType": "array"
        },
        {
          "reference": "date",
          "name": "date",
          "fieldType": "string"
        },
        {
          "reference": "ts",
          "name": "ts",
          "fieldType": "numerical"
        },
        {
          "reference": "key",
          "name": "key",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact_id",
          "name": "contact_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Delete Job",
      "description": "This trigger activates whenever a job is deleted in Job Nimbus. It captures details such as the job name, associated contact, and removal timestamp. Use this to update project records, notify relevant team members, or trigger automated cleanup workflows.  Example: A roofing installation job for Sarah Johnson is canceled and deleted from Job Nimbus. This trigger can automatically update project tracking systems, notify the assigned team, and archive related files.",
      "templateId": "01JYKAQ6R8XJ13D39EEZCPFB79",
      "_id": "686413696bc372da327a190b",
      "customVars": [
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep",
          "name": "sales_rep",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "address_line2",
          "name": "address_line2",
          "fieldType": "string"
        },
        {
          "reference": "date_status_change",
          "name": "date_status_change",
          "fieldType": "numerical"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "state_text",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "record_type_name",
          "name": "record_type_name",
          "fieldType": "string"
        },
        {
          "reference": "status_name",
          "name": "status_name",
          "fieldType": "string"
        },
        {
          "reference": "source_name",
          "name": "source_name",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "parent_mobile_phone",
          "name": "parent_mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_work_phone",
          "name": "parent_work_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_fax_number",
          "name": "parent_fax_phone",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Delete Contact",
      "description": "This trigger activates whenever a contact is deleted in Job Nimbus. It captures details such as the contact’s name, associated jobs, and removal timestamp. Use this to update CRM records, notify relevant team members, or trigger automated cleanup processes.  Example: A client, Sarah Johnson, is removed from Job Nimbus after project completion. This trigger can automatically delete her record from the CRM, revoke access to client portals, and archive related documents.",
      "templateId": "01JYKA91T80M62042MJNF3PPQ2",
      "_id": "686413566bc372da327a16d3",
      "customVars": [
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "created_by",
          "name": "created_by",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "numerical"
        },
        {
          "reference": "sales_rep",
          "name": "sales_rep",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "display_name",
          "name": "display_name",
          "fieldType": "string"
        },
        {
          "reference": "home_phone",
          "name": "home_phone",
          "fieldType": "string"
        },
        {
          "reference": "mobile_phone",
          "name": "mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "work_phone",
          "name": "work_phone",
          "fieldType": "string"
        },
        {
          "reference": "fax_number",
          "name": "fax_number",
          "fieldType": "string"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Update Contact",
      "description": "This trigger activates whenever a contact's details are updated in Job Nimbus. It captures changes such as name, phone number, email, address, or custom fields. Use this to keep customer records up to date, sync data across platforms, or trigger personalized follow-ups.  Example: Sarah Johnson updates her phone number and email address in Job Nimbus. This trigger can automatically update her CRM profile, notify the sales team, and ensure future communications reach the correct contact details.",
      "templateId": "01JYK9NHXYYVS4YAVNDHPWKTXS",
      "_id": "6864133e6bc372da327a13b6",
      "customVars": [
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "numerical"
        },
        {
          "reference": "sales_rep",
          "name": "sales_rep",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "state_text",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "record_type_name",
          "name": "record_type_name",
          "fieldType": "string"
        },
        {
          "reference": "status_name",
          "name": "status_name",
          "fieldType": "string"
        },
        {
          "reference": "source_name",
          "name": "source_name",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "display_name",
          "name": "display_name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "home_phone",
          "name": "home_phone",
          "fieldType": "string"
        },
        {
          "reference": "mobile_phone",
          "name": "mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "work_phone",
          "name": "work_phone",
          "fieldType": "string"
        },
        {
          "reference": "fax_number",
          "name": "fax_number",
          "fieldType": "string"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Update Job",
      "description": "This trigger activates whenever a job is updated in Job Nimbus. It captures details such as job status, assigned team members, updated deadlines, and project notes. Use this to keep stakeholders informed, trigger follow-up tasks, or update external project tracking tools.  Example: A roofing installation job for Sarah Johnson is updated to \"In Progress\" with a new completion date of April 10. This trigger can automatically notify the team, update the project timeline, and send a progress report to the client.",
      "templateId": "01JYK92JVMY21X4S2EK4T08AE9",
      "_id": "686413296bc372da327a10ad",
      "customVars": [
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "created_by",
          "name": "created_by",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "numerical"
        },
        {
          "reference": "date_updated",
          "name": "date_updated",
          "fieldType": "numerical"
        },
        {
          "reference": "sales_rep",
          "name": "sales_rep",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "date_status_change",
          "name": "date_status_change",
          "fieldType": "numerical"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "address_line2",
          "name": "address_line2",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "state_text",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "record_type_name",
          "name": "record_type_name",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "status_name",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "primary.id",
          "name": "Primary Id",
          "fieldType": "string"
        },
        {
          "reference": "primary.name",
          "name": "Primary Name",
          "fieldType": "string"
        },
        {
          "reference": "primary.number",
          "name": "Primary Number",
          "fieldType": "string"
        },
        {
          "reference": "primary.type",
          "name": "Primary Type",
          "fieldType": "string"
        },
        {
          "reference": "primary.email",
          "name": "Primary Email",
          "fieldType": "string"
        },
        {
          "reference": "primary.subject",
          "name": "Primary Subject",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "Job Name",
          "fieldType": "string"
        },
        {
          "reference": "parent_home_phone",
          "name": "parent_home_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_mobile_phone",
          "name": "parent_mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_work_phone",
          "name": "parent_work_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_fax_number",
          "name": "parent_fax_number",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_email",
          "name": "sales_rep_email",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        },
        {
          "reference": "Date of Loss",
          "name": "Date of Loss",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Create Job",
      "description": "This trigger activates whenever a new job is created in Job Nimbus. It captures details such as the job name, assigned contact, start date, and job status. Use this to automate scheduling, notify team members, or update project management tools.  Example: A new roofing installation job for Sarah Johnson is created with a start date of April 5. This trigger can automatically assign a project manager, notify the crew, and add the job to a scheduling calendar.",
      "templateId": "01JYK832W7AZVT0VAJC12BEJCK",
      "_id": "686413126bc372da327a0d5e",
      "customVars": [
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "numerical"
        },
        {
          "reference": "related",
          "name": "related",
          "fieldType": "array"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "date_status_change",
          "name": "date_status_change",
          "fieldType": "numerical"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "address_line2",
          "name": "address_line2",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "state_text",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "record_type_name",
          "name": "record_type_name",
          "fieldType": "string"
        },
        {
          "reference": "status_name",
          "name": "status_name",
          "fieldType": "string"
        },
        {
          "reference": "source_name",
          "name": "source_name",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "parent_mobile_phone",
          "name": "parent_mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "parent_work_phone",
          "name": "parent_work_phone",
          "fieldType": "string"
        },
        {
          "reference": "primary.id",
          "name": "Primary Id",
          "fieldType": "string"
        },
        {
          "reference": "primary.name",
          "name": "Primary Name",
          "fieldType": "string"
        },
        {
          "reference": "primary.number",
          "name": "Primary Number",
          "fieldType": "string"
        },
        {
          "reference": "primary.type",
          "name": "Primary Type",
          "fieldType": "string"
        },
        {
          "reference": "primary.email",
          "name": "Primary Email",
          "fieldType": "string"
        },
        {
          "reference": "primary.subject",
          "name": "Primary Subject",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "Job Name",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_email",
          "name": "sales_rep_email",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        },
        {
          "reference": "Date of Loss",
          "name": "Date of Loss",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Job Nimbus",
      "appId": "68516bcb5c7d29ba8465b33f",
      "companyName": "All The Apps",
      "triggerName": "Create Contact",
      "description": "This trigger activates whenever a new contact is created in Job Nimbus. It captures details such as the contact’s name, email, phone number, and associated project. Use this to sync customer data, trigger onboarding workflows, or send automated welcome emails.  Example: A new client, Sarah Johnson, is added to Job Nimbus for a roofing project. This trigger can automatically create a record in the CRM, send a welcome email, and assign a sales rep for follow-up.",
      "templateId": "01JYK73TRTX3FV0E0SQSJ3YVR1",
      "_id": "685be4e90b94dc339a0f12e3",
      "customVars": [
        {
          "reference": "jnid",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "external_id",
          "name": "external_id",
          "fieldType": "string"
        },
        {
          "reference": "number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "created_by",
          "name": "created_by",
          "fieldType": "string"
        },
        {
          "reference": "created_by_name",
          "name": "created_by_name",
          "fieldType": "string"
        },
        {
          "reference": "date_created",
          "name": "date_created",
          "fieldType": "numerical"
        },
        {
          "reference": "date_updated",
          "name": "date_updated",
          "fieldType": "numerical"
        },
        {
          "reference": "date_start",
          "name": "date_start",
          "fieldType": "numerical"
        },
        {
          "reference": "date_end",
          "name": "date_end",
          "fieldType": "numerical"
        },
        {
          "reference": "sales_rep",
          "name": "sales_rep",
          "fieldType": "string"
        },
        {
          "reference": "sales_rep_name",
          "name": "sales_rep_name",
          "fieldType": "string"
        },
        {
          "reference": "date_status_change",
          "name": "date_status_change",
          "fieldType": "numerical"
        },
        {
          "reference": "address_line1",
          "name": "address_line1",
          "fieldType": "string"
        },
        {
          "reference": "address_line2",
          "name": "address_line2",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "state_text",
          "name": "state_text",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "country_name",
          "name": "country_name",
          "fieldType": "string"
        },
        {
          "reference": "record_type_name",
          "name": "record_type_name",
          "fieldType": "string"
        },
        {
          "reference": "status_name",
          "name": "status_name",
          "fieldType": "string"
        },
        {
          "reference": "source_name",
          "name": "source_name",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "display_name",
          "name": "display_name",
          "fieldType": "string"
        },
        {
          "reference": "home_phone",
          "name": "home_phone",
          "fieldType": "string"
        },
        {
          "reference": "mobile_phone",
          "name": "mobile_phone",
          "fieldType": "string"
        },
        {
          "reference": "work_phone",
          "name": "work_phone",
          "fieldType": "string"
        },
        {
          "reference": "fax_number",
          "name": "fax_number",
          "fieldType": "string"
        },
        {
          "reference": "website",
          "name": "website",
          "fieldType": "string"
        },
        {
          "reference": "created_by_email",
          "name": "created_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Ring Over",
      "appId": "685188770872d1162b9f9cea",
      "companyName": "All The Apps",
      "triggerName": "Message Received",
      "description": "The \"Message Received\" trigger activates whenever a new message is received in Ring Over. It enables you to automate workflows such as sending instant notifications, assigning tasks, or initiating quick follow-ups to ensure timely responses.",
      "templateId": "01JY6P61453C1XAZNV0WQF2YDR",
      "_id": "685559954c1de9cca4d84e14",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.message_id",
          "name": "message_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.conversation_id",
          "name": "conversation_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.time",
          "name": "time",
          "fieldType": "numerical"
        },
        {
          "reference": "data.direction",
          "name": "direction",
          "fieldType": "string"
        },
        {
          "reference": "data.from_number",
          "name": "from_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.to_number",
          "name": "to_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "data.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Ring Over",
      "appId": "685188770872d1162b9f9cea",
      "companyName": "All The Apps",
      "triggerName": "Message Sent",
      "description": "The \"Message Sent\" trigger activates whenever a message is successfully delivered through Ring Over. It helps automate workflows like updating records, notifying teams, or scheduling follow-up actions without manual effort.",
      "templateId": "01JY6NY2RYJVJS7S8YSJF40Z6D",
      "_id": "685558b24c1de9cca4d841b6",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.message_id",
          "name": "message_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.conversation_id",
          "name": "conversation_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.time",
          "name": "time",
          "fieldType": "numerical"
        },
        {
          "reference": "data.direction",
          "name": "direction",
          "fieldType": "string"
        },
        {
          "reference": "data.from_number",
          "name": "from_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.to_number",
          "name": "to_number",
          "fieldType": "numerical"
        },
        {
          "reference": "data.body",
          "name": "body",
          "fieldType": "string"
        },
        {
          "reference": "data.user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "attempt",
          "name": "attempt",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Basecamp for Workflows",
      "appId": "6851659f1f705c0b44e97762",
      "companyName": "All The Apps",
      "triggerName": "Todo-list Created",
      "description": "This trigger activates whenever a new to-do list is created in Basecamp. It helps you automate follow-up actions, notify team members, or link workflows to newly organized tasks for better project oversight.",
      "templateId": "01JZ0KNCPGCDRS7R6N76G9J95E",
      "_id": "686664686bc372da32abda7e",
      "customVars": [
        {
          "reference": "id",
          "name": "todo_list_id",
          "fieldType": "numerical"
        },
        {
          "reference": "kind",
          "name": "kind",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.id",
          "name": "recording.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.status",
          "name": "recording.status",
          "fieldType": "string"
        },
        {
          "reference": "recording.visible_to_clients",
          "name": "recording.visible_to_clients",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.created_at",
          "name": "recording.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.inherits_status",
          "name": "recording.inherits_status",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.type",
          "name": "recording.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.subscription_url",
          "name": "recording.subscription_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.position",
          "name": "recording.position",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.id",
          "name": "recording.bucket.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.bucket.name",
          "name": "recording.bucket.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.type",
          "name": "recording.bucket.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.id",
          "name": "recording.creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.attachable_sgid",
          "name": "recording.creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.name",
          "name": "recording.creator.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.email_address",
          "name": "recording.creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.personable_type",
          "name": "recording.creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.created_at",
          "name": "recording.creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.updated_at",
          "name": "recording.creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.admin",
          "name": "recording.creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.owner",
          "name": "recording.creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.client",
          "name": "recording.creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.employee",
          "name": "recording.creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.time_zone",
          "name": "recording.creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.avatar_url",
          "name": "recording.creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.company.id",
          "name": "recording.creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.company.name",
          "name": "recording.creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.can_manage_projects",
          "name": "recording.creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_manage_people",
          "name": "recording.creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_access_timesheet",
          "name": "recording.creator.can_access_timesheet",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.content",
          "name": "recording.content",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.admin",
          "name": "creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.owner",
          "name": "creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Basecamp for Workflows",
      "appId": "6851659f1f705c0b44e97762",
      "companyName": "All The Apps",
      "triggerName": "Schedule Entry Created",
      "description": "The \"Schedule Entry Created\" trigger in Basecamp for Workflows activates whenever a new schedule entry is added to a project. This trigger helps automate processes such as sending reminders, updating calendars, or notifying team members about upcoming events or deadlines.",
      "templateId": "01JZ0STP08B423G000Z8T969TA",
      "_id": "6862bf3b6bc372da325d50b7",
      "customVars": [
        {
          "reference": "id",
          "name": "schedule_entry_id",
          "fieldType": "numerical"
        },
        {
          "reference": "kind",
          "name": "kind",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.id",
          "name": "recording.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.status",
          "name": "recording.status",
          "fieldType": "string"
        },
        {
          "reference": "recording.visible_to_clients",
          "name": "recording.visible_to_clients",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.created_at",
          "name": "recording.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.inherits_status",
          "name": "recording.inherits_status",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.type",
          "name": "recording.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.subscription_url",
          "name": "recording.subscription_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.id",
          "name": "recording.bucket.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.bucket.name",
          "name": "recording.bucket.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.type",
          "name": "recording.bucket.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.id",
          "name": "recording.creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.attachable_sgid",
          "name": "recording.creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.name",
          "name": "recording.creator.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.email_address",
          "name": "recording.creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.personable_type",
          "name": "recording.creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.created_at",
          "name": "recording.creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.admin",
          "name": "recording.creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.owner",
          "name": "recording.creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.client",
          "name": "recording.creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "recording.creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.time_zone",
          "name": "recording.creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.avatar_url",
          "name": "recording.creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.company.id",
          "name": "recording.creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.company.name",
          "name": "recording.creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.can_ping",
          "name": "recording.creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_manage_projects",
          "name": "recording.creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_manage_people",
          "name": "recording.creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.id",
          "name": "creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.admin",
          "name": "creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.owner",
          "name": "creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Basecamp for Workflows",
      "appId": "6851659f1f705c0b44e97762",
      "companyName": "All The Apps",
      "triggerName": "Comment Created",
      "description": "The \"Comment Created\" trigger in Basecamp for Workflows activates whenever a new comment is added to a message, to-do, or file within a specific project. This trigger helps automate tasks like notifying team members, updating project logs, or syncing comments with other tools.",
      "templateId": "01JZ0N6M7MHE0JGS5MPG7J0W7B",
      "_id": "6862b7606bc372da325c2751",
      "customVars": [
        {
          "reference": "id",
          "name": "comment_id",
          "fieldType": "numerical"
        },
        {
          "reference": "kind",
          "name": "kind",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.id",
          "name": "recording.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.status",
          "name": "recording.status",
          "fieldType": "string"
        },
        {
          "reference": "recording.visible_to_clients",
          "name": "recording.visible_to_clients",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.created_at",
          "name": "recording.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.inherits_status",
          "name": "recording.inherits_status",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.type",
          "name": "recording.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.id",
          "name": "recording.bucket.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.bucket.name",
          "name": "recording.bucket.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.type",
          "name": "recording.bucket.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.id",
          "name": "recording.creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.attachable_sgid",
          "name": "recording.creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.name",
          "name": "recording.creator.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.email_address",
          "name": "recording.creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.personable_type",
          "name": "recording.creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.created_at",
          "name": "recording.creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.admin",
          "name": "recording.creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.owner",
          "name": "recording.creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.client",
          "name": "recording.creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.employee",
          "name": "recording.creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.time_zone",
          "name": "recording.creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.avatar_url",
          "name": "recording.creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.creator.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.creator.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.content",
          "name": "recording.content",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "content.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.owner",
          "name": "creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "creator.can_manage_people",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Basecamp for Workflows",
      "appId": "6851659f1f705c0b44e97762",
      "companyName": "All The Apps",
      "triggerName": "Todo Created",
      "description": "The \"To-Do Created\" trigger in Basecamp for Workflows activates whenever a new to-do is added to a project. This trigger helps automate processes such as assigning tasks, sending notifications, or tracking progress on project-related activities.",
      "templateId": "01JZ0NJV6FP9F80AHEH8JNVFEQ",
      "_id": "6862ae0a6bc372da325af3da",
      "customVars": [
        {
          "reference": "id",
          "name": "todo_id",
          "fieldType": "numerical"
        },
        {
          "reference": "kind",
          "name": "kind",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.id",
          "name": "recording.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.status",
          "name": "recording.status",
          "fieldType": "string"
        },
        {
          "reference": "recording.visible_to_clients",
          "name": "recording.visible_to_clients",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.created_at",
          "name": "recording.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.inherits_status",
          "name": "recording.inherits_status",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.type",
          "name": "recording.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.subscription_url",
          "name": "recording.subscription_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.position",
          "name": "recording.position",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.id",
          "name": "recording.bucket.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.bucket.name",
          "name": "recording.bucket.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.type",
          "name": "recording.bucket.type",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "recording.creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.attachable_sgid",
          "name": "recording.creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.name",
          "name": "recording.creator.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.email_address",
          "name": "recording.creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.personable_type",
          "name": "recording.creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.created_at",
          "name": "recording.creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.updated_at",
          "name": "recording.creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.admin",
          "name": "recording.creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.owner",
          "name": "recording.creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.client",
          "name": "recording.creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.employee",
          "name": "recording.creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.time_zone",
          "name": "recording.creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.avatar_url",
          "name": "recording.creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.company.id",
          "name": "recording.creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.creator.company.name",
          "name": "recording.creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.creator.can_ping",
          "name": "recording.creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_manage_projects",
          "name": "recording.creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_manage_people",
          "name": "recording.creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.creator.can_access_timesheet",
          "name": "recording.creator.can_access_timesheet",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.content",
          "name": "recording.content",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.admin",
          "name": "creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.owner",
          "name": "creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Basecamp for Workflows",
      "appId": "6851659f1f705c0b44e97762",
      "companyName": "All The Apps",
      "triggerName": "Message Created",
      "description": "The \"Message Created\" trigger in Basecamp for Workflows activates whenever a new message is created in a specific project or message board. This trigger helps automate processes such as team notifications, task assignments, or logging communication events.",
      "templateId": "01JZ0M13AZ73XHX8KM8A4C9KAM",
      "_id": "6862a4846bc372da32599cda",
      "customVars": [
        {
          "reference": "id",
          "name": "message_id",
          "fieldType": "numerical"
        },
        {
          "reference": "kind",
          "name": "kind",
          "fieldType": "string"
        },
        {
          "reference": "created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.id",
          "name": "recording.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.status",
          "name": "recording.status",
          "fieldType": "string"
        },
        {
          "reference": "recording.visible_to_clients",
          "name": "recording.visible_to_clients",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.created_at",
          "name": "created_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.updated_at",
          "name": "recording.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "recording.title",
          "name": "recording.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.inherits_status",
          "name": "recording.inherits_status",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.type",
          "name": "recording.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.url",
          "name": "recording.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.app_url",
          "name": "recording.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bookmark_url",
          "name": "recording.bookmark_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.subscription_url",
          "name": "recording.subscription_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.id",
          "name": "recording.parent.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.parent.title",
          "name": "recording.parent.title",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.type",
          "name": "recording.parent.type",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.url",
          "name": "recording.parent.url",
          "fieldType": "string"
        },
        {
          "reference": "recording.parent.app_url",
          "name": "recording.parent.app_url",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.id",
          "name": "recording.bucket.id",
          "fieldType": "numerical"
        },
        {
          "reference": "recording.bucket.name",
          "name": "recording.bucket.name",
          "fieldType": "string"
        },
        {
          "reference": "recording.bucket.type",
          "name": "recording.bucket.type",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "recording.creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "recording.creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "recording.creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "recording.creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "recording.creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "recording.creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "recording.creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.admin",
          "name": "recording.creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.owner",
          "name": "recording.creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "recording.creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "recording.creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "recording.creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "recording.creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "recording.creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "recording.creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "recording.creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "recording.creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "recording.creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "recording.creator.can_access_timesheet",
          "fieldType": "boolean"
        },
        {
          "reference": "recording.content",
          "name": "recording.content",
          "fieldType": "string"
        },
        {
          "reference": "creator.id",
          "name": "creator.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.attachable_sgid",
          "name": "creator.attachable_sgid",
          "fieldType": "string"
        },
        {
          "reference": "creator.name",
          "name": "creator.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.email_address",
          "name": "creator.email_address",
          "fieldType": "string"
        },
        {
          "reference": "creator.personable_type",
          "name": "creator.personable_type",
          "fieldType": "string"
        },
        {
          "reference": "creator.created_at",
          "name": "creator.created_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.updated_at",
          "name": "creator.updated_at",
          "fieldType": "string"
        },
        {
          "reference": "creator.admin",
          "name": "creator.admin",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.owner",
          "name": "creator.owner",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.client",
          "name": "creator.client",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.employee",
          "name": "creator.employee",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.time_zone",
          "name": "creator.time_zone",
          "fieldType": "string"
        },
        {
          "reference": "creator.avatar_url",
          "name": "creator.avatar_url",
          "fieldType": "string"
        },
        {
          "reference": "creator.company.id",
          "name": "creator.company.id",
          "fieldType": "numerical"
        },
        {
          "reference": "creator.company.name",
          "name": "creator.company.name",
          "fieldType": "string"
        },
        {
          "reference": "creator.can_ping",
          "name": "creator.can_ping",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_projects",
          "name": "creator.can_manage_projects",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_manage_people",
          "name": "creator.can_manage_people",
          "fieldType": "boolean"
        },
        {
          "reference": "creator.can_access_timesheet",
          "name": "creator.can_access_timesheet",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Calendar Hero",
      "appId": "685158d01f705c91dfe0e101",
      "companyName": "All the Apps",
      "triggerName": "Meeting Decline ",
      "description": "The \"Meeting Decline\" trigger in Calendar Hero activates whenever a meeting invitation is declined. This trigger helps you automate tasks such as rescheduling, updating records, or notifying the meeting organizer for further action.",
      "templateId": "01JZ8FQ10A4JQ7BS9HHJKWT5R6",
      "_id": "6866a7fa6bc372da32b340d3",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "contacts",
          "name": "contacts",
          "fieldType": "array"
        },
        {
          "reference": "meetingLength",
          "name": "meetingLength",
          "fieldType": "numerical"
        },
        {
          "reference": "location",
          "name": "location",
          "fieldType": "array"
        },
        {
          "reference": "lastNotificationDate",
          "name": "lastNotificationDate",
          "fieldType": "string"
        },
        {
          "reference": "numberOfNotifications",
          "name": "numberOfNotifications",
          "fieldType": "numerical"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "dateRequestedStart",
          "name": "dateRequestedStart",
          "fieldType": "string"
        },
        {
          "reference": "dateRequestedEnd",
          "name": "dateRequestedEnd",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Id",
          "name": "Contact1_Id",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Name",
          "name": "Contact1_Name",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Email",
          "name": "Contact1_Email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Calendar Hero",
      "appId": "685158d01f705c91dfe0e101",
      "companyName": "All the Apps",
      "triggerName": "New Contact",
      "description": "The \"Create Contact\" trigger in Calendar Hero activates whenever a new contact is added to your system. This trigger helps you automate tasks like scheduling introductory meetings, sending personalized welcome messages, or updating your CRM.",
      "templateId": "01JZ8FV49GN5ZNGKERQ1K485XD",
      "_id": "6866a7a56bc372da32b33490",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Calendar Hero",
      "appId": "685158d01f705c91dfe0e101",
      "companyName": "All the Apps",
      "triggerName": "Meeting Schedule ",
      "description": "The \"Meeting Schedule\" trigger in Calendar Hero activates whenever a meeting is scheduled. This trigger streamlines your workflow by automating follow-ups, notifications, or updates to other systems whenever a meeting is set.",
      "templateId": "01JZ8FCNMFFW7QGCP16C25PNVY",
      "_id": "6866a69d6bc372da32b30cda",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "contacts",
          "name": "contacts",
          "fieldType": "array"
        },
        {
          "reference": "meetingLength",
          "name": "meetingLength",
          "fieldType": "numerical"
        },
        {
          "reference": "location",
          "name": "location",
          "fieldType": "array"
        },
        {
          "reference": "lastNotificationDate",
          "name": "lastNotificationDate",
          "fieldType": "string"
        },
        {
          "reference": "numberOfNotifications",
          "name": "numberOfNotifications",
          "fieldType": "numerical"
        },
        {
          "reference": "dateRequestedStart",
          "name": "dateRequestedStart",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "subject",
          "fieldType": "string"
        },
        {
          "reference": "dateRequestedEnd",
          "name": "dateRequestedEnd",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Id",
          "name": "Contact1_Id",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Name",
          "name": "Contact1_Name",
          "fieldType": "string"
        },
        {
          "reference": "Contact1_Email",
          "name": "Contact1_Email",
          "fieldType": "string"
        },
        {
          "reference": "dateScheduledStart",
          "name": "dateScheduledStart",
          "fieldType": "string"
        },
        {
          "reference": "dateScheduledEnd",
          "name": "dateScheduledEnd",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Calendar Hero",
      "appId": "685158d01f705c91dfe0e101",
      "companyName": "All the Apps",
      "triggerName": "New Contact(beta) ",
      "description": "The \"Create Contact\" trigger in Calendar Hero activates whenever a new contact is added to your system. This trigger helps you automate tasks like scheduling introductory meetings, sending personalized welcome messages, or updating your CRM.",
      "templateId": "01JZ8F61RGHPJD2WG6GXA8HSNC",
      "_id": "6866a5386bc372da32b2aca0",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "emails",
          "name": "emails",
          "fieldType": "array"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "dateAdded",
          "name": "dateAdded",
          "fieldType": "string"
        },
        {
          "reference": "organization",
          "name": "organization",
          "fieldType": "string"
        },
        {
          "reference": "imageUrl",
          "name": "imageUrl",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Person Updated",
      "description": "The \"Person Updated\" trigger in Copper for Workflows activates whenever an existing person record is updated. This trigger helps automate tasks such as notifying team members of changes, updating related records, or initiating follow-up actions based on the updated person information.",
      "templateId": "01JZ02SFJBC5MADP8MPZ3ZEWM2",
      "_id": "686259a26bc372da32543c63",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Updated",
      "description": "Detects changes to an existing opportunity in Copper, such as status updates or new notes. This trigger is commonly used to notify team members, update related workflows, and ensure opportunities are tracked accurately for effective sales management.",
      "templateId": "01JZ02KKWHXG75XV7KAWRHGKFJ",
      "_id": "686259026bc372da32543802",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "updated_attributes.name",
          "name": "name",
          "fieldType": "array"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Project Created",
      "description": "The \"Project Created\" trigger in Copper for Workflows activates whenever a new project is created in your system. This trigger helps you automate tasks such as notifying team members, setting up initial project details, or updating related records to ensure a smooth project onboarding process.",
      "templateId": "01JZ02H19XW7H6H40Y8548NDTM",
      "_id": "686258896bc372da325435c1",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Lead Updated",
      "description": "The \"Lead Updated\" trigger in Copper for Workflows activates whenever an existing lead record is updated. This trigger helps automate tasks such as notifying team members of changes, updating related records, or initiating follow-up actions based on the updated lead information.",
      "templateId": "01JZ02CXTBNTKEQCD01SP85B67",
      "_id": "6862583f6bc372da32543404",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "updated_attributes.name",
          "name": "name",
          "fieldType": "array"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Created",
      "description": "The \"Opportunity Created\" trigger in Copper for Workflows activates whenever a new sales opportunity is created. This trigger allows you to automate tasks such as notifying the sales team, updating related records, or starting follow-up actions to ensure timely engagement with potential deals.",
      "templateId": "01JZ02DAD1Y94TRTC2SBT9X2SS",
      "_id": "6862580b6bc372da32543294",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Company Updated ",
      "description": "The \"Company Updated\" trigger in Copper for Workflows activates whenever an existing company record is updated. This trigger helps automate actions such as updating related records, notifying team members of changes, or initiating workflows based on the updated information.",
      "templateId": "01JZ0273A59DJEDW4G3T2GA9KW",
      "_id": "686257846bc372da32542e99",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "updated_attributes.details",
          "name": "details",
          "fieldType": "array"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Person Created",
      "description": "The \"Person Created\" trigger in Copper for Workflows activates whenever a new person is added to your system. This trigger streamlines processes by automating tasks like sending welcome messages, assigning the person to a team member, or updating related records.",
      "templateId": "01JZ027KQ5852QTZANNB40JG6K",
      "_id": "686257826bc372da32542e6c",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "Ids Array",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Company Created",
      "description": "The \"Company Created\" trigger in Copper for Workflows activates whenever a new company is added to your system. This trigger helps you automate actions such as notifying team members, updating related records, or initiating workflows to onboard the company efficiently.",
      "templateId": "01JZ0234HHX9RT698EVY9X2DSK",
      "_id": "686256d26bc372da32542843",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "The \"Task Created\" trigger in Copper for Workflows activates whenever a new task is created in your system. This trigger helps automate tasks such as assigning task owners, setting deadlines, or notifying team members to ensure that no new task is overlooked.",
      "templateId": "01JZ021A3CEMP6C025XKD5RJEM",
      "_id": "686256c56bc372da325427fa",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Task Updated",
      "description": "The \"Task Updated\" trigger in Copper for Workflows activates whenever an existing task record is updated. This trigger helps automate tasks such as notifying team members of changes, updating task details, or initiating follow-up actions based on the updated task information.",
      "templateId": "01JZ01VVNSRYYBJYX4NW555P9X",
      "_id": "6862562e6bc372da3254246b",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Lead Created",
      "description": "The \"Lead Created\" trigger in Copper for Workflows activates whenever a new lead is added to your system. This trigger helps you automate processes such as notifying your sales team, assigning leads, or initiating follow-up actions to engage prospects promptly.",
      "templateId": "01JZ01XR4X6XD72KX6X7DX9YMJ",
      "_id": "686256296bc372da3254244f",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Copper for Workflows",
      "appId": "68515f5b3111120e53ec79c8",
      "companyName": "All The Apps",
      "triggerName": "Project Updated",
      "description": "The \"Project Updated\" trigger in Copper for Workflows activates whenever an existing project record is updated. This trigger helps automate tasks such as notifying team members of changes, updating related records, or initiating workflows based on the updated project information.",
      "templateId": "01JZ01NB53SJ80WWEWCV2DC77G",
      "_id": "686255546bc372da32541df3",
      "customVars": [
        {
          "reference": "subscription_id",
          "name": "subscription_id",
          "fieldType": "numerical"
        },
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "ids",
          "name": "ids",
          "fieldType": "numerical"
        },
        {
          "reference": "updated_attributes.details",
          "name": "details",
          "fieldType": "array"
        },
        {
          "reference": "timestamp",
          "name": "timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "OpportunityCreated",
      "description": "It signals the start of a potential sales or business deal, allowing workflows to be triggered based on the creation of the opportunity.",
      "templateId": "01JZ374938QMAGJEWMM4ZJQJMV",
      "_id": "686660536bc372da32ab7b06",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "opportunityId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Appointment Updated",
      "description": "This could include changes to the appointment date, time, location, or any other details associated with the scheduled appointment. ",
      "templateId": "01JZ36QER6Y9D1PZFGXX9T5ER3",
      "_id": "6866603d6bc372da32ab7a6f",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "appointmentId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Appointment Deleted",
      "description": "When an appointment is deleted from the calendar or scheduling system, this trigger is fired. ",
      "templateId": "01JZ36V2RRW556HZX2DBBX11J8",
      "_id": "686660226bc372da32ab79a5",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Product Created",
      "description": "This trigger activates when a new product is added to the system. It allows workflows to be initiated automatically whenever a new product is introduced, helping manage product-related actions from the start.",
      "templateId": "01JZ37DJMCWT8FT6S1JM4MPB1S",
      "_id": "6863f5bb6bc372da3275ca8d",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "ProductId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Company Updated",
      "description": "This trigger activates when an existing company record is updated in the system. It monitors changes to company details, such as contact information, status, or other important data, and can trigger actions based on those updates.",
      "templateId": "01JZ37CK8RT8VGNPCNSBVR6N8K",
      "_id": "6863f5856bc372da3275c48f",
      "customVars": [
        {
          "reference": "object_keys.id",
          "name": "companyId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Note Updated",
      "description": "This trigger activates when an existing note is edited or updated. It tracks changes to notes, whether they are added to a contact, company, or task, and triggers workflows based on those modifications.",
      "templateId": "01JZ37BCHTCZN0D16Y4SFVZNCB",
      "_id": "6863f56d6bc372da3275c274",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Opportunity Updated",
      "description": " It tracks changes to opportunity details, such as status, value, or key dates, and triggers workflows based on those updates.",
      "templateId": "01JZ37A01BDZFYPA68PFD9JZJV",
      "_id": "6863f54d6bc372da3275be45",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "Opportunity Id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Company Created ",
      "description": "This trigger activates when a new company record is created in the system. It helps initiate workflows automatically whenever a new company is added, enabling timely responses and actions.",
      "templateId": "01JZ379ZB44K11X0Y7EW08XC2F",
      "_id": "6863f5346bc372da3275bb6f",
      "customVars": [
        {
          "reference": "object_keys.id",
          "name": "companyId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Note Created",
      "description": " It allows workflows to be initiated based on the creation of new notes, which can include updates, comments, or additional information relevant to the record.",
      "templateId": "01JZ3749WFD236NC35K8FK74CR",
      "_id": "6863f5016bc372da3275b631",
      "customVars": [
        {
          "reference": "api_url",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "noteId",
          "fieldType": "numerical"
        },
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Payment Created",
      "description": "This trigger activates when a new payment is processed or recorded in the system. It helps initiate workflows whenever a payment is made, allowing you to automate post-payment actions. ",
      "templateId": "01JZ377S6NC2VR6K99HWJ3087V",
      "_id": "6863f4ff6bc372da3275b607",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "PaymentId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Task Deleted",
      "description": "This trigger activates when a task is deleted from the system. It helps start workflows based on the removal of a task.",
      "templateId": "01JZ3772ECQ0KVMKYVYFVMA7XF",
      "_id": "6863f4df6bc372da3275b292",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Payment Created",
      "description": "This trigger activates when a new payment is processed or recorded in the system. It helps initiate workflows whenever a payment is made, allowing you to automate post-payment actions. ",
      "templateId": "01JZ374AWMDDZ92H8E7PN1KGGH",
      "_id": "6863f4da6bc372da3275b1f6",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "PaymentId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Task Updated",
      "description": "This trigger activates when an existing task is updated or modified. It helps trigger workflows based on changes made to a task.",
      "templateId": "01JZ373MV3VKHJ23V49SFMQB5Y",
      "_id": "6863f4866bc372da3275a9cb",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "taskId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Contact Updated",
      "description": "This trigger activates when an existing contact record is updated in the system. It monitors changes to contact information—such as name, email, phone number, or other fields—and triggers workflows based on those updates.",
      "templateId": "01JZ36ZY47H44QWYTHYVHXNJK0",
      "_id": "6863f4076bc372da32759fbf",
      "customVars": [
        {
          "reference": "object_keys.id",
          "name": "contactId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Note Deleted",
      "description": "This trigger activates when a note is deleted from a contact, company, or task. It helps initiate workflows based on the removal of notes, which can be important for tracking changes in records or managing content.",
      "templateId": "01JZ36X1WD7N84N1WDY2387HVX",
      "_id": "6863f3ff6bc372da32759ef6",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "Note_Id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Subscription Updated",
      "description": "It tracks changes to subscription details, such as plan upgrades, billing information, or renewal dates, and triggers workflows based on those modifications.",
      "templateId": "01JZ36YR07VJRV032CV1C8EHZC",
      "_id": "6863f3e16bc372da32759c1c",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "SubscriptionId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Task Created",
      "description": "This trigger activates when a new task is created in the system. It helps initiate workflows automatically based on the creation of a task.",
      "templateId": "01JZ36Y1BY359BHPT5SQ77DWHT",
      "_id": "6863f3b26bc372da32757537",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "TaskId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Contact Created",
      "description": "This trigger activates when a new contact is added to the system. It enables workflows to be initiated automatically when a new individual is registered, whether it's a lead, customer, or partner.",
      "templateId": "01JZ36SRQ7RN3FM7NDN05Y14SR",
      "_id": "6863f3856bc372da32756ff7",
      "customVars": [
        {
          "reference": "object_keys.id",
          "name": "ContactId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Subscription Created",
      "description": " It enables workflows to be automatically triggered when a customer or client subscribes to a service or product, marking the beginning of a subscription cycle.",
      "templateId": "01JZ36VCFN5TQRGPJZZNX7MD6W",
      "_id": "6863f3666bc372da32756a3f",
      "customVars": [
        {
          "reference": "object_keys.id",
          "name": "subscriptionId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Product Deleted",
      "description": "It tracks the removal of products and can initiate workflows based on their deletion, ensuring that relevant processes are updated accordingly.",
      "templateId": "01JZ36P4RS2ACF0BTJY2V388RS",
      "_id": "6863f2e76bc372da32754f98",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Keap For Workflows",
      "appId": "6851899eaf8a69e109eef528",
      "companyName": "All The Apps ",
      "triggerName": "Appointment Created",
      "description": "The Appointment Created trigger fires whenever a new appointment is scheduled in Keap. This event is triggered when a user books an appointment with you, whether it’s through your booking page or directly in the system.",
      "templateId": "01JZ36GYJ74KF4FGT4JXDP5CVS",
      "_id": "6863f2676bc372da3274fe67",
      "customVars": [
        {
          "reference": "object_keys.apiUrl",
          "name": "apiUrl",
          "fieldType": "string"
        },
        {
          "reference": "object_keys.id",
          "name": "appointmentId",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Front for workflow",
      "appId": "68515e305804531552fd3f6e",
      "companyName": "All The Apps",
      "triggerName": "Inbound Message",
      "description": "The \"Inbound Message\" trigger in Front App for Workflows activates whenever a new message is received in Front. This trigger helps automate workflows by responding to incoming communication in real time.",
      "templateId": "01JY4FT7PNA3A9MCE5PG8RSFZC",
      "_id": "68543ac74c1de9cca4c21154",
      "customVars": [
        {
          "reference": "_links.self",
          "name": "_links_self",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "emitted_at",
          "name": "emitted_at",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation._links.self",
          "name": "conversation_links_self",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.events",
          "name": "conversation_links_related_events",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.followers",
          "name": "conversation_links_related_followers",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.messages",
          "name": "conversation_links_related_messages",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.comments",
          "name": "conversation_links_related_comments",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.inboxes",
          "name": "conversation_links_related_inboxes",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.last_message",
          "name": "conversation_links_related_last_message",
          "fieldType": "string"
        },
        {
          "reference": "conversation.id",
          "name": "conversation_id",
          "fieldType": "string"
        },
        {
          "reference": "conversation.subject",
          "name": "conversation_subject",
          "fieldType": "string"
        },
        {
          "reference": "conversation.status",
          "name": "conversation_status",
          "fieldType": "string"
        },
        {
          "reference": "conversation.recipient.name",
          "name": "conversation_recipient_name",
          "fieldType": "string"
        },
        {
          "reference": "conversation.recipient.handle",
          "name": "conversation_recipient_handle",
          "fieldType": "string"
        },
        {
          "reference": "conversation.recipient.role",
          "name": "conversation_recipient_role",
          "fieldType": "string"
        },
        {
          "reference": "conversation.created_at",
          "name": "conversation_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation.waiting_since",
          "name": "conversation_waiting_since",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation.is_private",
          "name": "conversation_is_private",
          "fieldType": "boolean"
        },
        {
          "reference": "source._meta.type",
          "name": "source_meta_type",
          "fieldType": "string"
        },
        {
          "reference": "source.data",
          "name": "source_data",
          "fieldType": "array"
        },
        {
          "reference": "target._meta.type",
          "name": "target_meta_type",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.self",
          "name": "target_data_links_self",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.related.conversation",
          "name": "target_data_links_related_conversation",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.related.message_seen",
          "name": "target_data_links_related_message_seen",
          "fieldType": "string"
        },
        {
          "reference": "target.data.id",
          "name": "target_data_id",
          "fieldType": "string"
        },
        {
          "reference": "target.data.type",
          "name": "target_data_type",
          "fieldType": "string"
        },
        {
          "reference": "target.data.is_inbound",
          "name": "target_data_is_inbound",
          "fieldType": "boolean"
        },
        {
          "reference": "target.data.created_at",
          "name": "target_data_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "target.data.blurb",
          "name": "target_data_blurb",
          "fieldType": "string"
        },
        {
          "reference": "target.data.body",
          "name": "target_data_body",
          "fieldType": "string"
        },
        {
          "reference": "target.data.text",
          "name": "target_data_text",
          "fieldType": "string"
        },
        {
          "reference": "target.data.subject",
          "name": "target_data_subject",
          "fieldType": "string"
        },
        {
          "reference": "target.data.recipients",
          "name": "target_data_recipients",
          "fieldType": "array"
        },
        {
          "reference": "target.data.is_draft",
          "name": "target_data_is_draft",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Front for workflow",
      "appId": "68515e305804531552fd3f6e",
      "companyName": "All The Apps",
      "triggerName": "Comment Posted",
      "description": "The \"Comment Posted\" trigger in Front App for Workflows activates whenever a new comment is added to a conversation or message thread in Front. This trigger helps automate workflows by responding to team discussions or updates in real time.",
      "templateId": "01JY4F2TJ47V8QQP1DZCYBR821",
      "_id": "685438734c1de9cca4c1c7ff",
      "customVars": [
        {
          "reference": "_links.self",
          "name": "_links_self",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "emitted_at",
          "name": "emitted_at",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation._links.self",
          "name": "conversation_links_self",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.events",
          "name": "conversation_links_related_events",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.followers",
          "name": "conversation_links_related_followers",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.messages",
          "name": "conversation_links_related_messages",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.comments",
          "name": "conversation_links_related_comments",
          "fieldType": "string"
        },
        {
          "reference": "conversation._links.related.inboxes",
          "name": "conversation_links_related_inboxes",
          "fieldType": "string"
        },
        {
          "reference": "conversation.id",
          "name": "conversation_id",
          "fieldType": "string"
        },
        {
          "reference": "conversation.subject",
          "name": "conversation_subject",
          "fieldType": "string"
        },
        {
          "reference": "conversation.status",
          "name": "conversation_status",
          "fieldType": "string"
        },
        {
          "reference": "conversation.created_at",
          "name": "conversation_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation.waiting_since",
          "name": "conversation_waiting_since",
          "fieldType": "numerical"
        },
        {
          "reference": "conversation.is_private",
          "name": "conversation_is_private",
          "fieldType": "boolean"
        },
        {
          "reference": "source._meta.type",
          "name": "source_meta_type",
          "fieldType": "string"
        },
        {
          "reference": "target._meta.type",
          "name": "target_meta_type",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.self",
          "name": "target_data_links_self",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.related.conversation",
          "name": "target_data_links_related_conversation",
          "fieldType": "string"
        },
        {
          "reference": "target.data._links.related.mentions",
          "name": "target_data_links_related_mentions",
          "fieldType": "string"
        },
        {
          "reference": "target.data.id",
          "name": "target_data_id",
          "fieldType": "string"
        },
        {
          "reference": "target.data.body",
          "name": "target_data_body",
          "fieldType": "string"
        },
        {
          "reference": "target.data.posted_at",
          "name": "target_data_posted_at",
          "fieldType": "numerical"
        },
        {
          "reference": "target.data.author._links.self",
          "name": "target_data_author_links_self",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author._links.related.inboxes",
          "name": "target_data_author_links_related_inboxes",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author._links.related.conversations",
          "name": "target_data_author_links_related_conversations",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.id",
          "name": "target_data_author_id",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.email",
          "name": "target_data_author_email",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.username",
          "name": "target_data_author_username",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.first_name",
          "name": "target_data_author_first_name",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.last_name",
          "name": "target_data_author_last_name",
          "fieldType": "string"
        },
        {
          "reference": "target.data.author.is_admin",
          "name": "target_data_author_is_admin",
          "fieldType": "boolean"
        },
        {
          "reference": "target.data.author.is_available",
          "name": "target_data_author_is_available",
          "fieldType": "boolean"
        },
        {
          "reference": "target.data.author.is_blocked",
          "name": "target_data_author_is_blocked",
          "fieldType": "boolean"
        },
        {
          "reference": "target.data.author.type",
          "name": "target_data_author_type",
          "fieldType": "string"
        },
        {
          "reference": "target.data.is_pinned",
          "name": "target_data_is_pinned",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Less Annoying CRM For Workflows",
      "appId": "68518579bd2810623fcc73a9",
      "companyName": "All The Apps",
      "triggerName": "Contact Added To Group",
      "description": "The \"Contact Added To Group\" trigger activates whenever a contact is assigned to a specific group in Less Annoying CRM. This allows you to automate targeted actions like sending follow-up emails or launching campaigns based on group membership.",
      "templateId": "01JZ82C9B8160B30QCQFKVH9GV",
      "_id": "686670f16bc372da32ac972c",
      "customVars": [
        {
          "reference": "Contacts.ContactId",
          "name": "ContactId",
          "fieldType": "string"
        },
        {
          "reference": "Contacts.IsCompany",
          "name": "IsCompany",
          "fieldType": "boolean"
        },
        {
          "reference": "Group.GroupId",
          "name": "GroupId",
          "fieldType": "string"
        },
        {
          "reference": "Group.Name",
          "name": "GroupName",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Less Annoying CRM For Workflows",
      "appId": "68518579bd2810623fcc73a9",
      "companyName": "All The Apps",
      "triggerName": "Contact Created",
      "description": "This trigger activates when a new contact is added to your Less Annoying CRM. ",
      "templateId": "01JYKGFS7EFX2G7GBVN6Q71HQP",
      "_id": "685bea800b94dc339a0f8bbb",
      "customVars": [
        {
          "reference": "Contacts.ContactId",
          "name": "ContactId",
          "fieldType": "string"
        },
        {
          "reference": "Contacts.IsCompany",
          "name": "IsCompany",
          "fieldType": "boolean"
        },
        {
          "reference": "Contacts.Birthday",
          "name": "Birthday",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Dr Chrono For Workflows",
      "appId": "68516d76d3d632f3ad623394",
      "companyName": "All The Apps",
      "triggerName": "Create Appointment",
      "description": "Creates an appointment with specified patient, time, and doctor details in DrChrono. This action is commonly used to automate scheduling, manage patient visits efficiently, and integrate appointment data into healthcare workflows for improved practice management.",
      "templateId": "01JYE0TYC61V6CA5EBS5SPNVJX",
      "_id": "68591d634c1de9cca4162d3c",
      "customVars": [
        {
          "reference": "object.billing_status",
          "name": "billing_status",
          "fieldType": "string"
        },
        {
          "reference": "object.doctor",
          "name": "doctor",
          "fieldType": "numerical"
        },
        {
          "reference": "object.duration",
          "name": "duration",
          "fieldType": "numerical"
        },
        {
          "reference": "object.exam_room",
          "name": "exam_room",
          "fieldType": "numerical"
        },
        {
          "reference": "object.first_billed_date",
          "name": "first_billed_date",
          "fieldType": "string"
        },
        {
          "reference": "object.last_billed_date",
          "name": "last_billed_date",
          "fieldType": "string"
        },
        {
          "reference": "object.notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "object.office",
          "name": "office",
          "fieldType": "numerical"
        },
        {
          "reference": "object.patient",
          "name": "patient",
          "fieldType": "numerical"
        },
        {
          "reference": "object.reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "object.scheduled_time",
          "name": "scheduled_time",
          "fieldType": "string"
        },
        {
          "reference": "object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "object.payment_profile",
          "name": "payment_profile",
          "fieldType": "string"
        },
        {
          "reference": "object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "receiver.secret_token",
          "name": "secret_token",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Benchmark Email for Workflows",
      "appId": "68515a462cae33e483d1951a",
      "companyName": "All The Apps",
      "triggerName": "Contact Updated",
      "description": "The \"Contact Updated\" trigger for Benchmark Email for Workflows activates whenever a contact's details are updated in your Benchmark Email account. This ensures that changes to contact information can seamlessly trigger automated workflows.",
      "templateId": "01JZ2R4Y3YVXKZ9MS1DHR2XH8H",
      "_id": "6863b83b6bc372da327055f1",
      "customVars": [
        {
          "reference": "business_city",
          "name": "business_city",
          "fieldType": "string"
        },
        {
          "reference": "fired_at",
          "name": "fired_at",
          "fieldType": "string"
        },
        {
          "reference": "extra_3",
          "name": "extra_3",
          "fieldType": "string"
        },
        {
          "reference": "optin_ip",
          "name": "optin_ip",
          "fieldType": "string"
        },
        {
          "reference": "job_title",
          "name": "job_title",
          "fieldType": "string"
        },
        {
          "reference": "optin_date",
          "name": "optin_date",
          "fieldType": "string"
        },
        {
          "reference": "extra_4",
          "name": "extra_4",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "extra_5",
          "name": "extra_5",
          "fieldType": "string"
        },
        {
          "reference": "fax",
          "name": "fax",
          "fieldType": "string"
        },
        {
          "reference": "business_address",
          "name": "business_address",
          "fieldType": "string"
        },
        {
          "reference": "cell_phone",
          "name": "cell_phone",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "business_phone",
          "name": "business_phone",
          "fieldType": "string"
        },
        {
          "reference": "extra_6",
          "name": "extra_6",
          "fieldType": "string"
        },
        {
          "reference": "business_country",
          "name": "business_country",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "notes",
          "name": "notes",
          "fieldType": "string"
        },
        {
          "reference": "list_id",
          "name": "list id",
          "fieldType": "string"
        },
        {
          "reference": "address",
          "name": "address",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "company_name",
          "fieldType": "string"
        },
        {
          "reference": "business_fax",
          "name": "business_fax",
          "fieldType": "string"
        },
        {
          "reference": "business_state",
          "name": "business_state",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Benchmark Email for Workflows",
      "appId": "68515a462cae33e483d1951a",
      "companyName": "All The Apps",
      "triggerName": "New Contact Added",
      "description": "The \"New Contact Added\" trigger for Benchmark Email for Workflows activates whenever a new contact is added to your Benchmark Email account. This trigger allows you to automate subsequent tasks and workflows to engage with your new contacts effectively.",
      "templateId": "01JZ2QWQPNDAQBNGVP2NTTG6FV",
      "_id": "6863b6bc6bc372da32704104",
      "customVars": [
        {
          "reference": "business_city",
          "name": "business_city",
          "fieldType": "string"
        },
        {
          "reference": "fired_at",
          "name": "fired_at",
          "fieldType": "string"
        },
        {
          "reference": "extra_3",
          "name": "extra_3",
          "fieldType": "string"
        },
        {
          "reference": "job_title",
          "name": "job_title",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "fax",
          "name": "fax",
          "fieldType": "string"
        },
        {
          "reference": "business_address",
          "name": "business_address",
          "fieldType": "string"
        },
        {
          "reference": "cell_phone",
          "name": "cell_phone",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "business_phone",
          "name": "business_phone",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "business_country",
          "name": "business_country",
          "fieldType": "string"
        },
        {
          "reference": "address",
          "name": "address",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "company_name",
          "fieldType": "string"
        },
        {
          "reference": "business_fax",
          "name": "business_fax",
          "fieldType": "string"
        },
        {
          "reference": "business_state",
          "name": "business_state",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "log_id",
          "name": "log_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Late",
      "description": "Triggers when a card is marked late based on its due date and status.",
      "templateId": "01JZ0QCQ0JD82KP3P2GCHDR4ST",
      "_id": "6862ae346bc372da325af81b",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.card.pipe_id",
          "name": "pipe_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Overdue ",
      "description": "Triggers when a card passes its due date without being completed.",
      "templateId": "01JZ0PZEFHT0KEABVRWR28ZAPD",
      "_id": "6862ad546bc372da325adb75",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.card.pipe_id",
          "name": "pipe_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Email Recieved ",
      "description": "Triggers when an email is received and added to a card.",
      "templateId": "01JZ0PK4JMS6477WV4BM5NDQ9W",
      "_id": "6862abbd6bc372da325a9deb",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.card.pipe_id",
          "name": "pipe_id",
          "fieldType": "string"
        },
        {
          "reference": "data.email.from",
          "name": "email_from",
          "fieldType": "string"
        },
        {
          "reference": "data.email.from_name",
          "name": "email_from_name",
          "fieldType": "string"
        },
        {
          "reference": "data.email.to",
          "name": "email_to",
          "fieldType": "array"
        },
        {
          "reference": "data.email.subject",
          "name": "email_subject",
          "fieldType": "string"
        },
        {
          "reference": "data.email.body",
          "name": "email_body",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Done",
      "description": "Triggers when a card is marked as done or moved to a completed list.",
      "templateId": "01JZ0P7N76TGND29J4NM65MD6N",
      "_id": "6862aa1e6bc372da325a5e63",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.card.pipe_id",
          "name": "card_pipe_id",
          "fieldType": "string"
        },
        {
          "reference": "data.done_by.id",
          "name": "user_done_by_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.done_by.name",
          "name": "user_done_by_name",
          "fieldType": "string"
        },
        {
          "reference": "data.done_by.username",
          "name": "user_done_by_username",
          "fieldType": "string"
        },
        {
          "reference": "data.done_by.email",
          "name": "user_done_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Comment Created",
      "description": "Triggers when a new comment is added to a card.",
      "templateId": "01JZ0NXBW3N37DEBXSXW6DAWHK",
      "_id": "6862a8a46bc372da325a15f7",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.comment",
          "name": "card_comment",
          "fieldType": "string"
        },
        {
          "reference": "data.made_by.id",
          "name": "comment_posted_by_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.made_by.name",
          "name": "comment_posted_by_name",
          "fieldType": "string"
        },
        {
          "reference": "data.made_by.username",
          "name": "comment_posted_by_username",
          "fieldType": "string"
        },
        {
          "reference": "data.made_by.email",
          "name": "comment_posted_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Deleted",
      "description": "Triggers when a card is permanently deleted from a board or list.",
      "templateId": "01JZ0NMTJ747EDSDRFW6RC32WK",
      "_id": "6862a7646bc372da3259ecd6",
      "customVars": [
        {
          "reference": "data.card.id",
          "name": "card_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card_title",
          "fieldType": "string"
        },
        {
          "reference": "data.deleted_by.id",
          "name": "card_deleted_by_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.deleted_by.username",
          "name": "card_deleted_by_username",
          "fieldType": "string"
        },
        {
          "reference": "data.deleted_by.email",
          "name": "card_deleted_by_email",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Moved",
      "description": "Triggers when a card is moved to a different list or board.",
      "templateId": "01JZ0MAR0MCJP2ZAQHQ2ZBJ3V1",
      "_id": "6862a35a6bc372da325977b8",
      "customVars": [
        {
          "reference": "data.action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "data.from.id",
          "name": "from id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.from.name",
          "name": "from name",
          "fieldType": "string"
        },
        {
          "reference": "data.to.id",
          "name": "to id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.to.name",
          "name": "to name",
          "fieldType": "string"
        },
        {
          "reference": "data.moved_by.id",
          "name": "moved_by id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.moved_by.name",
          "name": "moved_by name",
          "fieldType": "string"
        },
        {
          "reference": "data.moved_by.username",
          "name": "moved_by username",
          "fieldType": "string"
        },
        {
          "reference": "data.moved_by.email",
          "name": "moved_by email",
          "fieldType": "string"
        },
        {
          "reference": "data.card.id",
          "name": "card id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card title",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Field Updated",
      "description": "Triggers when a specific field on a card is updated.",
      "templateId": "01JZ0F7MZ088KFXA8FYWDDWVSS",
      "_id": "68628d796bc372da32571775",
      "customVars": [
        {
          "reference": "data.action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "data.field.id",
          "name": "field id",
          "fieldType": "string"
        },
        {
          "reference": "data.field.label",
          "name": "field label",
          "fieldType": "string"
        },
        {
          "reference": "data.field.internal_id",
          "name": "field internal_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.new_value",
          "name": "new_value",
          "fieldType": "array"
        },
        {
          "reference": "data.updated_by.id",
          "name": "updated_by id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.updated_by.name",
          "name": "updated_by name",
          "fieldType": "string"
        },
        {
          "reference": "data.updated_by.username",
          "name": "updated_by username",
          "fieldType": "string"
        },
        {
          "reference": "data.updated_by.email",
          "name": "updated_by email",
          "fieldType": "string"
        },
        {
          "reference": "data.card.id",
          "name": "card id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.card.title",
          "name": "card title",
          "fieldType": "string"
        },
        {
          "reference": "data.card.pipe_id",
          "name": "card pipe_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Pipefy",
      "appId": "68516eb05804536128075414",
      "companyName": "All The Apps",
      "triggerName": "Card Created",
      "description": "Triggers when a new card is created on a board or list.",
      "templateId": "01JZ0EYXAYBXTGFVSJTNDATMGJ",
      "_id": "68628c156bc372da3256ebcb",
      "customVars": [
        {
          "reference": "data.action",
          "name": "action",
          "fieldType": "string"
        },
        {
          "reference": "data.on_phase.id",
          "name": "on_phase id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.on_phase.name",
          "name": "on_phase name",
          "fieldType": "string"
        },
        {
          "reference": "data.created_by.id",
          "name": "created_by id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.created_by.name",
          "name": "created_by name",
          "fieldType": "string"
        },
        {
          "reference": "data.created_by.username",
          "name": "created_by username",
          "fieldType": "string"
        },
        {
          "reference": "data.created_by.email",
          "name": "created_by email",
          "fieldType": "string"
        },
        {
          "reference": "data.card.id",
          "name": "card id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Icontact For CRM",
      "appId": "685165f7671ccb7c7b213cc8",
      "companyName": "All The Apps",
      "triggerName": "Subscribed Contact",
      "description": "The \"Subscribed Contact\" trigger in iContact activates whenever a contact subscribes to a list in your account. This helps you automate tasks like sending welcome emails, updating subscriber status, or notifying your team.",
      "templateId": "01JYGZWR6JHVMP5HZKTW6T6RGQ",
      "_id": "685aa0b04c1de9cca43a0777",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.prefix",
          "name": "prefix",
          "fieldType": "string"
        },
        {
          "reference": "contact.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "contact.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "contact.suffix",
          "name": "suffix",
          "fieldType": "string"
        },
        {
          "reference": "contact.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "contact.street2",
          "name": "street2",
          "fieldType": "string"
        },
        {
          "reference": "contact.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "contact.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "contact.postalCode",
          "name": "postalCode",
          "fieldType": "string"
        },
        {
          "reference": "contact.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "contact.fax",
          "name": "fax",
          "fieldType": "string"
        },
        {
          "reference": "contact.business",
          "name": "business",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact.createDate",
          "name": "createDate",
          "fieldType": "string"
        },
        {
          "reference": "contact.bounceCount",
          "name": "bounceCount",
          "fieldType": "string"
        },
        {
          "reference": "contact.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "list.listId",
          "name": "listId",
          "fieldType": "string"
        },
        {
          "reference": "list.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "list.publicname",
          "name": "publicname",
          "fieldType": "string"
        },
        {
          "reference": "list.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "list.emailOwnerOnChange",
          "name": "emailOwnerOnChange",
          "fieldType": "string"
        },
        {
          "reference": "list.welcomeOnManualAdd",
          "name": "welcomeOnManualAdd",
          "fieldType": "string"
        },
        {
          "reference": "list.welcomeOnSignupAdd",
          "name": "welcomeOnSignupAdd",
          "fieldType": "string"
        },
        {
          "reference": "list.welcomeMessageId",
          "name": "welcomeMessageId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Icontact For CRM",
      "appId": "685165f7671ccb7c7b213cc8",
      "companyName": "All The Apps",
      "triggerName": "Contact Created",
      "description": "The \"Contact Created\" trigger in iContact activates when a new contact is added to your account. It helps you automate workflows, such as sending a welcome email or updating external systems with the new contact information.",
      "templateId": "01JYGZN05NK4T8A95N4GJV32KH",
      "_id": "685a9f2c4c1de9cca439eb3e",
      "customVars": [
        {
          "reference": "contact.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "contact.prefix",
          "name": "prefix",
          "fieldType": "string"
        },
        {
          "reference": "contact.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "contact.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "contact.suffix",
          "name": "suffix",
          "fieldType": "string"
        },
        {
          "reference": "contact.street",
          "name": "street",
          "fieldType": "string"
        },
        {
          "reference": "contact.street2",
          "name": "street2",
          "fieldType": "string"
        },
        {
          "reference": "contact.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "contact.state",
          "name": "state",
          "fieldType": "string"
        },
        {
          "reference": "contact.postalCode",
          "name": "postalCode",
          "fieldType": "string"
        },
        {
          "reference": "contact.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "contact.fax",
          "name": "fax",
          "fieldType": "string"
        },
        {
          "reference": "contact.business",
          "name": "business",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "contact.createDate",
          "name": "createDate",
          "fieldType": "string"
        },
        {
          "reference": "contact.bounceCount",
          "name": "bounceCount",
          "fieldType": "string"
        },
        {
          "reference": "contact.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Time Entry Deleted",
      "description": "The \"Time Entry Deleted\" trigger for Teamdeck for Workflows activates whenever a time entry is deleted. This trigger helps you manage the removal of time records, allowing for automatic adjustments to schedules, notifications to relevant parties, and updates to project or resource planning.",
      "templateId": "01JYKYA53YXPT1QXW4PTCFGFD3",
      "_id": "685c232f0b94dc339a18ef5d",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "numerical"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Time Entry Updated",
      "description": "The \"Time Entry Updated\" trigger for Teamdeck for Workflows activates whenever an existing time entry is updated. This trigger helps automate responses to changes in logged hours, task assignments, or additional notes, ensuring your workflows are aligned with the latest time tracking data.",
      "templateId": "01JYKXTBBH5W3WAPX6MRSKMBH4",
      "_id": "685c21220b94dc339a18b032",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "numerical"
        },
        {
          "reference": "data.weekend_booking",
          "name": "weekend_booking",
          "fieldType": "boolean"
        },
        {
          "reference": "data.holidays_booking",
          "name": "holidays_booking",
          "fieldType": "boolean"
        },
        {
          "reference": "data.vacations_booking",
          "name": "vacations_booking",
          "fieldType": "boolean"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        },
        {
          "reference": "data.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Time Entry Created",
      "description": "The \"Booking Updated\" trigger for Teamdeck for Workflows activates whenever an existing resource booking is updated. This trigger helps ensure that any changes to bookings, such as adjustments to dates, durations, or assigned resources, are reflected in your workflows and project planning.",
      "templateId": "01JYKXCS6XWDR3ZZ5YB6PFAGVD",
      "_id": "685c1fd20b94dc339a1852e7",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "string"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "string"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "string"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        },
        {
          "reference": "data.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Booking Deleted",
      "description": "The \"Booking Updated\" trigger for Teamdeck for Workflows activates whenever an existing resource booking is updated. This trigger helps ensure that any changes to bookings, such as adjustments to dates, durations, or assigned resources, are reflected in your workflows and project planning.",
      "templateId": "01JYKX2CVQNCFDW19GKFMMDWXQ",
      "_id": "685c1e2a0b94dc339a17ed21",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.hours",
          "name": "hours",
          "fieldType": "numerical"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "numerical"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Project Updated",
      "description": "The \"Project Updated\" trigger for Teamdeck for Workflows activates whenever an existing project is updated. This trigger helps automate responses to changes in project details, such as updated deadlines, scope, resources, or task assignments, ensuring your team stays aligned with the latest project developments.",
      "templateId": "01JYKX2EH17PPBZCJENHN11CC7",
      "_id": "685c1d5e0b94dc339a17cf98",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.color",
          "name": "color",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Project Created",
      "description": "The \"Project Created\" trigger for Teamdeck for Workflows activates whenever a new project is created. This trigger helps you initiate actions related to the launch of new projects, such as notifying team members, assigning resources, or setting up timelines and deliverables.",
      "templateId": "01JYKWSGWX8RTD2FWY9CT7GJV3",
      "_id": "685c1c6c0b94dc339a17a9c0",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.color",
          "name": "color",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Booking Updated",
      "description": "The \"Booking Updated\" trigger for Teamdeck for Workflows activates whenever an existing resource booking is updated. This trigger helps ensure that any changes to bookings, such as adjustments to dates, durations, or assigned resources, are reflected in your workflows and project planning.",
      "templateId": "01JYKWK73ECNR1XDSWS9KKT5ZN",
      "_id": "685c1bca0b94dc339a179206",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.hours",
          "name": "hours",
          "fieldType": "numerical"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "numerical"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Vacation Deleted",
      "description": "The \"Vacation Deleted\" trigger for Teamdeck for Workflows activates whenever a vacation request is deleted. This trigger helps automate actions related to the removal of time-off records, such as adjusting resource availability, notifying managers, or updating project schedules to reflect the change.",
      "templateId": "01JYKWMQVMYPGBACRNTBV2FB7Z",
      "_id": "685c1bb50b94dc339a178c86",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason_id",
          "name": "reason_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.period_id",
          "name": "period_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Vacation Updated ",
      "description": "The \"Vacation Updated\" trigger for Teamdeck for Workflows activates whenever an existing vacation request is updated. This trigger helps ensure that any changes to vacation dates, durations, or details are reflected in your workflow, keeping team schedules and resource planning up to date.",
      "templateId": "01JYKWFYYB5NX2QGV8FSVEXTMW",
      "_id": "685c1b1d0b94dc339a177a51",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason_id",
          "name": "reason_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.period_id",
          "name": "period_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Booking Created",
      "description": "The \"Booking Created\" trigger for Teamdeck for Workflows activates whenever a new resource booking is created. This trigger helps automate actions related to resource allocation, such as notifying team members, updating project timelines, or ensuring that booked resources are properly tracked.",
      "templateId": "01JYKWBBH1KA209N08F4DG3NDN",
      "_id": "685c1ac80b94dc339a17713a",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "string"
        },
        {
          "reference": "data.project_id",
          "name": "project_id",
          "fieldType": "string"
        },
        {
          "reference": "data.hours",
          "name": "hours",
          "fieldType": "numerical"
        },
        {
          "reference": "data.minutes",
          "name": "minutes",
          "fieldType": "string"
        },
        {
          "reference": "data.weekend_booking",
          "name": "weekend_booking",
          "fieldType": "boolean"
        },
        {
          "reference": "data.holidays_booking",
          "name": "holidays_booking",
          "fieldType": "boolean"
        },
        {
          "reference": "data.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Teamdeck for workflow",
      "appId": "68515ff2ab580295e75e4196",
      "companyName": "All The Apps",
      "triggerName": "Vacation Created",
      "description": "The \"Vacation Created\" trigger for Teamdeck for Workflows activates whenever a new vacation request is created. This trigger helps automate actions related to employee time off, such as notifying managers, adjusting resource availability, or updating project schedules to account for the absence.",
      "templateId": "01JYKWB39TAXXNM6RHYXNQRSCR",
      "_id": "685c1a820b94dc339a175ed6",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.reason_id",
          "name": "reason_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.period_id",
          "name": "period_id",
          "fieldType": "numerical"
        },
        {
          "reference": "data.resource_id",
          "name": "resource_id",
          "fieldType": "string"
        },
        {
          "reference": "data.start_date",
          "name": "start_date",
          "fieldType": "string"
        },
        {
          "reference": "data.end_date",
          "name": "end_date",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Party Updated",
      "description": "Triggers when a party’s information is updated in Capsule.",
      "templateId": "01JZ3BAMKDTGNP1PBFCX80PPHF",
      "_id": "686406566bc372da3277fe64",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "payload.about",
          "name": "about",
          "fieldType": "string"
        },
        {
          "reference": "payload.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "payload.jobTitle",
          "name": "jobTitle",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.pictureURL",
          "name": "pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.title",
          "name": "title",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Party Created",
      "description": "Triggers when a new party (e.g., client, vendor, or contact) is added to the system.",
      "templateId": "01JZ3AZ1M51EP90NTE4HF5TBGD",
      "_id": "686404f96bc372da3277c92a",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.type",
          "name": "Party type",
          "fieldType": "string"
        },
        {
          "reference": "payload.about",
          "name": "about",
          "fieldType": "string"
        },
        {
          "reference": "payload.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "payload.jobTitle",
          "name": "jobTitle",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.pictureURL",
          "name": "pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.title",
          "name": "title",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Task Updated",
      "description": "Triggers when an existing task is updated.",
      "templateId": "01JZ3AHWDF2QX7TNETSSJRNWSC",
      "_id": "686403a66bc372da3277a0db",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Task ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "payload.dueTime",
          "name": "dueTime",
          "fieldType": "string"
        },
        {
          "reference": "payload.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "Party firstName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party lastName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "Owner deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner username",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "Owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.dueOn",
          "name": "dueOn",
          "fieldType": "string"
        },
        {
          "reference": "payload.taskDayDelayRule",
          "name": "taskDayDelayRule",
          "fieldType": "string"
        },
        {
          "reference": "payload.hasTrack",
          "name": "hasTrack",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "Triggers when a new task is created in the system.",
      "templateId": "01JZ3A32SWXGSE3AAJWCRJ7K0E",
      "_id": "686401ed6bc372da32776ade",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Task ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "payload.dueTime",
          "name": "dueTime",
          "fieldType": "string"
        },
        {
          "reference": "payload.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "Party firstName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party lastName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "Owner deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner username",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "Owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.dueOn",
          "name": "dueOn",
          "fieldType": "string"
        },
        {
          "reference": "payload.taskDayDelayRule",
          "name": "taskDayDelayRule",
          "fieldType": "string"
        },
        {
          "reference": "payload.hasTrack",
          "name": "hasTrack",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Project Updated",
      "description": "Triggers when the details of an existing project are updated.",
      "templateId": "01JZ39PGRMEAH7N6CVQXK27JK1",
      "_id": "6864002f6bc372da32773960",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Project ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "Owner deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner username",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "Party First Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party lastName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "payload.name",
          "name": "Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.expectedCloseOn",
          "name": "expectedCloseOn",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Project Created",
      "description": "Triggers when a new project is created.",
      "templateId": "01JZ398KX5G3YP207CA9Q8J667",
      "_id": "6863fea26bc372da32770b6f",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Project ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "Owner deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner username",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "Owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party Id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "party.firstName",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party Last Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "payload.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "payload.expectedCloseOn",
          "name": "expectedCloseOn",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Updated",
      "description": "Triggers when an existing opportunity is modified.",
      "templateId": "01JZ38EZDD1GK2N9SXY60HPKF7",
      "_id": "6863fcdb6bc372da3276bec6",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Opportunity ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "Owner deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner UserName",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "Owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastStageChangedAt",
          "name": "lastStageChangedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "Party First Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party Last Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "payload.value.amount",
          "name": "Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.value.currency",
          "name": "Currency",
          "fieldType": "string"
        },
        {
          "reference": "payload.durationBasis",
          "name": "durationBasis",
          "fieldType": "string"
        },
        {
          "reference": "payload.milestone.id",
          "name": "Milestone ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.milestone.name",
          "name": "Milestone Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastOpenMilestone.id",
          "name": "lastOpenMilestone ",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.lastOpenMilestone.name",
          "name": "lastOpenMilestone Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.probability",
          "name": "probability",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.expectedCloseOn",
          "name": "expectedCloseOn",
          "fieldType": "string"
        },
        {
          "reference": "payload.description",
          "name": "description",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Capsule CRM For Workflows",
      "appId": "6851840b671ccb3d9b32c891",
      "companyName": "All The Apps",
      "triggerName": "Opportunity Created",
      "description": "Triggers when a new opportunity is created in the system.",
      "templateId": "01JZ37RS3B2M3JY3KQZD2HT970",
      "_id": "6863f9436bc372da327638c0",
      "customVars": [
        {
          "reference": "event",
          "name": "event",
          "fieldType": "string"
        },
        {
          "reference": "payload.id",
          "name": "Opportunity ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.id",
          "name": "Owner ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.owner.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "payload.owner.username",
          "name": "Owner username",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.pictureURL",
          "name": "Owner pictureURL",
          "fieldType": "string"
        },
        {
          "reference": "payload.owner.name",
          "name": "Owner name",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastStageChangedAt",
          "name": "lastStageChangedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.id",
          "name": "Party ID",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.party.type",
          "name": "Party Type",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.firstName",
          "name": "Party First Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.lastName",
          "name": "Party Last Name",
          "fieldType": "string"
        },
        {
          "reference": "payload.party.pictureURL",
          "name": "Party Picture Url",
          "fieldType": "string"
        },
        {
          "reference": "payload.createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.updatedAt",
          "name": "updatedAt",
          "fieldType": "string"
        },
        {
          "reference": "payload.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "payload.value.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "payload.durationBasis",
          "name": "durationBasis",
          "fieldType": "string"
        },
        {
          "reference": "payload.milestone.id",
          "name": "milestone_id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.milestone.name",
          "name": "milestone_name",
          "fieldType": "string"
        },
        {
          "reference": "payload.lastOpenMilestone.id",
          "name": "lastOpenMilestone_id",
          "fieldType": "numerical"
        },
        {
          "reference": "payload.lastOpenMilestone.name",
          "name": "lastOpenMilestone_name",
          "fieldType": "string"
        },
        {
          "reference": "payload.probability",
          "name": "probability",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Sympana Connector",
      "appId": "6822fb63c32178f1f1b0eacb",
      "companyName": "Sympana LLC",
      "triggerName": "Messaging Analysis Ready",
      "description": "Fires when messaging analysis or memory is ready for automation.",
      "templateId": "01KP9XRRX48JD2EY50BS5SYZ9R",
      "_id": "69e126f082452a9f4fcc881f",
      "customVars": [
        {
          "reference": "analysis_type",
          "name": "Analysis Type",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "Summary",
          "fieldType": "string"
        },
        {
          "reference": "channel",
          "name": "Channel",
          "fieldType": "string"
        },
        {
          "reference": "conversation_id",
          "name": "Conversation Id",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact Id",
          "fieldType": "string"
        },
        {
          "reference": "connection_name",
          "name": "Connection Name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sympana Connector",
      "appId": "6822fb63c32178f1f1b0eacb",
      "companyName": "Sympana LLC",
      "triggerName": "Messaging State Changed",
      "description": "Fires when messaging state changes, including pause, resume, handoff, and AI enablement.",
      "templateId": "01KP9XQASAW6CV3AF6BFP7A2TE",
      "_id": "69e08a3b82452a9f4f244b50",
      "customVars": [
        {
          "reference": "event_type",
          "name": "Event Type",
          "fieldType": "string"
        },
        {
          "reference": "reason",
          "name": "Reason",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "Status",
          "fieldType": "string"
        },
        {
          "reference": "previous_status",
          "name": "Previous Status",
          "fieldType": "string"
        },
        {
          "reference": "channel",
          "name": "Channel",
          "fieldType": "string"
        },
        {
          "reference": "conversation_id",
          "name": "Conversation ID",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "connection_name",
          "name": "Connection Name",
          "fieldType": "string"
        },
        {
          "reference": "reactivation_mode",
          "name": "Reactivation Mode",
          "fieldType": "string"
        },
        {
          "reference": "reactivation_channel",
          "name": "Reactivation Channel",
          "fieldType": "string"
        },
        {
          "reference": "reactivate_at",
          "name": "Reactivate At",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sympana Connector",
      "appId": "6822fb63c32178f1f1b0eacb",
      "companyName": "Sympana LLC",
      "triggerName": "Messaging Outcome",
      "description": "Dispatches the messaging outcome result to workflow automations.",
      "templateId": "01KP9XJR90MZ2Z0TSC7XAZ78X3",
      "_id": "69e0868882452a9f4f215fdb",
      "customVars": [
        {
          "reference": "outcome",
          "name": "Outcome",
          "fieldType": "string"
        },
        {
          "reference": "reason",
          "name": "Reason",
          "fieldType": "string"
        },
        {
          "reference": "channel",
          "name": "Channel",
          "fieldType": "string"
        },
        {
          "reference": "connection_name",
          "name": "Connection Name",
          "fieldType": "string"
        },
        {
          "reference": "conversation_id",
          "name": "Conversation ID",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "provider_type",
          "name": "Provider Type",
          "fieldType": "string"
        },
        {
          "reference": "delivery_mode",
          "name": "Delivery Mode",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.ai_response",
          "name": "AI Response",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sympana Connector",
      "appId": "6822fb63c32178f1f1b0eacb",
      "companyName": "Sympana LLC",
      "triggerName": "Message Received",
      "description": "Fires when an inbound message is received on any channel (SMS, WhatsApp, Instagram, etc.)",
      "templateId": "01KNQY3PAJ2H3M2Z6MVZGTB6PT",
      "_id": "69d70f77e7d46592f828046d",
      "customVars": [
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "customer_name",
          "name": "Customer Name",
          "fieldType": "string"
        },
        {
          "reference": "contact_first_name",
          "name": "First Name",
          "fieldType": "string"
        },
        {
          "reference": "contact_last_name",
          "name": "Last Name",
          "fieldType": "string"
        },
        {
          "reference": "channel",
          "name": "Channel",
          "fieldType": "string"
        },
        {
          "reference": "message_body",
          "name": "Message Body",
          "fieldType": "string"
        },
        {
          "reference": "conversation_id",
          "name": "Conversation ID",
          "fieldType": "string"
        },
        {
          "reference": "message_id",
          "name": "Message ID",
          "fieldType": "string"
        },
        {
          "reference": "connection_name",
          "name": "Connection Name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sympana Connector",
      "appId": "6822fb63c32178f1f1b0eacb",
      "companyName": "Sympana LLC",
      "triggerName": "Call Completed",
      "description": null,
      "templateId": "01K1RV0XJAH24P0E27Z582T71T",
      "_id": "688fcd8d46056d038c98bcfb",
      "customVars": [
        {
          "reference": "triggerData.call_id",
          "name": "Call Id",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_summary",
          "name": "Call Summary",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.customer_name",
          "name": "Customer Name",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.email",
          "name": "Customer Email",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.phone",
          "name": "Customer Phone",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.contactId",
          "name": "Contact Id",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_transcript",
          "name": "Call Transcript",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_duration",
          "name": "Call Duration",
          "fieldType": "numerical"
        },
        {
          "reference": "triggerData.call_status",
          "name": "Call Status",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.sentiment",
          "name": "Sentiment",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_successful",
          "name": "Call Successful",
          "fieldType": "boolean"
        },
        {
          "reference": "triggerData.call_details.recording_url",
          "name": "Recording URL",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.call_log_url",
          "name": "Call Log URL",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "Agent Name",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.disconnection_reason",
          "name": "Disconnection Reason",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.provider",
          "name": "Provider",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.from_phone",
          "name": "From Phone",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.to_phone",
          "name": "To Phone",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.completed_at",
          "name": "Completed At",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.direction",
          "name": "Direction",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.custom_analysis_json",
          "name": "Custom Analysis JSON",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.call_details.custom_analysis_data_list",
          "name": "Custom Analysis Data List",
          "fieldType": "array"
        },
        {
          "reference": "triggerData.call_details.custom_analysis_text",
          "name": "Custom Analysis Text",
          "fieldType": "string"
        },
        {
          "reference": "triggerData.user_spoke",
          "name": "user spoke",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Official ClickSend SMS",
      "appId": "678f1d625d01e72a9bfa7505",
      "companyName": "ClickSend",
      "triggerName": "ClickSend Inbound",
      "description": "Inbound Message Received",
      "templateId": "01JN2S0T8QSNGG8QZCM8HX1VB4",
      "_id": "67bfe46b68c2ebc562beef2a",
      "customVars": [
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "from",
          "name": "From Number",
          "fieldType": "string"
        },
        {
          "reference": "to",
          "name": "To Number",
          "fieldType": "string"
        },
        {
          "reference": "custom_string",
          "name": "Custom String",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Outbound Message Trigger",
      "appId": "6904ec431ab8a75aacaacd68",
      "companyName": "Plugins",
      "triggerName": "Outbound Message Workflow",
      "description": "The Outbound Message Workflow in the Outbound Message Action Automation for Workflows is triggered when messages are automatically sent through workflows. ",
      "templateId": "01K8XPH7TE7CEMSV56ACNZRJK2",
      "_id": "6904fa26eebd2db6576115f5",
      "customVars": [
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "messageChannel",
          "name": "Message Channel",
          "fieldType": "string"
        },
        {
          "reference": "messageSource",
          "name": "Message Source",
          "fieldType": "string"
        },
        {
          "reference": "messageStatus",
          "name": "Message Status",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "User Id",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact Id",
          "fieldType": "string"
        },
        {
          "reference": "attachement",
          "name": "Attachement",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Outbound Message Trigger",
      "appId": "6904ec431ab8a75aacaacd68",
      "companyName": "Plugins",
      "triggerName": "Outbound Message Manual",
      "description": "The Outbound Message Manual in the Outbound Message Action Automation for Workflows  offers guidance on effective messaging that bridges human interactions with real-time automation. It detects manually sent outbound messages and subsequently initiates workflows.",
      "templateId": "01K8XP92K7FGDM5XRS2ZW4R3SK",
      "_id": "6904f7ceeebd2db657607da7",
      "customVars": [
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "messageChannel",
          "name": "Message Channel",
          "fieldType": "string"
        },
        {
          "reference": "messageSource",
          "name": "Message Source",
          "fieldType": "string"
        },
        {
          "reference": "messageStatus",
          "name": "Message Status",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "User Id",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact Id",
          "fieldType": "string"
        },
        {
          "reference": "attachement",
          "name": "Attachements",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Payment Method Updated",
      "description": "Triggers when a user updates their saved payment method in the system.",
      "templateId": "01JYE9XK0ZVWDVHF8WT9Q9VV4T",
      "_id": "686412cc6bc372da327a0258",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.allow_redisplay",
          "name": "allow_redisplay",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Charge Failed",
      "description": "This trigger activates when a charge fails in Stripe, allowing you to automate actions like notifying the customer, retrying the payment, or updating payment records.",
      "templateId": "01JYEDN07VFVZM0ZEBXE47JG3M",
      "_id": "68594fdf4c1de9cca41a5528",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_captured",
          "name": "amount_captured",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_refunded",
          "name": "amount_refunded",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.captured",
          "name": "captured",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.disputed",
          "name": "disputed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_intent",
          "name": "payment_intent",
          "fieldType": "string"
        },
        {
          "reference": "data.object.payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.refunded",
          "name": "refunded",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Charge Captured ",
      "description": "This trigger activates when a charge is successfully captured in Stripe, allowing you to automate actions like updating payment records or sending a payment confirmation email.",
      "templateId": "01JYEDCDHABKQ28FSXTRJ5NNHF",
      "_id": "68594e464c1de9cca41a390c",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_captured",
          "name": "amount_captured",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_refunded",
          "name": "amount_refunded",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.captured",
          "name": "captured",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.disputed",
          "name": "disputed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.receipt_url",
          "name": "receipt_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Invoice Payment Failed ",
      "description": "This trigger activates when a payment for an invoice fails in Stripe, allowing you to automate actions like sending a payment failure notification or retrying the payment.",
      "templateId": "01JYEBT8TCB5349M9K9EW47N1N",
      "_id": "68594d2e4c1de9cca41a0c71",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.account_country",
          "name": "account_country",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_remaining",
          "name": "amount_remaining",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.attempt_count",
          "name": "attempt_count",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.attempted",
          "name": "attempted",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.auto_advance",
          "name": "auto_advance",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.billing_reason",
          "name": "billing_reason",
          "fieldType": "string"
        },
        {
          "reference": "data.object.charge",
          "name": "charge",
          "fieldType": "string"
        },
        {
          "reference": "data.object.collection_method",
          "name": "collection_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.hosted_invoice_url",
          "name": "hosted_invoice_url",
          "fieldType": "string"
        },
        {
          "reference": "data.object.invoice_pdf",
          "name": "invoice_pdf",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_intent",
          "name": "payment_intent",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.total",
          "name": "total",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Subscription Updated",
      "description": "This trigger activates when a subscription is updated in Stripe, allowing you to automate actions like syncing changes to your system, updating customer records, or notifying your team.",
      "templateId": "01JYECRYJR3R12P3TK4N355613",
      "_id": "68594cff4c1de9cca419f347",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.plan.id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.plan.active",
          "name": "plan_active",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.plan.amount",
          "name": "plan_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.plan.billing_scheme",
          "name": "plan_billing_scheme",
          "fieldType": "string"
        },
        {
          "reference": "data.object.plan.interval",
          "name": "plan_interval",
          "fieldType": "string"
        },
        {
          "reference": "data.object.plan.product",
          "name": "productID",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customerID",
          "fieldType": "string"
        },
        {
          "reference": "data.object.schedule",
          "name": "schedule",
          "fieldType": "string"
        },
        {
          "reference": "data.object.latest_invoice",
          "name": "latest_invoice",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Payment Succeeded",
      "description": "This trigger activates when a payment is successfully processed in Stripe, allowing you to automate actions like updating payment records, sending a confirmation email, or triggering a thank-you message.",
      "templateId": "01JYECC2ZKD5NJ9RXXZSGCBA28",
      "_id": "68594ab94c1de9cca419ad7b",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_capturable",
          "name": "amount_capturable",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_received",
          "name": "amount_received",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.capture_method",
          "name": "capture_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.confirmation_method",
          "name": "confirmation_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.latest_charge",
          "name": "latest_charge",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.metadata.product_id",
          "name": "product ID",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Charge Dispute Created",
      "description": "This trigger activates when a charge dispute is created in Stripe, allowing you to automate actions like updating records, notifying the team, or sending a dispute resolution email.",
      "templateId": "01JYEBJ6QWK590M920HA7NJ0GB",
      "_id": "685946c34c1de9cca4193c2a",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.charge",
          "name": "charge",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.is_charge_refundable",
          "name": "is_charge_refundable",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_intent",
          "name": "payment_intent",
          "fieldType": "string"
        },
        {
          "reference": "data.object.reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Payment Link Created",
      "description": "This trigger activates when a new payment link is created in Stripe, allowing you to automate actions like sharing the link with customers or updating your payment system.",
      "templateId": "01JYEB8JM2TD6165NPHGVE9G4R",
      "_id": "685945ac4c1de9cca4190ec3",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_method_collection",
          "name": "billing_address_collection",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer_creation",
          "name": "customer_creation",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_method_collection",
          "name": "payment_method_collection",
          "fieldType": "string"
        },
        {
          "reference": "data.object.submit_type",
          "name": "submit_type",
          "fieldType": "string"
        },
        {
          "reference": "data.object.url",
          "name": "url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Subscription Canceled",
      "description": "This trigger activates when a subscription is canceled in Stripe, allowing you to automate actions like updating customer records, sending a cancellation email, or triggering follow-up tasks.",
      "templateId": "01JYEAY7A3W5C0E8WHW9JXE48A",
      "_id": "685944884c1de9cca418c9dd",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.canceled_at",
          "name": "canceled_at",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.collection_method",
          "name": "collection_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.latest_invoice",
          "name": "latest_invoice",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.quantity",
          "name": "quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.start_date",
          "name": "start_date",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Subscription Created",
      "description": "This trigger activates when a new subscription is created in Stripe, allowing you to automate actions like adding the subscription details to your CRM or sending a confirmation email to the customer.",
      "templateId": "01JYEAHEYYCCQNH3524WEAPNE8",
      "_id": "685942c94c1de9cca4188c98",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.collection_method",
          "name": "collection_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.latest_invoice",
          "name": "latest_invoice",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.quantity",
          "name": "quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Invoice Item Deleted",
      "description": "This trigger activates when an invoice item is deleted in Stripe, allowing you to automate actions like updating records, notifying the team, or adjusting the invoice total.",
      "templateId": "01JYEA73KJ2EZ0WEG1YCF4TC8T",
      "_id": "685941874c1de9cca41869f8",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.unit_amount",
          "name": "unit_amount",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Payment Method Detached",
      "description": "This trigger activates when a payment method is removed from a customer in Stripe, allowing you to automate actions like updating customer records or notifying relevant teams.",
      "templateId": "01JYE9N6PGV0RNVKHEXAYNS4G3",
      "_id": "68593eda4c1de9cca4184be5",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Payment Method Attached",
      "description": "This trigger activates when a payment method is attached to a customer in Stripe, allowing you to automate actions like updating customer records or sending a confirmation email.",
      "templateId": "01JYE96P4K0D5SYHC0MBNH8YTY",
      "_id": "68593cd94c1de9cca41839cf",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Balance Available",
      "description": "This trigger activates when funds become available in your Stripe balance, allowing you to automate actions like recording the available balance, notifying your finance team, or initiating transfers.",
      "templateId": "01JYE919BHES11GXRJQ6E5K569",
      "_id": "68593c154c1de9cca41824c5",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "livemode",
          "name": "livemode",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Credit Note Voided ",
      "description": "This trigger activates when a credit note is voided in Stripe, allowing you to automate actions like updating records, notifying the customer, or adjusting account balances.",
      "templateId": "01JYE8HK0CKMN2BPWCH1Q113JN",
      "_id": "68593ae84c1de9cca418184e",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_shipping",
          "name": "amount_shipping",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.invoice",
          "name": "invoice",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.pdf",
          "name": "pdf",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Credit Note Updated ",
      "description": "This trigger activates when a credit note is updated in Stripe, allowing you to automate actions like syncing the updated information to your records or notifying your team.",
      "templateId": "01JYE86Z9FB43QPA3BYNXRMADM",
      "_id": "685939514c1de9cca41800ba",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_shipping",
          "name": "amount_shipping",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.invoice",
          "name": "invoice",
          "fieldType": "string"
        },
        {
          "reference": "data.object.number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.pdf",
          "name": "pdf",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Credit Note Created",
      "description": "This trigger activates when a credit note is created in Stripe, allowing you to automate actions like updating customer balances, notifying your team, or sending a credit confirmation to the customer.",
      "templateId": "01JYE7NCYR6FS5CV8DNCF0HG4A",
      "_id": "685937f54c1de9cca417f20d",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_shipping",
          "name": "amount_shipping",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.invoice",
          "name": "invoice",
          "fieldType": "string"
        },
        {
          "reference": "data.object.number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.pdf",
          "name": "pdf",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.type",
          "name": "type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Refund Updated ",
      "description": "This trigger activates when a refund is updated in Stripe, allowing you to automate actions like syncing updated details, notifying teams, or adjusting records.",
      "templateId": "01JY77CV2ES7RAMCRAY493AARY",
      "_id": "6855a0534c1de9cca4e4812f",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.charge",
          "name": "charge",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Refund Created",
      "description": "This trigger activates when a refund is created in Stripe, allowing you to automate actions like updating records, notifying customers, or adjusting balances.",
      "templateId": "01JY76VFZ17RGWSF06CQXEHSDQ",
      "_id": "68559ece4c1de9cca4e44758",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_captured",
          "name": "amount_captured",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_refunded",
          "name": "amount_refunded",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.calculated_statement_descriptor",
          "name": "calculated_statement_descriptor",
          "fieldType": "string"
        },
        {
          "reference": "data.object.captured",
          "name": "captured",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.disputed",
          "name": "disputed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.receipt_url",
          "name": "receipt_url",
          "fieldType": "string"
        },
        {
          "reference": "data.object.refunded",
          "name": "refunded",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Transfer Updated",
      "description": "This trigger activates when a transfer is updated in Stripe, allowing you to automate actions like syncing the latest details, notifying relevant teams, or adjusting records.",
      "templateId": "01JY74N0BPXCNNWNA2ZB6PMAE9",
      "_id": "685596f64c1de9cca4e2870a",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_reversed",
          "name": "amount_reversed",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.destination",
          "name": "destination",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.reversed",
          "name": "reversed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.source_type",
          "name": "source_type",
          "fieldType": "string"
        },
        {
          "reference": "data.object.transfer_group",
          "name": "transfer_group",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Transfer Reversed",
      "description": "This trigger activates when a transfer is reversed in Stripe, allowing you to automate actions like updating records, notifying your team, or adjusting account balances.",
      "templateId": "01JY72VBH3VJB8Z4PZDCHEGWXA",
      "_id": "685592964c1de9cca4e194ed",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_reversed",
          "name": "amount_reversed",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.destination",
          "name": "destination",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.reversed",
          "name": "reversed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.source_type",
          "name": "source_type",
          "fieldType": "string"
        },
        {
          "reference": "data.object.transfer_group",
          "name": "transfer_group",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Transfer Created",
      "description": "This trigger activates when a transfer is created in Stripe, allowing you to automate actions like updating records, notifying your team, or tracking funds sent to connected accounts.",
      "templateId": "01JY726AHFCS6XWHTQF3QQ0554",
      "_id": "68558bd84c1de9cca4e05464",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_reversed",
          "name": "amount_reversed",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.destination_payment",
          "name": "destination",
          "fieldType": "string"
        },
        {
          "reference": "data.object.destination_payment",
          "name": "destination_payment",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.reversed",
          "name": "reversed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.source_type",
          "name": "source_type",
          "fieldType": "string"
        },
        {
          "reference": "data.object.transfer_group",
          "name": "transfer_group",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Charge Created",
      "description": "This trigger activates when a new charge is created in Stripe, allowing you to automate actions like updating payment records or sending a payment confirmation email.",
      "templateId": "01JY71PPJ30GQ4X7Q56ZNJMPEK",
      "_id": "685589334c1de9cca4dfb461",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_captured",
          "name": "amount_captured",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.captured",
          "name": "captured",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.disputed",
          "name": "disputed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.receipt_url",
          "name": "receipt_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Charge Refunded",
      "description": "This trigger activates when a charge is refunded in Stripe, allowing you to automate actions like updating payment records or notifying the customer.",
      "templateId": "01JY70ZSQTBPY5XYB7V90WMJM4",
      "_id": "6855878f4c1de9cca4df4cd7",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_captured",
          "name": "amount_captured",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_refunded",
          "name": "amount_refunded",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.balance_transaction",
          "name": "balance_transaction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.calculated_statement_descriptor",
          "name": "calculated_statement_descriptor",
          "fieldType": "string"
        },
        {
          "reference": "data.object.captured",
          "name": "captured",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.disputed",
          "name": "disputed",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.payment_intent",
          "name": "payment_intent",
          "fieldType": "string"
        },
        {
          "reference": "data.object.payment_method",
          "name": "payment_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.receipt_url",
          "name": "receipt_url",
          "fieldType": "string"
        },
        {
          "reference": "data.object.refunded",
          "name": "refunded",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Update Invoice",
      "description": "This trigger activates when an invoice is updated in Stripe, allowing you to automate actions like syncing changes to your system or notifying your team.",
      "templateId": "01JY70B0XMQHBBX46C72W596YX",
      "_id": "685584b34c1de9cca4decaa6",
      "customVars": [
        {
          "reference": "data.id",
          "name": "invoice_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.account_country",
          "name": "account_country",
          "fieldType": "string"
        },
        {
          "reference": "data.account_name",
          "name": "account_name",
          "fieldType": "string"
        },
        {
          "reference": "data.billing_reason",
          "name": "billing_reason",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.customer",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "data.customer_email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "data.customer_name",
          "name": "customer_name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Invoice Created",
      "description": " This trigger activates when a new invoice is created in Stripe, allowing you to automate actions like sending an invoice confirmation email or updating your accounting system.",
      "templateId": "01JY43AR02YNFSGSR6YHXDJ1MR",
      "_id": "6854078f4c1de9cca4bc97fd",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.account_country",
          "name": "account_country",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.amount_remaining",
          "name": "amount_remaining",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.billing_reason",
          "name": "billing_reason",
          "fieldType": "string"
        },
        {
          "reference": "data.object.collection_method",
          "name": "collection_method",
          "fieldType": "string"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer_email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer_name",
          "name": "customer_name",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer_phone",
          "name": "customer_phone",
          "fieldType": "string"
        },
        {
          "reference": "data.object.hosted_invoice_url",
          "name": "hosted_invoice_url",
          "fieldType": "string"
        },
        {
          "reference": "data.object.invoice_pdf",
          "name": "invoice_pdf",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.number",
          "name": "number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.paid",
          "name": "paid",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.subscription",
          "name": "subscription",
          "fieldType": "string"
        },
        {
          "reference": "data.object.subtotal",
          "name": "subtotal",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.subtotal_excluding_tax",
          "name": "subtotal_excluding_tax",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.total_excluding_tax",
          "name": "total_excluding_tax",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "price updated",
      "description": "This trigger activates when a price for a product is updated in Stripe, allowing you to automate actions like syncing the new price to your system or notifying relevant teams.",
      "templateId": "01JY42WEPHANQSB2SN39VQHDH5",
      "_id": "685404614c1de9cca4bc658a",
      "customVars": [
        {
          "reference": "data.id",
          "name": "price_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "data.billing_scheme",
          "name": "billing_scheme",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.product",
          "name": "product_id",
          "fieldType": "string"
        },
        {
          "reference": "data.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "data.unit_amount",
          "name": "unit_amount",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "price deleted",
      "description": "This trigger activates when a price is deleted in Stripe, allowing you to automate actions like removing the price from your system or updating records.",
      "templateId": "01JY42M3J09H58V0Q0MK2XV9HJ",
      "_id": "6854034f4c1de9cca4bc513e",
      "customVars": [
        {
          "reference": "data.id",
          "name": "price_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.active",
          "name": "active",
          "fieldType": "boolean"
        },
        {
          "reference": "data.billing_scheme",
          "name": "billing_scheme",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "data.unit_amount",
          "name": "unit_amount",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "price created",
      "description": "This trigger activates when a new price is created for a product in Stripe, allowing you to automate actions like updating your pricing system or notifying your team.",
      "templateId": "01JY42ASBBNMFB5HGFT09XZH4S",
      "_id": "6854021e4c1de9cca4bc3d58",
      "customVars": [
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.product",
          "name": "product_id",
          "fieldType": "string"
        },
        {
          "reference": "data.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "data.unit_amount",
          "name": "unit_amount",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "product updated",
      "description": "This trigger activates when a product is updated in Stripe, allowing you to automate actions like syncing the changes to your system or notifying your team.",
      "templateId": "01JY4235N2N1903SNP29R00DVR",
      "_id": "685401374c1de9cca4bc2de7",
      "customVars": [
        {
          "reference": "data.id",
          "name": "product_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.default_price",
          "name": "default_price",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "product deleted",
      "description": "This trigger activates when a product is deleted in Stripe, allowing you to automate actions like removing it from your inventory or updating your records.",
      "templateId": "01JY41S711F3T8X3F8VCP159CR",
      "_id": "6853ffb84c1de9cca4bc113d",
      "customVars": [
        {
          "reference": "data.id",
          "name": "product_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.default_price",
          "name": "default_price",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "product created",
      "description": "This trigger activates when a new product is created in Stripe, allowing you to automate actions like adding the product to your inventory system or notifying your team.",
      "templateId": "01JY41GHEH186093B54EYNA77P",
      "_id": "6853fea04c1de9cca4bbf86b",
      "customVars": [
        {
          "reference": "data.id",
          "name": "product_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.default_price",
          "name": "default_price",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Invoice Item Created",
      "description": "This trigger activates when a new invoice item is created in Stripe, allowing you to automate actions like updating records or notifying your team about the new charge.",
      "templateId": "01JY40W23C6YC25V2AJ50RW11G",
      "_id": "6853fc594c1de9cca4bbb398",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.object.customer",
          "name": "customer",
          "fieldType": "string"
        },
        {
          "reference": "data.object.date",
          "name": "date",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.discountable",
          "name": "discountable",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.price.id",
          "name": "price_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.quantity",
          "name": "quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.unit_amount",
          "name": "unit_amount",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "coupon updated",
      "description": "This trigger activates when a coupon is updated in Stripe, allowing you to automate actions like syncing changes to your system or notifying your team.",
      "templateId": "01JY40KS9A32AWC4V47T4VRDGZ",
      "_id": "6853fb404c1de9cca4bb9ded",
      "customVars": [
        {
          "reference": "data.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.amount_off",
          "name": "amount_off",
          "fieldType": "numerical"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.duration",
          "name": "duration",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "coupon deleted",
      "description": "This trigger activates when a coupon is deleted in Stripe, allowing you to automate actions like removing the coupon from your system or notifying relevant teams.",
      "templateId": "01JY40DNGVP2HXAVPRHEEATD0N",
      "_id": "6853fa3a4c1de9cca4bb8d99",
      "customVars": [
        {
          "reference": "data.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.amount_off",
          "name": "amount_off",
          "fieldType": "numerical"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.duration",
          "name": "duration",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "namea",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "coupon created",
      "description": "This trigger activates when a new coupon is created in Stripe, allowing you to automate actions like adding the coupon to your marketing system or notifying your team.",
      "templateId": "01JY403JT8SY6NS7GPP5H1RFY5",
      "_id": "6853f95c4c1de9cca4bb7bd9",
      "customVars": [
        {
          "reference": "data.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "data.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "data.amount_off",
          "name": "amount_off",
          "fieldType": "numerical"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.duration",
          "name": "duration",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Stripe customer deleted",
      "description": "This trigger activates when a customer is deleted from Stripe, allowing you to automate actions such as removing the customer from your CRM or updating your records.",
      "templateId": "01JY3ZVBNT6G2264BA6E1YRVMR",
      "_id": "6853f8184c1de9cca4bb5b39",
      "customVars": [
        {
          "reference": "data.id",
          "name": "customerId",
          "fieldType": "string"
        },
        {
          "reference": "data.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "data.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.balance",
          "name": "balance",
          "fieldType": "numerical"
        },
        {
          "reference": "data.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "data.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "data.address.postal_code",
          "name": "postal_code",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Customer Updated ",
      "description": "This trigger activates when an existing customer’s details are updated in Stripe, allowing you to automate actions like syncing changes to your CRM or notifying relevant teams.",
      "templateId": "01JY3ZCSZGY3S3VQJGHJ76DERK",
      "_id": "6853f6454c1de9cca4bb4319",
      "customVars": [
        {
          "reference": "data.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "data.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "data.name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "data.created",
          "name": "created",
          "fieldType": "numerical"
        },
        {
          "reference": "data.balance",
          "name": "balance ",
          "fieldType": "numerical"
        },
        {
          "reference": "data.address.city",
          "name": "city",
          "fieldType": "string"
        },
        {
          "reference": "data.address.country",
          "name": "country",
          "fieldType": "string"
        },
        {
          "reference": "data.address.postal_code",
          "name": "postal_code",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Stripe For Workflows",
      "appId": "685150fd671ccb5cf312368a",
      "companyName": "All The Apps",
      "triggerName": "Customer Created",
      "description": "This trigger activates when a new customer is added to Stripe, allowing you to automate actions like adding them to your CRM or sending a welcome email.",
      "templateId": "01JY1X71XAK9CT5TRFTNDY5GYQ",
      "_id": "6853f5284c1de9cca4bb39f1",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.balance",
          "name": "balance",
          "fieldType": "numerical"
        },
        {
          "reference": "data.object.description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "data.object.delinquent",
          "name": "delinquent",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.invoice_prefix",
          "name": "invoice_prefix",
          "fieldType": "string"
        },
        {
          "reference": "data.object.livemode",
          "name": "livemode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.object.tax_exempt",
          "name": "tax_exempt",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "New Business Request",
      "description": null,
      "templateId": "01JPWWRJS92FRFZZGRJGBZ548H",
      "_id": "67e43c3c293f8f7cd1cd87bc",
      "customVars": [
        {
          "reference": "first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "business_name",
          "name": "business_name",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "reason",
          "name": "reason",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "role",
          "name": "role",
          "fieldType": "string"
        },
        {
          "reference": "proof",
          "name": "proof",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "Listing Upgraded to Premium",
      "description": null,
      "templateId": "01JN1ADAWTSDX2R1GA3QZQ1MEA",
      "_id": "67bf24b368c2ebc562db6d5f",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "plan_type",
          "name": "plan_type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "New Listing Added",
      "description": null,
      "templateId": "01JN1A9P95EXNRVRP7FTTD8TS6",
      "_id": "67bf246a68c2ebc562d16df9",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "businees_id",
          "name": "businees_id",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "listing_url",
          "name": "listing_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "New Event Added",
      "description": null,
      "templateId": "01JN1A6HHRFCF1399EJ7NR3Z78",
      "_id": "67bf23ea68c2ebc562c2b808",
      "customVars": [
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "description",
          "fieldType": "string"
        },
        {
          "reference": "image",
          "name": "image",
          "fieldType": "string"
        },
        {
          "reference": "business_id",
          "name": "business_id",
          "fieldType": "string"
        },
        {
          "reference": "event_date",
          "name": "event_date",
          "fieldType": "string"
        },
        {
          "reference": "event_start_time",
          "name": "event_start_time",
          "fieldType": "string"
        },
        {
          "reference": "event_end_time",
          "name": "event_end_time",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "claim request reject",
      "description": null,
      "templateId": "01JN1A40DWTS0P2PSBZCN5RDAM",
      "_id": "67bf238968c2ebc562b6ee53",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "businees_id",
          "name": "businees_id",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "claim request approve",
      "description": null,
      "templateId": "01JN1A12951A9MR5KBH94V0EAN",
      "_id": "67bf233768c2ebc562ad5472",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "businees_id",
          "name": "businees_id",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "listing_url",
          "name": "listing_url",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "user apply for job ",
      "description": null,
      "templateId": "01JN19YDJ3SH9QGB5855DQT3DX",
      "_id": "67bf22d568c2ebc5629f1024",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "job_name",
          "name": "job_name",
          "fieldType": "string"
        },
        {
          "reference": "job_id",
          "name": "job_id",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "Forgotten Password",
      "description": null,
      "templateId": "01JN19WBRCGVTZGK5SPEZ93D0N",
      "_id": "67bf228068c2ebc56293418e",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "Reset Password",
      "description": null,
      "templateId": "01JN19ST0FZAG0X1FAAR2PR7HH",
      "_id": "67bf223668c2ebc562875ad5",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "password",
          "name": "password",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "SmartDirectory.Ai",
      "appId": "67bf112b10332b528011dcec",
      "companyName": "Offline Sharks",
      "triggerName": "New User Created",
      "description": null,
      "templateId": "01JN19H47WS0T0E67K78J69ZVR",
      "_id": "67bf21dc68c2ebc56275e3a7",
      "customVars": [
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "user_id",
          "name": "user_id",
          "fieldType": "numerical"
        },
        {
          "reference": "business_name",
          "name": "business_name",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "tags",
          "name": "tags",
          "fieldType": "array"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Call Transcript Trigger",
      "appId": "68c2ae7ed0deb83cececdc45",
      "companyName": "Plugins",
      "triggerName": "Call transcripts",
      "description": null,
      "templateId": "01K59YRA2S02BG7BWWFJ5Q8N47",
      "_id": "68c9b69e4f7adee9ced2b0e8",
      "customVars": [
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "attachment",
          "name": "Attachment",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Noomerik ( Sub Account )",
      "appId": "67c9f69eb137e9017dc8541c",
      "companyName": "Noomerik",
      "triggerName": "Noomerik Payment Trigger",
      "description": "",
      "templateId": "01JZAP5RVX8HFDG7BNFS62R0Q9",
      "_id": "6867cb306bc372da32c959f3",
      "customVars": [
        {
          "reference": "transaction_id",
          "name": "Transaction ID",
          "fieldType": "string"
        },
        {
          "reference": "customer.email",
          "name": "Customer Email",
          "fieldType": "string"
        },
        {
          "reference": "customer.id",
          "name": "Customer ID",
          "fieldType": "string"
        },
        {
          "reference": "purchase_details.totals.grand_total",
          "name": "Grand Total",
          "fieldType": "numerical"
        },
        {
          "reference": "purchase_details.paid_date",
          "name": "Paid Date",
          "fieldType": "string"
        },
        {
          "reference": "transaction_type",
          "name": "Transaction Type",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "NUACOM",
      "appId": "667420e20f94d4199d59c99e",
      "companyName": "Nuacom",
      "triggerName": "New Missed Call",
      "description": "New missed call",
      "templateId": "01KC7J0ND196VEPHCHBM4RQX08",
      "_id": "69551cd51295c63280a26435",
      "customVars": [
        {
          "reference": "payload.call_id",
          "name": "Call id",
          "fieldType": "string"
        },
        {
          "reference": "payload.call_at",
          "name": "Call date",
          "fieldType": "string"
        },
        {
          "reference": "payload.caller",
          "name": "Caller",
          "fieldType": "string"
        },
        {
          "reference": "payload.callee",
          "name": "Callee",
          "fieldType": "string"
        },
        {
          "reference": "payload.direction",
          "name": "Call direction",
          "fieldType": "string"
        },
        {
          "reference": "payload.in_queue",
          "name": "Queue",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "NUACOM",
      "appId": "667420e20f94d4199d59c99e",
      "companyName": "Nuacom",
      "triggerName": "New Incoming Call",
      "description": "New incoming call received",
      "templateId": "01KC7HWQ6YDK5TTDAP30ZZ8Z1J",
      "_id": "69551cba1295c63280a262bd",
      "customVars": [
        {
          "reference": "payload.call_id",
          "name": "Call id",
          "fieldType": "string"
        },
        {
          "reference": "payload.call_at",
          "name": "Call date",
          "fieldType": "string"
        },
        {
          "reference": "payload.caller",
          "name": "Caller",
          "fieldType": "string"
        },
        {
          "reference": "payload.callee",
          "name": "Callee",
          "fieldType": "string"
        },
        {
          "reference": "payload.direction",
          "name": "Direction",
          "fieldType": "string"
        },
        {
          "reference": "payload.status",
          "name": "Status",
          "fieldType": "string"
        },
        {
          "reference": "payload.in_queue",
          "name": "Queue",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Message Read",
      "description": "Fires when a message is read by the recipient.",
      "templateId": "01KE87JTZ7DS6RKM1N51YMC8SZ",
      "_id": "695c4a7470dab714ba3ea601",
      "customVars": []
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Message Sent",
      "description": "Fires when a message is accepted and queued for delivery.",
      "templateId": "01KE83DCF6Y2G11VDVT8FK2RFJ",
      "_id": "695c47ea70dab714ba3e36c2",
      "customVars": []
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Bridge Status Changed",
      "description": "Fires when an iBluSend bridge device goes online or offline.",
      "templateId": "01KE82H1KQ0J1AY2FHAH1HA002",
      "_id": "695c347e70dab714ba393db5",
      "customVars": []
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Message Failed",
      "description": "Fires when an outbound iMessage fails to deliver.",
      "templateId": "01KE824P1KNF84XY17JXMGKWED",
      "_id": "695c331e70dab714ba388eab",
      "customVars": []
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Message Delivered",
      "description": "Fires when an iMessage sent via iBluSend is successfully delivered.",
      "templateId": "01KE81P75G5ZJE9G1MAEDW18RZ",
      "_id": "695c315570dab714ba37f405",
      "customVars": []
    },
    {
      "appName": "iBluSend",
      "appId": "693272aa35ba8137cb4f56c5",
      "companyName": "iBluSend",
      "triggerName": "Message Reply Received",
      "description": "Fires when a contact replies via iMessage delivered through iBluSend.",
      "templateId": "01KBRTRRAJ1YBPP018FJ441FB5",
      "_id": "695c2f6670dab714ba374f14",
      "customVars": []
    },
    {
      "appName": "Shippo ",
      "appId": "68516a06d3d6326ca3604cd4",
      "companyName": "All The Apps",
      "triggerName": "Order Created ",
      "description": "Order Created automatically triggers workflows whenever a new order is generated in Shippo. Ensure timely processing, accurate tracking, and seamless order management. Reduce manual monitoring and streamline your shipping operations. Keep your workflows responsive and up-to-date with every incoming order.",
      "templateId": "01JZ0D5Q54KX95EBFCKHFN03ZB",
      "_id": "686284e36bc372da32566f7d",
      "customVars": [
        {
          "reference": "data.locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "data.altId",
          "name": "altId",
          "fieldType": "string"
        },
        {
          "reference": "data.altType",
          "name": "altType",
          "fieldType": "string"
        },
        {
          "reference": "data.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.fulfillmentStatus",
          "name": "fulfillmentStatus",
          "fieldType": "string"
        },
        {
          "reference": "data.contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "data.currency",
          "name": "currency",
          "fieldType": "string"
        },
        {
          "reference": "data.amount",
          "name": "amount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.liveMode",
          "name": "liveMode",
          "fieldType": "boolean"
        },
        {
          "reference": "data.amountSummary.subtotal",
          "name": "subtotal",
          "fieldType": "numerical"
        },
        {
          "reference": "data.amountSummary.discount",
          "name": "discount",
          "fieldType": "numerical"
        },
        {
          "reference": "data.amountSummary.tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "data.amountSummary.shipping",
          "name": "shipping",
          "fieldType": "numerical"
        },
        {
          "reference": "data.contactSnapshot.id",
          "name": "contactSnapshot_id",
          "fieldType": "string"
        },
        {
          "reference": "data.contactSnapshot.firstName",
          "name": "contactSnapshot_firstName",
          "fieldType": "string"
        },
        {
          "reference": "data.contactSnapshot.lastName",
          "name": "contactSnapshot_lastName",
          "fieldType": "string"
        },
        {
          "reference": "data.contactSnapshot.email",
          "name": "contactSnapshot_email",
          "fieldType": "string"
        },
        {
          "reference": "data._id",
          "name": "_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Audit Report Read",
      "description": "Triggers when the user views the report the first time.",
      "templateId": "01HTYAV5DW6GWHERNF56F5P70W",
      "_id": "661cfa08854c62ee86a0ae89",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "primary_target_keyword",
          "name": "MWA Keyword",
          "fieldType": "string"
        },
        {
          "reference": "audit_report_link",
          "name": "MWA Report URL",
          "fieldType": "string"
        },
        {
          "reference": "audit_pdf_link",
          "name": "MWA Report PDF URL",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "template_token",
          "name": "MWA Template Token",
          "fieldType": "string"
        },
        {
          "reference": "report_read_date",
          "name": "MWA Report Read Date",
          "fieldType": "string"
        },
        {
          "reference": "report_read_time",
          "name": "MWA Report Read Time",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_1",
          "name": "MWA Additional Keyword 1",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_2",
          "name": "MWA Additional Keyword 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Audit Email Read",
      "description": "Triggers when the user reads the email the first time.",
      "templateId": "01HTYAKDX8VQGNRCVEP63RYS62",
      "_id": "661cf8c2854c62ee8686ab6c",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "audit_report_link",
          "name": "MWA Report URL",
          "fieldType": "string"
        },
        {
          "reference": "audit_pdf_link",
          "name": "MWA PDF Report URL",
          "fieldType": "string"
        },
        {
          "reference": "primary_target_keyword",
          "name": "MWA Keyword",
          "fieldType": "string"
        },
        {
          "reference": "email_read_date",
          "name": "MWA Email Read Date",
          "fieldType": "string"
        },
        {
          "reference": "email_read_time",
          "name": "MWA Email Read Time",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "template_token",
          "name": "MWA Template Token",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_1",
          "name": "MWA Additional Keyword 1",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_2",
          "name": "MWA Additional Keyword 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Audit Email Sent",
      "description": "Triggers when an email has been sent for the audit the first time.",
      "templateId": "01HTY3WE0Q3V7YJAXG621XM10X",
      "_id": "661cf7b3854c62ee86758ace",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "primary_target_keyword",
          "name": "MWA Keyword",
          "fieldType": "string"
        },
        {
          "reference": "email_sent_date",
          "name": "MWA Email Sent Date",
          "fieldType": "string"
        },
        {
          "reference": "email_sent_time",
          "name": "MWA Email Sent Time",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "template_token",
          "name": "MWA Template Token",
          "fieldType": "string"
        },
        {
          "reference": "audit_report_link",
          "name": "MWA Report URL",
          "fieldType": "string"
        },
        {
          "reference": "audit_pdf_link",
          "name": "MWA PDF Report URL",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_1",
          "name": "MWA Additional Keyword 1",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_2",
          "name": "MWA Additional Keyword 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Audit Submission",
      "description": "Triggers when a new audit generated including the company profile.",
      "templateId": "01HTY3JQ06HQ2BSB3TT0D55NT4",
      "_id": "661cf6e1854c62ee86633951",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "audit_report_link",
          "name": "MWA Audit Report URL",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "template_token",
          "name": "MWA Template Token",
          "fieldType": "string"
        },
        {
          "reference": "audit_pdf_link",
          "name": "MWA PDF Report URL",
          "fieldType": "string"
        },
        {
          "reference": "primary_target_keyword",
          "name": "MWA Keyword",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_1",
          "name": "MWA Additional Keyword 1",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_2",
          "name": "MWA Additional Keyword 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Lead Widget Submission",
      "description": "Lead Widget Submission",
      "templateId": "01HTY39C87H8XQ9CSGFRH1VYVB",
      "_id": "661cf61e854c62ee8658421c",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "keyword",
          "name": "MWA Keyword",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "MWA Full Name",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "report_url",
          "name": "MWA Report URL",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "custom_field_1",
          "name": "MWA Custom Field 1",
          "fieldType": "string"
        },
        {
          "reference": "custom_field_2",
          "name": "MWA Custom Field 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "My Web Audit",
      "appId": "65043badfb5721d49e8d2c86",
      "companyName": "My Web Audit",
      "triggerName": "Audit Widget Submission",
      "description": "Triggers when a user submits the audit widget form on your website.",
      "templateId": "01HTY1V0SMCSQJ056ENPQZRZGG",
      "_id": "661cf55c854c62ee8648da27",
      "customVars": [
        {
          "reference": "id",
          "name": "MWA ID",
          "fieldType": "numerical"
        },
        {
          "reference": "first_name",
          "name": "MWA First Name",
          "fieldType": "string"
        },
        {
          "reference": "last_name",
          "name": "MWA Last Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "MWA Email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "MWA Phone",
          "fieldType": "string"
        },
        {
          "reference": "website_url",
          "name": "MWA Website URL",
          "fieldType": "string"
        },
        {
          "reference": "report_type",
          "name": "MWA Report Type",
          "fieldType": "string"
        },
        {
          "reference": "template_token",
          "name": "MWA Template Token",
          "fieldType": "string"
        },
        {
          "reference": "audit_report_link",
          "name": "MWA Audit Report URL",
          "fieldType": "string"
        },
        {
          "reference": "audit_pdf_link",
          "name": "MWA PDF Report URL",
          "fieldType": "string"
        },
        {
          "reference": "company_name",
          "name": "MWA Company Name",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_1",
          "name": "MWA Additional Keyword 1",
          "fieldType": "string"
        },
        {
          "reference": "additional_keyword_2",
          "name": "MWA Additional Keyword 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Hiro.fm",
      "appId": "65c3ca4663331e6b1c8f98ae",
      "companyName": "Hiro.fm",
      "triggerName": "New Listener via Other Platform",
      "description": "Triggers when a new listener is created. ",
      "templateId": "01JX0P2MTTCQN3NFCB8PXV2S3Q",
      "_id": "68541d214c1de9cca4beb7de",
      "customVars": [
        {
          "reference": "id",
          "name": "Listener ID",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "Source",
          "fieldType": "string"
        },
        {
          "reference": "accessUrl",
          "name": "Install Page",
          "fieldType": "string"
        },
        {
          "reference": "rssFeedUrl",
          "name": "RSS Feed URL",
          "fieldType": "string"
        },
        {
          "reference": "product",
          "name": "Show ID",
          "fieldType": "string"
        },
        {
          "reference": "listener.name",
          "name": "Name",
          "fieldType": "string"
        },
        {
          "reference": "listener.email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "listener.phone",
          "name": "Phone",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Hiro.fm",
      "appId": "65c3ca4663331e6b1c8f98ae",
      "companyName": "Hiro.fm",
      "triggerName": "New Listener via Hiro Sales Page or Keyword",
      "description": "Triggers when a new listener is created from your sales page (free or paid).",
      "templateId": "01JX0P1P2EP4CX9F6AD7RWHGVK",
      "_id": "68541d124c1de9cca4beb3bf",
      "customVars": [
        {
          "reference": "id",
          "name": "Listener ID",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "Source",
          "fieldType": "string"
        },
        {
          "reference": "installUrl",
          "name": "Install Page",
          "fieldType": "string"
        },
        {
          "reference": "rssFeedUrl",
          "name": "RSS Feed URL",
          "fieldType": "string"
        },
        {
          "reference": "product",
          "name": "Show ID",
          "fieldType": "string"
        },
        {
          "reference": "listener.name",
          "name": "Name",
          "fieldType": "string"
        },
        {
          "reference": "listener.email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "listener.phone",
          "name": "Phone",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "AI Agents",
      "appId": "66001cf976979e24a616fd5d",
      "companyName": "AI Agents Hub",
      "triggerName": "AI Call Completed",
      "description": "AI Call Completed",
      "templateId": "01J07QE7ZMVDQX7MZ2W04180K8",
      "_id": "666a5d0e31998dbe57348728",
      "customVars": [
        {
          "reference": "status",
          "name": "Status",
          "fieldType": "string"
        },
        {
          "reference": "agent_id",
          "name": "Agent ID",
          "fieldType": "string"
        },
        {
          "reference": "direction",
          "name": "direction",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "summary",
          "fieldType": "string"
        },
        {
          "reference": "score",
          "name": "Score",
          "fieldType": "numerical"
        },
        {
          "reference": "id",
          "name": "Call ID",
          "fieldType": "string"
        },
        {
          "reference": "duration",
          "name": "Duration (Seconds)",
          "fieldType": "numerical"
        },
        {
          "reference": "agent_number",
          "name": "Agent Number",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Atlas",
      "appId": "67e3279e80c54bc01c58b5b9",
      "companyName": "Atlas",
      "triggerName": "Message Received",
      "description": "Triggers when a message is received within a selected campaign in AQX.",
      "templateId": "01KMNDXX6457KT3QPH6N01V2DS",
      "_id": "69c588b6f2c6b00966c8fc3f",
      "customVars": [
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "agentId",
          "name": "agentId",
          "fieldType": "string"
        },
        {
          "reference": "callId",
          "name": "callId",
          "fieldType": "string"
        },
        {
          "reference": "customerNumber",
          "name": "customerNumber",
          "fieldType": "string"
        },
        {
          "reference": "customerName",
          "name": "customerName",
          "fieldType": "string"
        },
        {
          "reference": "campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "agentName",
          "name": "agentName",
          "fieldType": "string"
        },
        {
          "reference": "campaignType",
          "name": "campaignType",
          "fieldType": "string"
        },
        {
          "reference": "messageContent",
          "name": "messageContent",
          "fieldType": "string"
        },
        {
          "reference": "receivedAt",
          "name": "receivedAt",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Atlas",
      "appId": "67e3279e80c54bc01c58b5b9",
      "companyName": "Atlas",
      "triggerName": "Message Sent",
      "description": "Triggers when a message is sent within a selected campaign.",
      "templateId": "01KMND99S9D9THKEWBSQVERXZC",
      "_id": "69c588a3f2c6b00966c8eedd",
      "customVars": [
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "agentId",
          "name": "agentId",
          "fieldType": "string"
        },
        {
          "reference": "callId",
          "name": "callId",
          "fieldType": "string"
        },
        {
          "reference": "customerNumber",
          "name": "customerNumber",
          "fieldType": "string"
        },
        {
          "reference": "customerName",
          "name": "customerName",
          "fieldType": "string"
        },
        {
          "reference": "campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "agentName",
          "name": "agentName",
          "fieldType": "string"
        },
        {
          "reference": "campaignType",
          "name": "campaignType",
          "fieldType": "string"
        },
        {
          "reference": "messageContent",
          "name": "messageContent",
          "fieldType": "string"
        },
        {
          "reference": "sentAt",
          "name": "sentAt",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Atlas",
      "appId": "67e3279e80c54bc01c58b5b9",
      "companyName": "Atlas",
      "triggerName": "Call Started",
      "description": "Triggers when a call is started in the selected campaign.",
      "templateId": "01JQF16R9M0VKGDBBPSZ2SPXN6",
      "_id": "67e6ef3b293f8f7cd147c13d",
      "customVars": [
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "agentId",
          "name": "agentId",
          "fieldType": "string"
        },
        {
          "reference": "callId",
          "name": "callId",
          "fieldType": "string"
        },
        {
          "reference": "customerNumber",
          "name": "customerNumber",
          "fieldType": "string"
        },
        {
          "reference": "customerName",
          "name": "customerName",
          "fieldType": "string"
        },
        {
          "reference": "campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "agentName",
          "name": "agentName",
          "fieldType": "string"
        },
        {
          "reference": "campaignType",
          "name": "campaignType",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Atlas",
      "appId": "67e3279e80c54bc01c58b5b9",
      "companyName": "Atlas",
      "triggerName": "Call Completed",
      "description": "Triggers when a call is completed within a selected campaign in AQX.",
      "templateId": "01JQEZZZW1G8QT1B3BBYA6PZGA",
      "_id": "67e6ea98293f8f7cd1c44bc6",
      "customVars": [
        {
          "reference": "campaignId",
          "name": "campaignId",
          "fieldType": "string"
        },
        {
          "reference": "agentId",
          "name": "agentId",
          "fieldType": "string"
        },
        {
          "reference": "callId",
          "name": "callId",
          "fieldType": "string"
        },
        {
          "reference": "customerNumber",
          "name": "customerNumber",
          "fieldType": "string"
        },
        {
          "reference": "customerName",
          "name": "customerName",
          "fieldType": "string"
        },
        {
          "reference": "campaignName",
          "name": "campaignName",
          "fieldType": "string"
        },
        {
          "reference": "agentName",
          "name": "agentName",
          "fieldType": "string"
        },
        {
          "reference": "campaignType",
          "name": "campaignType",
          "fieldType": "string"
        },
        {
          "reference": "callSummary",
          "name": "callSummary",
          "fieldType": "string"
        },
        {
          "reference": "startedAt",
          "name": "startedAt",
          "fieldType": "string"
        },
        {
          "reference": "endedAt",
          "name": "endedAt",
          "fieldType": "string"
        },
        {
          "reference": "durationMs",
          "name": "durationMs",
          "fieldType": "numerical"
        },
        {
          "reference": "durationSeconds",
          "name": "durationSeconds",
          "fieldType": "numerical"
        },
        {
          "reference": "durationMinutes",
          "name": "durationMinutes",
          "fieldType": "numerical"
        },
        {
          "reference": "callTranscript",
          "name": "callTranscript",
          "fieldType": "string"
        },
        {
          "reference": "audioUrl",
          "name": "audioUrl",
          "fieldType": "string"
        },
        {
          "reference": "customerEmail",
          "name": "customerEmail",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "ProspectBoss CRM dialer with AI",
      "appId": "66336fa1d628db829dbf9fc5",
      "companyName": "ProspectBoss LLC",
      "triggerName": "PBAPP",
      "description": "Push contacts from GHL to PBAPP",
      "templateId": "01HXGR8PAN4X8QXPBPBC78RQPD",
      "_id": "663df2648b657a6d2aa2a93e",
      "customVars": []
    },
    {
      "appName": "blueMSG - Unlimited iMessage with BlueBubbles",
      "appId": "67e2171892218e321562eedf",
      "companyName": "Curated Apps",
      "triggerName": "iMessage or SMS Received",
      "description": "Triggers for New Inbound Messages",
      "templateId": "01KFKHGMAJZ04G5GR80YHA5KDC",
      "_id": "6972aa108246dee9c7deb38d",
      "customVars": [
        {
          "reference": "event_filter",
          "name": "event_filter",
          "fieldType": "string"
        },
        {
          "reference": "message",
          "name": "message",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "event_fired",
          "name": "event_fired",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Cellcast SMS & MMS",
      "appId": "65f784e767e63d80f87b0cdc",
      "companyName": "Cellcast sms & mms",
      "triggerName": "inbound",
      "description": null,
      "templateId": "01HS7E7QPG0TDV79T13Y715HDH",
      "_id": "65f787b1349e38451c79a5e5",
      "customVars": []
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Subscription Paused",
      "description": "The Subscription Paused trigger in NMI Action Automation for Workflows activates when an existing subscription is temporarily halted. This feature allows organizations to automate follow-up actions, such as notifying customers about the pause, adjusting billing cycles, or providing information on how to reactivate the subscription. ",
      "templateId": "01JFJQRK7S4CSFE0PK47AAE9CX",
      "_id": "6765c1d18a737380863a5112",
      "customVars": []
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Subscription Deleted",
      "description": "The Subscription Deleted trigger in NMI Action Automation for Workflows activates when a subscription is removed from the system. This feature allows organizations to automate responses, such as notifying customers of the cancellation, updating billing information, or adjusting service statuses.",
      "templateId": "01JFJQ76RTCM8E9PXNY73S0N47",
      "_id": "6765bfc48a73738086284e8f",
      "customVars": []
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Updated Subscription",
      "description": "The Updated Subscription trigger in NMI Action Automation for Workflows activates when an existing subscription is modified within the system. This feature enables organizations to implement immediate follow-up actions, such as notifying customers of changes or updating billing information. ",
      "templateId": "01JFJP5AV356KNGRJDQW1G4091",
      "_id": "6765be568a737380861be4eb",
      "customVars": [
        {
          "reference": "payments",
          "name": "Plan Payments",
          "fieldType": "string"
        },
        {
          "reference": "amount",
          "name": "Plan Amount",
          "fieldType": "string"
        },
        {
          "reference": "month_frequency",
          "name": "Plan Amount Frequency",
          "fieldType": "string"
        },
        {
          "reference": "day_of_month",
          "name": "Plan Day of Month",
          "fieldType": "string"
        },
        {
          "reference": "start_date",
          "name": "Plan Start Date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Subscription Created",
      "description": "The Subscription Created trigger in NMI Action Automation for Workflows activates when a new subscription is established within the system. This feature allows organizations to initiate automated responses, such as sending confirmation emails or updating customer records. ",
      "templateId": "01JFJNGSA6F5TW62JQ91SJCXGT",
      "_id": "6765ba9b8a73738086065056",
      "customVars": [
        {
          "reference": "payments",
          "name": "Plan Payments",
          "fieldType": "string"
        },
        {
          "reference": "amount",
          "name": "Plan Amount",
          "fieldType": "string"
        },
        {
          "reference": "month_frequency",
          "name": "Plan Month Frequency",
          "fieldType": "string"
        },
        {
          "reference": "day_of_month",
          "name": "Plan Day of Month",
          "fieldType": "string"
        },
        {
          "reference": "start_date",
          "name": "Plan Start Date",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Transaction Failed",
      "description": "The Transaction Failed trigger in NMI Action Automation for Workflows activates when a transaction does not complete successfully. This feature enables organizations to respond quickly to issues, facilitating actions such as notifying customers, initiating retries, or logging errors for further analysis.",
      "templateId": "01JFJN8V8QC9ESPYMDE7M49GCY",
      "_id": "6765b79c8a73738086f26040",
      "customVars": []
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Transaction Captured",
      "description": "The Transaction Captured trigger in NMI Action Automation for Workflows activates when a transaction is successfully recorded in the system. This feature allows for immediate follow-up actions, such as notifications, reporting, or updating customer records.",
      "templateId": "01JFJMYE7T4MRH5RSWDDFESB0S",
      "_id": "6765b6b88a73738086ed72a6",
      "customVars": [
        {
          "reference": "amount",
          "name": "amount",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Plan Updated",
      "description": "The Plan Updated trigger in NMI Action Automation for Workflows activates when an existing plan is modified within the system. This feature ensures that changes to plan details prompt immediate notifications and automated actions, enhancing workflow efficiency. ",
      "templateId": "01JFJMJTTAX7ZWFWZ8QS7CA5MS",
      "_id": "6765b5928a73738086e5972a",
      "customVars": []
    },
    {
      "appName": "NMI Action Automation For Workflows",
      "appId": "675f19fdb45fe3c98e05f2b6",
      "companyName": "Plugins",
      "triggerName": "Plan Created",
      "description": "The Plan Created trigger in NMI Action Automation for Workflows activates when a new plan is established within the system. This feature enhances workflow efficiency by enabling automated responses and actions based on the creation of plans.",
      "templateId": "01JFJJSVKGYBY6S2XWZWRFGNZZ",
      "_id": "6765b0768a73738086b77629",
      "customVars": [
        {
          "reference": "payments",
          "name": "plant payments",
          "fieldType": "string"
        },
        {
          "reference": "amount",
          "name": "plan amount",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "plan name",
          "fieldType": "string"
        },
        {
          "reference": "month_frequency",
          "name": "month fequency",
          "fieldType": "string"
        },
        {
          "reference": "day_of_month",
          "name": "day of month",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Admatic.io",
      "appId": "66429a96c56e5dbdb0d082a2",
      "companyName": "Admatic",
      "triggerName": "Received Connection Event",
      "description": "Trigger For When Someone Completes A Connection On Your Connect Page",
      "templateId": "01HYGXA46JAX8YK0K2XJPN81QG",
      "_id": "664e4d6b31998dbe579d1246",
      "customVars": [
        {
          "reference": "googleAdsStatus",
          "name": "Google Ads Status",
          "fieldType": "string"
        },
        {
          "reference": "eventDate",
          "name": "Connection Date",
          "fieldType": "string"
        },
        {
          "reference": "eventURL",
          "name": "Connect URL Slug",
          "fieldType": "string"
        },
        {
          "reference": "analyticsStatus",
          "name": "Google Analytics Status",
          "fieldType": "string"
        },
        {
          "reference": "gtmStatus",
          "name": "Google Tag Manager Status",
          "fieldType": "string"
        },
        {
          "reference": "gbpStatus",
          "name": "Google Business Profile Status",
          "fieldType": "string"
        },
        {
          "reference": "gmcStatus",
          "name": "Google Merchant Center Status",
          "fieldType": "string"
        },
        {
          "reference": "gscStatus",
          "name": "Google Search Console Status",
          "fieldType": "string"
        },
        {
          "reference": "metaPagesStatus",
          "name": "Facebook Page Status",
          "fieldType": "string"
        },
        {
          "reference": "metaAdAccountStatus",
          "name": "Facebook Ad Account Status",
          "fieldType": "string"
        },
        {
          "reference": "metaCatalogStatus",
          "name": "Facebook Catalog Status",
          "fieldType": "string"
        },
        {
          "reference": "metaPixelStatus",
          "name": "Facebook Pixel Status",
          "fieldType": "string"
        },
        {
          "reference": "metaPixelStatus",
          "name": "Facebook Instagram Status",
          "fieldType": "string"
        },
        {
          "reference": "ttAdAccountStatus",
          "name": "TikTok Ad Account Status",
          "fieldType": "string"
        },
        {
          "reference": "urlNickname",
          "name": "URL Nickname",
          "fieldType": "string"
        },
        {
          "reference": "customId",
          "name": "Custom ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": " Zillow ",
      "appId": "67c05d8071f617ae3b4b2f27",
      "companyName": "All The Apps",
      "triggerName": "New Property",
      "description": null,
      "templateId": "01JN69CVEKKAEFSMMPDYJK5H5W",
      "_id": "67c1b26468c2ebc562bc9204",
      "customVars": [
        {
          "reference": "lotAreaValue",
          "name": "LotArea",
          "fieldType": "numerical"
        },
        {
          "reference": "propertyType",
          "name": "Property Type",
          "fieldType": "string"
        },
        {
          "reference": "imgSrc",
          "name": "Image SRC",
          "fieldType": "string"
        },
        {
          "reference": "address",
          "name": "Address",
          "fieldType": "string"
        },
        {
          "reference": "price",
          "name": "Price",
          "fieldType": "numerical"
        },
        {
          "reference": "bedrooms",
          "name": "Bedrooms",
          "fieldType": "numerical"
        },
        {
          "reference": "longitude",
          "name": "Longitude",
          "fieldType": "numerical"
        },
        {
          "reference": "listingStatus",
          "name": "Listing Status",
          "fieldType": "string"
        },
        {
          "reference": "latitude",
          "name": "Latitude",
          "fieldType": "numerical"
        },
        {
          "reference": "zpid",
          "name": "Property ID",
          "fieldType": "string"
        },
        {
          "reference": "listingSubType.is_FSBA",
          "name": "Listing Sub type",
          "fieldType": "boolean"
        },
        {
          "reference": "daysOnZillow",
          "name": "Days on Zillow",
          "fieldType": "numerical"
        },
        {
          "reference": "bathrooms",
          "name": "Bathrooms",
          "fieldType": "numerical"
        },
        {
          "reference": "livingArea",
          "name": "LivingArea",
          "fieldType": "numerical"
        },
        {
          "reference": "country",
          "name": "Country",
          "fieldType": "string"
        },
        {
          "reference": "currency",
          "name": "Currency",
          "fieldType": "string"
        },
        {
          "reference": "lotAreaUnit",
          "name": "Lot Area Unit",
          "fieldType": "string"
        },
        {
          "reference": "hasImage",
          "name": "Has Image",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "TelegrApp",
      "appId": "6717d4505b79c6aec3777051",
      "companyName": "Innexum Technologies",
      "triggerName": "New Bot Subscriber",
      "description": "Trigger when a new bot subscriber starts a conversations with your Bot",
      "templateId": "01JXYZ3MH1S3EWAXNCT45BQ6EJ",
      "_id": "6851658d4c1de9cca47ed0d0",
      "customVars": []
    },
    {
      "appName": "TelegrApp",
      "appId": "6717d4505b79c6aec3777051",
      "companyName": "Innexum Technologies",
      "triggerName": "New Telegram Message",
      "description": "Triggers on a new telegram message from Telegram Account",
      "templateId": "01JER2209YCP04C6N7RYSHC6GX",
      "_id": "675818f58a73738086e67974",
      "customVars": [
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "messageId",
          "name": "Message ID",
          "fieldType": "string"
        },
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Access Medical Labs Action AutomationFor Workflows",
      "appId": "67a0a82c363cf3782aa94dfe",
      "companyName": "Plugins",
      "triggerName": "Access For Blood Work Completed",
      "description": "The Access For Blood Work Completed trigger in Access Medical Labs Action Automation for Workflows notifies users when blood work results are finalized and ready for review. This feature streamlines the management of patient information and enhances workflow efficiency by ensuring timely updates are communicated.",
      "templateId": "01JK63FEHE7XJHQ8MYEVKGN6MX",
      "_id": "67a0d75210157d74b79e015f",
      "customVars": []
    },
    {
      "appName": "Outbound Call/Message Trigger",
      "appId": "679bfc74803b8a60b9bcd855",
      "companyName": "Streamlined",
      "triggerName": "Outbound Email Sent",
      "description": "Triggered whenever an email is sent.",
      "templateId": "01JJWP3ZB2QHHQ67CK7AJ4M7RB",
      "_id": "679c012dc818c854ae717ac8",
      "customVars": [
        {
          "reference": "body",
          "name": "Email Body",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "from",
          "name": "Email From",
          "fieldType": "string"
        },
        {
          "reference": "to",
          "name": "Email To",
          "fieldType": "string"
        },
        {
          "reference": "subject",
          "name": "Email Subject",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "Email Source",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "User ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Outbound Call/Message Trigger",
      "appId": "679bfc74803b8a60b9bcd855",
      "companyName": "Streamlined",
      "triggerName": "Outbound Message Sent",
      "description": "Triggered when there is an outbound SMS, IG, or FB message",
      "templateId": "01JJWNSGB11M9EMTTEWBZ15A3X",
      "_id": "679c0062c818c854ae6288d6",
      "customVars": [
        {
          "reference": "messageType",
          "name": "Message Channel",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "Message Status",
          "fieldType": "string"
        },
        {
          "reference": "source",
          "name": "Message Source",
          "fieldType": "string"
        },
        {
          "reference": "body",
          "name": "Message Content",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "userId",
          "name": "User ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Outbound Call/Message Trigger",
      "appId": "679bfc74803b8a60b9bcd855",
      "companyName": "Streamlined",
      "triggerName": "Outbound Call Completed",
      "description": "Triggered when an outgoing phone call is completed.",
      "templateId": "01JJWNKER35DGWN0QWJHPM6F8F",
      "_id": "679bff09c818c854ae47f015",
      "customVars": [
        {
          "reference": "recording_url",
          "name": "Recording URL",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Contact ID",
          "fieldType": "string"
        },
        {
          "reference": "call_duration",
          "name": "Call Duration",
          "fieldType": "numerical"
        },
        {
          "reference": "userId",
          "name": "User ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Roezan",
      "appId": "67b643cf2b8b21d17205a46f",
      "companyName": "Roezan",
      "triggerName": "Roezan Contact Opted Out",
      "description": "Contact in Roezan has been opted out from receiving communications",
      "templateId": "01JMG300J7MED6AMSXF0X6DASN",
      "_id": "67e1924f293f8f7cd1d85a0c",
      "customVars": [
        {
          "reference": "optedOutAt",
          "name": "Opted Out At",
          "fieldType": "string"
        },
        {
          "reference": "contact.phoneNumber",
          "name": "Phone number",
          "fieldType": "string"
        },
        {
          "reference": "contact.countryCode",
          "name": "Country code",
          "fieldType": "string"
        },
        {
          "reference": "contactId",
          "name": "Roezan Contact ID",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "Roezan",
      "appId": "67b643cf2b8b21d17205a46f",
      "companyName": "Roezan",
      "triggerName": "Roezan Received SMS",
      "description": "A new message was received from a contact in Roezan",
      "templateId": "01JMG2SBBWSGKBBBR1DZGE9YN2",
      "_id": "67e191d0293f8f7cd1c3a1da",
      "customVars": [
        {
          "reference": "content",
          "name": "Message Body",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone For Conversations",
      "appId": "68b3082bbbe91bd065637b41",
      "companyName": "Smart Connector",
      "triggerName": "Message Received",
      "description": null,
      "templateId": "01K573D6R422HEN4Y8ZGR477WB",
      "_id": "68c840064f7adee9cea188d2",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "apiVersion",
          "name": "apiVersion",
          "fieldType": "string"
        },
        {
          "reference": "createdAt",
          "name": "createdAt",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "data.object.id",
          "name": "object.id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.object",
          "name": "object.object",
          "fieldType": "string"
        },
        {
          "reference": "data.object.from",
          "name": "object.from",
          "fieldType": "string"
        },
        {
          "reference": "data.object.to",
          "name": "object.to",
          "fieldType": "string"
        },
        {
          "reference": "data.object.direction",
          "name": "object.direction",
          "fieldType": "string"
        },
        {
          "reference": "data.object.text",
          "name": "object.text",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "object.status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.createdAt",
          "name": "object.createdAt",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "object.userId",
          "fieldType": "string"
        },
        {
          "reference": "data.object.phoneNumberId",
          "name": "object.phoneNumberId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone For Conversations",
      "appId": "68b3082bbbe91bd065637b41",
      "companyName": "Smart Connector",
      "triggerName": "Contact Deleted",
      "description": null,
      "templateId": "01K571ZNDN6Y6NNEPDVEMS70S0",
      "_id": "68c839f84f7adee9ce9f3c62",
      "customVars": [
        {
          "reference": "data.object.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "data.object.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone For Conversations",
      "appId": "68b3082bbbe91bd065637b41",
      "companyName": "Smart Connector",
      "triggerName": "Contact Updated",
      "description": null,
      "templateId": "01K571QPASRPCFGHMFNFNZ9TJM",
      "_id": "68c8391d4f7adee9ce9f065e",
      "customVars": [
        {
          "reference": "data.object.firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.lastName",
          "name": "lastName",
          "fieldType": "string"
        },
        {
          "reference": "data.object.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "data.object.role",
          "name": "role",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.object.fields.Email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Open Phone For Conversations",
      "appId": "68b3082bbbe91bd065637b41",
      "companyName": "Smart Connector",
      "triggerName": "Message Sent",
      "description": null,
      "templateId": "01K5713KKH4YW47RQ8SGXACZCZ",
      "_id": "68c838144f7adee9ce9ed535",
      "customVars": [
        {
          "reference": "data.object.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "data.object.from",
          "name": "from_phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.to",
          "name": "to_phone_number",
          "fieldType": "string"
        },
        {
          "reference": "data.object.text",
          "name": "text",
          "fieldType": "string"
        },
        {
          "reference": "data.object.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "data.object.userId",
          "name": "userId",
          "fieldType": "string"
        },
        {
          "reference": "data.object.phoneNumberId",
          "name": "phoneNumberId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "Message Read",
      "description": "Fires when a message is read by the recipient.",
      "templateId": "01KHMYN96V0C9GXR3ZADQQ23XK",
      "_id": "6993f3633bb06ac1295548fa",
      "customVars": []
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "Bridge Status Changed",
      "description": "Fires when an iMessage Sender bridge device goes online or offline.",
      "templateId": "01KHMY9PQ11114WM90T8DNDYC2",
      "_id": "6993f21a3bb06ac1295532ff",
      "customVars": []
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "iMessage Sender Message Sent",
      "description": "Fires when a message is accepted and queued for delivery.",
      "templateId": "01KHMXZ66D34FZ7J44FKFK0MQ9",
      "_id": "6993f0a83bb06ac129551b8f",
      "customVars": []
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "IMessagesender Message Failed",
      "description": "Fires when an outbound iMessage fails to deliver.",
      "templateId": "01KHMXG1KG9J4GKS2295N3BEWM",
      "_id": "6993ef553bb06ac12955074c",
      "customVars": []
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "Message Delivered",
      "description": "Fires when an iMessage sent via iMessage Sender is successfully delivered.",
      "templateId": "01KHMSM92GWXW5MMAYGZ1P4RDA",
      "_id": "6993df1c3bb06ac12953e1a1",
      "customVars": []
    },
    {
      "appName": "iMessage Sender",
      "appId": "6993b55f77a2c317dda1d545",
      "companyName": "iMessage Sender",
      "triggerName": "Message Reply Received",
      "description": "Fires when a contact replies via iMessage delivered through iMessage Sender.",
      "templateId": "01KHMS08E922K6YJCAYT4014EN",
      "_id": "6993dd733bb06ac12953c0f3",
      "customVars": []
    },
    {
      "appName": "ClickSend SMS",
      "appId": "65cd4fb3324bd9f669e17be8",
      "companyName": "MR Tech Apps",
      "triggerName": "ClickSend Inbound SMS",
      "description": "Runs when received an inbound sms in ClickSend account.",
      "templateId": "01HPRNGE7DP7QDJN22YV4XR499",
      "_id": "65cf33dc86be4b3f8ac9a691",
      "customVars": [
        {
          "reference": "originalsenderid",
          "name": "Original Sender ID",
          "fieldType": "string"
        },
        {
          "reference": "message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "custom_string",
          "name": "Custom String",
          "fieldType": "string"
        },
        {
          "reference": "to",
          "name": "To",
          "fieldType": "string"
        },
        {
          "reference": "original_message_id",
          "name": "Original Message ID",
          "fieldType": "string"
        },
        {
          "reference": "from",
          "name": "From",
          "fieldType": "string"
        },
        {
          "reference": "originalmessage",
          "name": "Original Message",
          "fieldType": "string"
        },
        {
          "reference": "user_id",
          "name": "User ID",
          "fieldType": "string"
        },
        {
          "reference": "subaccount_id",
          "name": "Subaccount ID",
          "fieldType": "string"
        },
        {
          "reference": "timestamp",
          "name": "Timestamp",
          "fieldType": "string"
        },
        {
          "reference": "message_id",
          "name": "Message ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Advanced AI Call Transcript & Summary",
      "appId": "6780114036cfd502e95ccaef",
      "companyName": "Streamlined",
      "triggerName": "Call Transcript Complete",
      "description": "Fires whenever a call transcript from a recent call is ready.",
      "templateId": "01JH674J54A64WQP2YSND18KN0",
      "_id": "67802163329b4fd065e9a1e6",
      "customVars": [
        {
          "reference": "message_id",
          "name": "Message ID",
          "fieldType": "string"
        },
        {
          "reference": "transcript",
          "name": "Full Transcript",
          "fieldType": "string"
        },
        {
          "reference": "duration",
          "name": "Call Duration",
          "fieldType": "numerical"
        },
        {
          "reference": "direction",
          "name": "Call Direction",
          "fieldType": "string"
        },
        {
          "reference": "account_talk_percent",
          "name": "Account Talk %",
          "fieldType": "numerical"
        },
        {
          "reference": "contact_talk_percent",
          "name": "Contact Talk %",
          "fieldType": "numerical"
        },
        {
          "reference": "recording_url",
          "name": "Recording URL",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GenSpeak",
      "appId": "6672bdb79c80e3b76f6ec1a5",
      "companyName": "Genhead",
      "triggerName": "Call Complete",
      "description": "The result of a completed call through Genspeak",
      "templateId": "01J0R3M79CGJRHF5ACTSQ54FFC",
      "_id": "6672c070413803b27f9aaebd",
      "customVars": [
        {
          "reference": "customer.number",
          "name": "Customer Number",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "Call Status",
          "fieldType": "string"
        },
        {
          "reference": "endedReason",
          "name": "Ended Reason",
          "fieldType": "string"
        },
        {
          "reference": "summary",
          "name": "Call Summary",
          "fieldType": "string"
        },
        {
          "reference": "recordingUrl",
          "name": "Recording URL",
          "fieldType": "string"
        },
        {
          "reference": "maxDurationSeconds",
          "name": "Call Duration",
          "fieldType": "numerical"
        }
      ]
    },
    {
      "appName": "User Created",
      "appId": "669017b50291d92164372211",
      "companyName": "Innexum Technologies",
      "triggerName": "User Created",
      "description": "This tool notifies you when a new user has been created in your subaccount",
      "templateId": "01J2HEJVVQSQ22KRZQKYF9NC4M",
      "_id": "66901c8e1313b9d7691b3c4e",
      "customVars": [
        {
          "reference": "firstName",
          "name": "First Name",
          "fieldType": "string"
        },
        {
          "reference": "id",
          "name": "User ID",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "type",
          "name": "Type",
          "fieldType": "string"
        },
        {
          "reference": "lastName",
          "name": "Last Name",
          "fieldType": "string"
        },
        {
          "reference": "permissions.settingsEnabled",
          "name": "Edit Setting Permission",
          "fieldType": "boolean"
        },
        {
          "reference": "permissions.assignedDataOnly",
          "name": "Assigned Data Only Permission",
          "fieldType": "boolean"
        },
        {
          "reference": "permissions.appointmentsEnabled",
          "name": "Appointments Permission",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "Dispatch",
      "appId": "693b0a6d515bfa7b9d964416",
      "companyName": "Epicteq LLC",
      "triggerName": "Technician Approaching Job",
      "description": "The technician is getting close to the job location, based on settings from the dashboard.",
      "templateId": "01KJKG6XHR4K8A3ZKY04A9MX7X",
      "_id": "69a39896f2c6b00966e95f73",
      "customVars": [
        {
          "reference": "technicianId",
          "name": "Technician ID",
          "fieldType": "string"
        },
        {
          "reference": "technicianName",
          "name": "Technician Name",
          "fieldType": "string"
        },
        {
          "reference": "jobTitle",
          "name": "Job Title",
          "fieldType": "string"
        },
        {
          "reference": "jobAddress",
          "name": "Job Address",
          "fieldType": "string"
        },
        {
          "reference": "distanceMeters",
          "name": "Distance Meters",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "Timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Dispatch",
      "appId": "693b0a6d515bfa7b9d964416",
      "companyName": "Epicteq LLC",
      "triggerName": "Technician Invited",
      "description": "Fires when a dispatcher generates a magic link to invite a technician",
      "templateId": "01KJKE4QXGFZDG1TF6MRS1F1X5",
      "_id": "69a39884f2c6b00966e95e07",
      "customVars": [
        {
          "reference": "technicianName",
          "name": "Technician Name",
          "fieldType": "string"
        },
        {
          "reference": "technicianEmail",
          "name": "Technician Email",
          "fieldType": "string"
        },
        {
          "reference": "magicLinkUrl",
          "name": "Magic Link URL",
          "fieldType": "string"
        },
        {
          "reference": "expiresAt",
          "name": "Expires At",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Dispatch",
      "appId": "693b0a6d515bfa7b9d964416",
      "companyName": "Epicteq LLC",
      "triggerName": "Technician Arrived at Job",
      "description": "Trigger fires when the technician arrives at the job based on proximity settings",
      "templateId": "01KJKFR3P5S3DJ551TDETPRPY3",
      "_id": "69a3986bf2c6b00966e95c88",
      "customVars": [
        {
          "reference": "technicianId",
          "name": "Technician ID",
          "fieldType": "string"
        },
        {
          "reference": "technicianName",
          "name": "Technician Name",
          "fieldType": "string"
        },
        {
          "reference": "jobTitle",
          "name": "Job Title",
          "fieldType": "string"
        },
        {
          "reference": "jobAddress",
          "name": "Job Address",
          "fieldType": "string"
        },
        {
          "reference": "distanceMeters",
          "name": "Distance Meters",
          "fieldType": "numerical"
        },
        {
          "reference": "timestamp",
          "name": "Timestamp",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Wrike",
      "appId": "68518231c9d8a712569da4e6",
      "companyName": "All The Apps",
      "triggerName": "Folder Created",
      "description": "The \"Folder Created\" trigger for Wrike for Workflows activates whenever a new folder is created in your Wrike workspace. This trigger enables automation of follow-up tasks or notifications based on folder creation events.",
      "templateId": "01JYH7249SME70V049CJFFX7WW",
      "_id": "685abcf84c1de9cca43d4cbd",
      "customVars": [
        {
          "reference": "folderId",
          "name": "folder ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Wrike",
      "appId": "68518231c9d8a712569da4e6",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "The \"Task Created\" trigger for Wrike for Workflows activates whenever a new task is created in your Wrike workspace. This trigger allows you to streamline processes by initiating automated workflows whenever a task is added.",
      "templateId": "01JYH6Y8J6ZYHTNG0EFCENEBD2",
      "_id": "685abc8f4c1de9cca43d42b2",
      "customVars": [
        {
          "reference": "taskId",
          "name": "taskId",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Omnisconn",
      "appId": "695e99698a5ae81dbb426515",
      "companyName": "Omnisconn",
      "triggerName": "AI Call No Answer",
      "description": null,
      "templateId": "01KKYEK7EVV37W1H0CJ40NRJDJ",
      "_id": "69b994e7f2c6b009669de994",
      "customVars": [
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "callSid",
          "name": "callSid",
          "fieldType": "string"
        },
        {
          "reference": "callStatus",
          "name": "callStatus",
          "fieldType": "string"
        },
        {
          "reference": "callDuration",
          "name": "callDuration",
          "fieldType": "numerical"
        },
        {
          "reference": "direction",
          "name": "direction",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Omnisconn",
      "appId": "695e99698a5ae81dbb426515",
      "companyName": "Omnisconn",
      "triggerName": "AI Call Completed",
      "description": "AI Call Completed",
      "templateId": "01KKYDXXV0SBHYAJPG6C149TPB",
      "_id": "69b993b6f2c6b009669ca80f",
      "customVars": [
        {
          "reference": "contactId",
          "name": "contactId",
          "fieldType": "string"
        },
        {
          "reference": "locationId",
          "name": "locationId",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "firstName",
          "name": "firstName",
          "fieldType": "string"
        },
        {
          "reference": "callSid",
          "name": "callSid",
          "fieldType": "string"
        },
        {
          "reference": "callStatus",
          "name": "callStatus",
          "fieldType": "string"
        },
        {
          "reference": "callDuration",
          "name": "callDuration",
          "fieldType": "numerical"
        },
        {
          "reference": "direction",
          "name": "direction",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Sendara",
      "appId": "696f1db8a45a8d84e016d4f0",
      "companyName": "Sendara",
      "triggerName": "Message Received",
      "description": null,
      "templateId": "01KH0X3JEQ6BKH0DQRC6CFPSMF",
      "_id": "6989b2b7555594d269dac7d4",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "numerical"
        },
        {
          "reference": "content",
          "name": "content",
          "fieldType": "string"
        },
        {
          "reference": "lead_id",
          "name": "lead_id",
          "fieldType": "numerical"
        },
        {
          "reference": "direction",
          "name": "direction",
          "fieldType": "string"
        },
        {
          "reference": "phone_line",
          "name": "phone_line",
          "fieldType": "numerical"
        },
        {
          "reference": "message_type",
          "name": "message_type",
          "fieldType": "string"
        },
        {
          "reference": "message_source",
          "name": "message_source",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "High Ticket Purchased",
      "description": "Fires when a customer completes a high-ticket product purchase",
      "templateId": "01KKW5FQN7TJ2CCKV3X0JHBQV8",
      "_id": "69b86967f2c6b00966289b3d",
      "customVars": [
        {
          "reference": "product_id",
          "name": "Product_ID",
          "fieldType": "string"
        },
        {
          "reference": "product_name",
          "name": "Product_Name",
          "fieldType": "string"
        },
        {
          "reference": "amount",
          "name": "Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "platform_fee",
          "name": "Platform_Fee",
          "fieldType": "numerical"
        },
        {
          "reference": "creator_payout",
          "name": "Creator_Payout",
          "fieldType": "numerical"
        },
        {
          "reference": "email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "transaction_id",
          "name": "Transaction_ID",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Booking No Show",
      "description": "Fires when a customer misses their booked appointment",
      "templateId": "01KKT1VS6CGN1XZKF1T7STYYT5",
      "_id": "69b7539bf2c6b00966f0e70a",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Booking Deal Closed",
      "description": "Fires when a booking leads to a closed deal",
      "templateId": "01KKT1S7P2MG8QDSC3949SD4Z3",
      "_id": "69b75346f2c6b00966f0dd81",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Booking Completed",
      "description": "Fires when a booked appointment is completed",
      "templateId": "01KKT0Y5QHCNF6EFK9DHWQ4TPW",
      "_id": "69b75301f2c6b00966f0d634",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Booking Scheduled",
      "description": "Fires when a customer books an appointment",
      "templateId": "01KKT0FGAAWJ93PTFB4EZDD859",
      "_id": "69b74f7ef2c6b00966f07d91",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Customer Signup",
      "description": "Fires when a new customer creates an account",
      "templateId": "01KKSM702RJQZZVF29Y1P0EYYV",
      "_id": "69b71bb9f2c6b00966ea8d53",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Lead Captured",
      "description": "Fires when a new lead is captured",
      "templateId": "01KKSM5D5WC0THN7R6FBS5JWHS",
      "_id": "69b71b75f2c6b00966ea8706",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Access Revoked",
      "description": "Fires when a customer's access to a GPT product is removed",
      "templateId": "01KKSM1QN80VWQ99JNYHJRMHTA",
      "_id": "69b71b09f2c6b00966ea7c1f",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Access Granted",
      "description": "Fires when a customer is granted access to a GPT product",
      "templateId": "01KKSKZF7ME18NT7HCFY3XDJ5V",
      "_id": "69b71acbf2c6b00966ea760b",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Downsell Accepted",
      "description": "Fires when a customer accepts a downsell offer",
      "templateId": "01KKSKS3PWZ9GNQJZF8WEGH6EP",
      "_id": "69b719e5f2c6b00966ea5a6b",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Upsell Accepted",
      "description": "Fires when a customer accepts an upsell offer",
      "templateId": "01KKSKMM4TBYWFQJPKT2M5PG8S",
      "_id": "69b71956f2c6b00966ea480e",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Subscription Started",
      "description": "Fires when a new subscription begins",
      "templateId": "01KKSK48EE3HQYB3FRQZ2WD2S1",
      "_id": "69b7173cf2c6b00966ea10b5",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Checkout Started",
      "description": "Fires when a customer begins the checkout process",
      "templateId": "01KKSK169F0KHVAVWRJHDVSFNY",
      "_id": "69b716eaf2c6b00966ea0797",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Refund Completed",
      "description": "Fires when a refund is successfully processed",
      "templateId": "01KKSJZESB6N7JBN3S4QHQTABG",
      "_id": "69b7169ef2c6b00966e9ff0b",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Refund Requested",
      "description": "Fires when a customer requests a refund",
      "templateId": "01KKSJXCC85H3Q4W9EM2155GZB",
      "_id": "69b7165df2c6b00966e9f897",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Order Bump Accepted",
      "description": "Fires when a customer accepts an order bump during checkout",
      "templateId": "01KKSJS7NYR9BM5B2QPD1S2VQ8",
      "_id": "69b715d9f2c6b00966e9eb56",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Purchase Bundle Completed",
      "description": "Fires when a customer completes a bundle purchase",
      "templateId": "01KKSJH038J4AC7C1PSQC3BBAF",
      "_id": "69b71535f2c6b00966e9d998",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Checkout Abandoned",
      "description": "Fires when a customer starts checkout but doesn't complete payment",
      "templateId": "01KKSD6P3ZKXNAMYGY1DF1CE3R",
      "_id": "69b70279f2c6b00966e7ba30",
      "customVars": []
    },
    {
      "appName": "GPT Access",
      "appId": "69b6c78fd898d30844ff0c7b",
      "companyName": "iWatts Solutions, LLC",
      "triggerName": "Purchase Completed",
      "description": "Fires when a customer completes a GPT purchase",
      "templateId": "01KKSCMEZR3XRFCAPGSY0HX6RJ",
      "_id": "69b7023af2c6b00966e7b2e5",
      "customVars": []
    },
    {
      "appName": "Telnyx Bridge",
      "appId": "697032930968db3aaaf4362e",
      "companyName": "Scale Automatically",
      "triggerName": "Received Telnyx SMS",
      "description": "Triggers when an SMS message is received via the Telnyx Bridge.",
      "templateId": "01KH9YQQFXK0972QB8SKH3TENJ",
      "_id": "698e5745555594d269b07384",
      "customVars": [
        {
          "reference": "data.message",
          "name": "Message",
          "fieldType": "string"
        },
        {
          "reference": "data.from_phone",
          "name": "From Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.to_phone",
          "name": "To Phone",
          "fieldType": "string"
        },
        {
          "reference": "data.has_attachments",
          "name": "Has Attachments",
          "fieldType": "boolean"
        }
      ]
    },
    {
      "appName": "LSArespond",
      "appId": "690af069d6f8b252280f88ae",
      "companyName": "LSArespond",
      "triggerName": "LSA Lead",
      "description": "Whenever a leads is created.",
      "templateId": "01K99CA4A4H5NMKHSA12KXQTYN",
      "_id": "690b7e2feebd2db6570e7f74",
      "customVars": [
        {
          "reference": "name",
          "name": "Name",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "service",
          "name": "Service",
          "fieldType": "string"
        },
        {
          "reference": "conversation",
          "name": "Conversation",
          "fieldType": "string"
        },
        {
          "reference": "company",
          "name": "CompanyName",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "MyOwnSIM",
      "appId": "687de74a4943053c234d4896",
      "companyName": "Innexum Technologies",
      "triggerName": "New Missed Call",
      "description": "Trigger when a new missed call is received on your connected SIM",
      "templateId": "01K3RMA3EEQFBKMZZY1019M188",
      "_id": "68b074516d8327f2dc40fa53",
      "customVars": []
    },
    {
      "appName": "PriceGuide",
      "appId": "69a01c90cca70315e4a1935c",
      "companyName": "PriceGuide",
      "triggerName": "Estimate Created",
      "description": null,
      "templateId": "01KKFZBNTJN7FMSJETC5CAAPHV",
      "_id": "69b22d8df2c6b0096632f058",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "URL",
          "name": "URL",
          "fieldType": "string"
        },
        {
          "reference": "name",
          "name": "name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "zip",
          "fieldType": "string"
        },
        {
          "reference": "quizOwnerCompanyName",
          "name": "quizOwnerCompanyName",
          "fieldType": "string"
        },
        {
          "reference": "quizId",
          "name": "quizId",
          "fieldType": "string"
        },
        {
          "reference": "Created",
          "name": "Created",
          "fieldType": "string"
        },
        {
          "reference": "quizOwner",
          "name": "quizOwner",
          "fieldType": "string"
        },
        {
          "reference": "utm_source",
          "name": "utm_source",
          "fieldType": "string"
        },
        {
          "reference": "utm_medium",
          "name": "utm_medium",
          "fieldType": "string"
        },
        {
          "reference": "utm_campaign",
          "name": "utm_campaign",
          "fieldType": "string"
        },
        {
          "reference": "utm_term",
          "name": "utm_term",
          "fieldType": "string"
        },
        {
          "reference": "utm_content",
          "name": "utm_content",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Reactivation",
      "description": "The \"Subscription Reactivation\" action triggers when a previously cancelled or paused subscription is reactivated in Chargebee. This action enables you to automate workflows related to reactivations, such as restoring access to services, notifying customers, or updating internal systems, ensuring a seamless transition back to active status.",
      "templateId": "01JZ071KNENDTKXGKCH871D5Y0",
      "_id": "686277d36bc372da32559280",
      "customVars": [
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.next_billing_at",
          "name": "next_billing_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "payment_method_status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.recurring",
          "name": "recurring",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.date",
          "name": "date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.date",
          "name": "due_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.paid_at",
          "name": "paid_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.round_off_amount",
          "name": "round_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.has_advance_charges",
          "name": "has_advance_charges",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "line_items",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.linked_payments",
          "name": "linked_payments",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.billing_address.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.validation_status",
          "name": "validation_status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.object",
          "name": "object",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Cancelled ",
      "description": "The \"Subscription Cancelled\" action triggers when a subscription is officially cancelled in Chargebee. This action helps you automate processes tied to cancellations, such as updating customer records, notifying relevant teams, or initiating feedback collection to understand the reason for cancellation.",
      "templateId": "01JZ04MY0YX497FZQ720BTPV03",
      "_id": "6862685e6bc372da3254c1da",
      "customVars": [
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.cancelled_at",
          "name": "cancelled_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "payment_method.object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "payment_method.type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "payment_method.reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "payment_method.gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "payment_method.status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Updated ",
      "description": "The \"Subscription Updated\" action triggers when an existing subscription is modified in Chargebee. This action enables you to track changes to subscription details, such as plan upgrades or downgrades, billing cycle adjustments, or add-on modifications, ensuring that your workflows adapt to the latest subscription data.",
      "templateId": "01JYZ1EMVGQ0X4E6DNAKN7YK1J",
      "_id": "686260a26bc372da32547183",
      "customVars": [
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.next_billing_at",
          "name": "next_billing_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "customer.payment_method.object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "payment_method.type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "payment_method.reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "payment_method.gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "payment_method.status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.balances",
          "name": "balances",
          "fieldType": "array"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "card.status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.id",
          "name": "invoice.id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.recurring",
          "name": "recurring",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.date",
          "name": "date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "amount_to_collect",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.round_off_amount",
          "name": "round_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.has_advance_charges",
          "name": "has_advance_charges",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "line_items",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.credit_notes",
          "name": "credit_notes",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Activated",
      "description": "The \"Subscription Activated\" action triggers when a subscription transitions to an active state in Chargebee. This action allows you to automate workflows tied to subscription activation, such as granting access to services, notifying customers, or initiating billing processes, ensuring a smooth transition to active status.",
      "templateId": "01JYW387TYD7MGN1S9T16H3N8N",
      "_id": "686260786bc372da32547044",
      "customVars": [
        {
          "reference": "api_version",
          "name": "api_version",
          "fieldType": "string"
        },
        {
          "reference": "object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.next_billing_at",
          "name": "next_billing_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "payment_method.object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "payment_method.type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "payment_method.reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "payment_method.gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "payment_method.gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "payment_method.status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.recurring",
          "name": "recurring",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.date",
          "name": "date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.due_date",
          "name": "due_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.total",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.paid_at",
          "name": "paid_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.round_off_amount",
          "name": "round_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.new_sales_amount",
          "name": "new_sales_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.has_advance_charges",
          "name": "has_advance_charges",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.tax",
          "name": "tax",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "line_items",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.linked_payments",
          "name": "linked_payments",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.billing_address.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.validation_status",
          "name": "validation_status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "event_type",
          "name": "event_type",
          "fieldType": "string"
        },
        {
          "reference": "webhook_status",
          "name": "webhook_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Created",
      "description": "The \"Subscription Created\" action triggers when a new subscription is created in Chargebee. This action helps you automate workflows related to new subscriptions, such as sending confirmation emails, provisioning services, or initiating onboarding processes, ensuring a seamless customer experience.",
      "templateId": "01JYSMH3HACE1DASKJK7TPCWV5",
      "_id": "686260606bc372da32546fc6",
      "customVars": [
        {
          "reference": "object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "api_version",
          "name": "api_version",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.start_date",
          "name": "start_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.next_billing_at",
          "name": "next_billing_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_advance_invoices",
          "name": "has_scheduled_advance_invoices",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.pii_cleared",
          "name": "pii_cleared",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "payment_method.status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "event_type",
          "name": "event_type",
          "fieldType": "string"
        },
        {
          "reference": "webhook_status",
          "name": "webhook_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Customer Created",
      "description": "The \"Customer Created\" action triggers when a new customer is added to Chargebee. This action helps you keep track of new customer accounts, ensuring that workflows dependent on customer creation, such as welcome emails or initial billing setups, are initiated seamlessly.",
      "templateId": "01JYRCE192CT8AR4K1HFAZF03M",
      "_id": "686260356bc372da32546ebe",
      "customVars": [
        {
          "reference": "object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "api_version",
          "name": "api_version",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "customer_phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.company",
          "name": "customer_company",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "customer_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "customer_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "customer_updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.pii_cleared",
          "name": "customer_pii_cleared",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "customer_channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "customer_channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "customer_deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "customer_object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "customer_card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.mrr",
          "name": "customer_mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "event_type",
          "name": "event_type",
          "fieldType": "string"
        },
        {
          "reference": "webhook_status",
          "name": "webhook_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Cancellation Scheduled ",
      "description": "The \"Subscription Cancellation Scheduled\" action triggers when a subscription cancellation is scheduled in Chargebee. This action allows you to proactively handle upcoming cancellations by notifying relevant teams, preparing retention offers, or updating customer records, ensuring a smooth process and potential retention opportunities.",
      "templateId": "01JYZ8D6QCFN63D1T58A545ST9",
      "_id": "686260206bc372da32546e25",
      "customVars": [
        {
          "reference": "content.subscription.id",
          "name": "subscription.id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "subscription.billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.remaining_billing_cycles",
          "name": "remaining_billing_cycles",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.cancelled_at",
          "name": "cancelled_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.cancel_schedule_created_at",
          "name": "cancel_schedule_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.subscription_items",
          "name": "subscription_items",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.charged_items",
          "name": "charged_items",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_advance_invoices",
          "name": "has_scheduled_advance_invoices",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.pii_cleared",
          "name": "pii_cleared",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Payment Method Updated",
      "description": "The \"Payment Method Updated\" action triggers when a customer's payment method is updated in Chargebee. This action helps you automate workflows to reflect the updated payment information, such as sending confirmation emails, updating billing records, or notifying relevant teams.",
      "templateId": "01JYY7B2HGJKR4TBJAXHE4BKRD",
      "_id": "686168a36bc372da32485fdc",
      "customVars": [
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "customer_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "payment_method_reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.deleted",
          "name": "payment_source_deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.payment_source.customer_id",
          "name": "payment_source_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.reference_id",
          "name": "payment_source_reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.gateway",
          "name": "payment_source_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.funding_type",
          "name": "payment_source_card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.expiry_month",
          "name": "payment_source_card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.card.expiry_year",
          "name": "payment_source_card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.card.masked_number",
          "name": "payment_source_card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.brand",
          "name": "payment_source_card_brand",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Payment Method Added",
      "description": "The \"Payment Method Added\" action triggers when a new payment method is added to a customer's account in Chargebee. This action helps automate workflows related to payment method updates, such as sending confirmation emails, updating billing details, or notifying teams of the new payment information",
      "templateId": "01JYY5SVZVHW03WR8X96WKH2A7",
      "_id": "686165806bc372da3248323f",
      "customVars": [
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "customer_phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.company",
          "name": "customer_company",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "customer_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "customer_updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.pii_cleared",
          "name": "customer_pii_cleared",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "customer_channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.card_status",
          "name": "customer_card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.mrr",
          "name": "customer_mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "customer_primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.id",
          "name": "payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.updated_at",
          "name": "payment_source_updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.deleted",
          "name": "payment_source_deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.payment_source.customer_id",
          "name": "payment_source_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.reference_id",
          "name": "payment_source_reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.gateway",
          "name": "payment_source_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.gateway_account_id",
          "name": "payment_source_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.created_at",
          "name": "payment_source_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.card.first_name",
          "name": "payment_source_card_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.last_name",
          "name": "card_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.payment_source.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.payment_source.card.brand",
          "name": "payment_source_card_brand",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Card Expired",
      "description": "The \"Card Expired\" action triggers when a customer's payment card expires in Chargebee. This action helps you automate workflows to handle expired cards, such as notifying customers to update their payment details, pausing subscriptions, or prompting them to provide a new payment method.",
      "templateId": "01JYY4WN4MTD24ZFE33XA35V83",
      "_id": "68615f3a6bc372da3247db2a",
      "customVars": [
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "customer_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "customer_deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.card_status",
          "name": "customer_card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "customer_primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "card_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Payment Failed",
      "description": "The \"Payment Failed\" action triggers when a payment attempt fails in Chargebee. This action allows you to automate workflows to address failed payments, such as notifying customers, retrying payment methods, or updating the subscription status to reflect the payment issue.",
      "templateId": "01JYY2N034A0ND2YWR6SNVN1VE",
      "_id": "68615b706bc372da3247aa59",
      "customVars": [
        {
          "reference": "content.transaction.id",
          "name": "transaction_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.customer_id",
          "name": "transaction_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.subscription_id",
          "name": "transaction_subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.gateway_account_id",
          "name": "transaction_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.payment_source_id",
          "name": "transaction_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.payment_source_id",
          "name": "transaction_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.payment_method",
          "name": "transaction_payment_method",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.gateway",
          "name": "transaction_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.exchange_rate",
          "name": "transaction_exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.amount",
          "name": "transaction_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.id_at_gateway",
          "name": "transaction_id_at_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.error_code",
          "name": "transaction_error_code",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.updated_at",
          "name": "transaction_updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.resource_version",
          "name": "transaction_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.masked_card_number",
          "name": "transaction_masked_card_number",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.currency_code",
          "name": "transactio_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.base_currency_code",
          "name": "transactio_base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.amount_unused",
          "name": "transaction_amount_unused",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.id",
          "name": "invoice_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "invoice_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "invoice_subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.recurring",
          "name": "invoice_recurring",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "invoice_price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "invoice_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "invoice_exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "invoice_amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "invoice_amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "invoice_write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "invoice_credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "invoice_amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.dunning_status",
          "name": "invoice_dunning_status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.next_retry_at",
          "name": "invoice_next_retry_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "invoice_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "invoice_first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "invoice_amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.round_off_amount",
          "name": "invoice_round_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.currency_code",
          "name": "invoice_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "invoice_line_item",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "invoice_sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.applied_credits",
          "name": "invoice_applied_credits",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.billing_address.first_name",
          "name": "invoice_billing_address_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.last_name",
          "name": "invoice_billing_address_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "customer_primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "subscription_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "subscription_plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "subscription_plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "subscription_plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "subscription_billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "subscription_plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "subscription_current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.next_billing_at",
          "name": "subscription_next_billing_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "subscription_has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "subscription_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "subscription_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "subscription_due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.addons",
          "name": "subscription_addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.total_dues",
          "name": "subscription_total_dues",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.due_since",
          "name": "subscription_due_since",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.exchange_rate",
          "name": "subscription_exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.mrr",
          "name": "subscription_mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.base_currency_code",
          "name": "subscription_base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "card_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Payment Succeeded",
      "description": "The \"Payment Succeeded\" action triggers when a payment is successfully processed in Chargebee. This action helps you automate workflows tied to successful transactions, such as confirming payment receipt, updating customer subscription status, or notifying the relevant teams.",
      "templateId": "01JYY05EA35438SZJ2YM9VTEKX",
      "_id": "6861524a6bc372da3246fad9",
      "customVars": [
        {
          "reference": "content.transaction.id",
          "name": "transaction_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.customer_id",
          "name": "transaction_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.subscription_id",
          "name": "transaction_subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.payment_method",
          "name": "transaction_payment_method",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.gateway",
          "name": "transaction_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.date",
          "name": "transaction_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.exchange_rate",
          "name": "transaction_exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.amount",
          "name": "transaction_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.resource_version",
          "name": "transaction_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.transaction.currency_code",
          "name": "transaction_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.base_currency_code",
          "name": "transaction_base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.transaction.linked_invoices",
          "name": "transaction_linked_invoices",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.id",
          "name": "invoice_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.customer_id",
          "name": "invoice_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "invoice_subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "invoice_price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.due_date",
          "name": "invoice_due_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "invoice_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "invoice_exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "invoice_amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "invoice_amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "invoice_write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "invoice_credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "invoice_amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "invoice_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.new_sales_amount",
          "name": "new_sales_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.base_currency_code",
          "name": "invoice_base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.is_gifted",
          "name": "invoice_is_gifted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "invoice_line_first",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "invoice_sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.billing_address.first_name",
          "name": "invoice_billing_address_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.last_name",
          "name": "invoice_billing_address_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "customer_phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "customer_primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "subscription_billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period_unit",
          "name": "subscription_billing_period_unit",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.auto_collection",
          "name": "subscription_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "subscription_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "subscription_has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.channel",
          "name": "subscription_channel",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "subscription_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.subscription_items",
          "name": "subscription_items",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "subscription_due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_advance_invoices",
          "name": "subscription_has_scheduled_advance_invoices",
          "fieldType": "boolean"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.first_name",
          "name": "card_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last_name",
          "name": "card_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.resource_version",
          "name": "card_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "card_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Invoice Generated",
      "description": "The \"Invoice Generated\" action triggers when an invoice is created in Chargebee. This action helps you automate workflows related to billing, such as sending invoices to customers, updating financial records, or triggering payment reminders, ensuring a smooth invoicing process.",
      "templateId": "01JYRG0GWEZ6B7N48PGDWFCYBZ",
      "_id": "686145046bc372da32463a7c",
      "customVars": [
        {
          "reference": "id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.subscription_id",
          "name": "subscription_id",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.recurring",
          "name": "recurring",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.price_type",
          "name": "price_type",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.date",
          "name": "date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.due_date",
          "name": "due_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_paid",
          "name": "amount_paid",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_adjusted",
          "name": "amount_adjusted",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.write_off_amount",
          "name": "write_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.credits_applied",
          "name": "credits_applied",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.amount_due",
          "name": "amount_due",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.paid_at",
          "name": "paid_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.first_invoice",
          "name": "first_invoice",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.amount_to_collect",
          "name": "amount_to_collect",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.round_off_amount",
          "name": "round_off_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.new_sales_amount",
          "name": "new_sales_amount",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.has_advance_charges",
          "name": "has_advance_charges",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.generated_at",
          "name": "generated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.is_gifted",
          "name": "is_gifted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.term_finalized",
          "name": "term_finalized",
          "fieldType": "boolean"
        },
        {
          "reference": "content.invoice.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.line_items",
          "name": "line_items",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.sub_total",
          "name": "sub_total",
          "fieldType": "numerical"
        },
        {
          "reference": "content.invoice.linked_payments",
          "name": "linked_payments",
          "fieldType": "array"
        },
        {
          "reference": "content.invoice.billing_address.first_name",
          "name": "billing_address_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.last_name",
          "name": "billing_address_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.billing_address.company",
          "name": "billing_address_company",
          "fieldType": "string"
        },
        {
          "reference": "content.invoice.site_details_at_creation.timezone",
          "name": "timezone",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Paused",
      "description": "The \"Subscription Paused\" action triggers when a subscription is temporarily paused in Chargebee. This action helps you automate workflows related to pausing subscriptions, such as notifying customers, updating billing schedules, or suspending access to services until the subscription resumes.",
      "templateId": "01JYRD8KZPP3VDBVH37GR1TJ4A",
      "_id": "685e768d0b94dc339a48fec7",
      "customVars": [
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_quantity",
          "name": "plan_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.billing_period",
          "name": "billing_period",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_start",
          "name": "current_term_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.current_term_end",
          "name": "current_term_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.activated_at",
          "name": "activated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.started_at",
          "name": "started_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.due_since",
          "name": "due_since",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.total_dues",
          "name": "total_dues",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.pause_date",
          "name": "pause_date",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "customer_net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "customer_preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "card_customer_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Subscription Resumed",
      "description": "The \"Subscription Resumed\" action triggers when a paused subscription is resumed in Chargebee. This action allows you to automate workflows related to resuming subscriptions, such as restoring access to services, notifying customers, or updating billing schedules, ensuring a smooth transition back to active service.",
      "templateId": "01JYREJ74K0YZ700CET337JVFZ",
      "_id": "685e76670b94dc339a48f96b",
      "customVars": [
        {
          "reference": "content.subscription.id",
          "name": "id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_id",
          "name": "plan_id",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.plan_unit_price",
          "name": "plan_unit_price",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.plan_free_quantity",
          "name": "plan_free_quantity",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_start",
          "name": "trial_start",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.trial_end",
          "name": "trial_end",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.has_scheduled_changes",
          "name": "has_scheduled_changes",
          "fieldType": "boolean"
        },
        {
          "reference": "content.subscription.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.currency_code",
          "name": "currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.subscription.addons",
          "name": "addons",
          "fieldType": "array"
        },
        {
          "reference": "content.subscription.due_invoices_count",
          "name": "due_invoices_count",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.exchange_rate",
          "name": "exchange_rate",
          "fieldType": "numerical"
        },
        {
          "reference": "content.subscription.base_currency_code",
          "name": "base_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "customer_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "customer_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "customer_email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "customer_auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "customer_allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.taxability",
          "name": "customer_taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "customer_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "customer_promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "customer_refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "customer_excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "customer_unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "customer_payment_method_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "customer_payment_method_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.customer_id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Chargebee for Workflows",
      "appId": "68515b2e857ac411bebcfafe",
      "companyName": "All The Apps",
      "triggerName": "Customer Updated",
      "description": "The \"Customer Updated\" action triggers when a customer's details are modified in Chargebee. This action allows you to monitor and respond to changes in customer profiles, such as updated contact information, billing details, or subscription preferences, ensuring your records and workflows remain accurate and up-to-date.",
      "templateId": "01JYRDR89K9GG2CE3Y0RYP7W85",
      "_id": "685e74830b94dc339a48e5fc",
      "customVars": [
        {
          "reference": "object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "api_version",
          "name": "api_version",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.id",
          "name": "customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.first_name",
          "name": "first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.last_name",
          "name": "last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.email",
          "name": "email",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.phone",
          "name": "phone",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.company",
          "name": "company",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.auto_collection",
          "name": "auto_collection",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.net_term_days",
          "name": "net_term_days",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.allow_direct_debit",
          "name": "allow_direct_debit",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.created_at",
          "name": "created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.taxability",
          "name": "taxability",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.updated_at",
          "name": "updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.pii_cleared",
          "name": "pii_cleared",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.channel",
          "name": "channel",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.resource_version",
          "name": "resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.deleted",
          "name": "deleted",
          "fieldType": "boolean"
        },
        {
          "reference": "content.customer.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.card_status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.promotional_credits",
          "name": "promotional_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.refundable_credits",
          "name": "refundable_credits",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.excess_payments",
          "name": "excess_payments",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.unbilled_charges",
          "name": "unbilled_charges",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.preferred_currency_code",
          "name": "preferred_currency_code",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.mrr",
          "name": "mrr",
          "fieldType": "numerical"
        },
        {
          "reference": "content.customer.primary_payment_source_id",
          "name": "primary_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.object",
          "name": "object",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.type",
          "name": "payment_method_type",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.reference_id",
          "name": "reference_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway",
          "name": "gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.gateway_account_id",
          "name": "gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.customer.payment_method.status",
          "name": "status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.status",
          "name": "card_status",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway",
          "name": "card_gateway",
          "fieldType": "string"
        },
        {
          "reference": "content.card.gateway_account_id",
          "name": "card_gateway_account_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.first_name",
          "name": "card_first_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last_name",
          "name": "card_last_name",
          "fieldType": "string"
        },
        {
          "reference": "content.card.iin",
          "name": "card_iin",
          "fieldType": "string"
        },
        {
          "reference": "content.card.last4",
          "name": "card_last4",
          "fieldType": "string"
        },
        {
          "reference": "content.card.card_type",
          "name": "card_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.funding_type",
          "name": "card_funding_type",
          "fieldType": "string"
        },
        {
          "reference": "content.card.expiry_month",
          "name": "card_expiry_month",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.expiry_year",
          "name": "card_expiry_year",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.created_at",
          "name": "card_created_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.updated_at",
          "name": "card_updated_at",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.resource_version",
          "name": "card_resource_version",
          "fieldType": "numerical"
        },
        {
          "reference": "content.card.object",
          "name": "card_object",
          "fieldType": "string"
        },
        {
          "reference": "content.card.masked_number",
          "name": "card_masked_number",
          "fieldType": "string"
        },
        {
          "reference": "content.card.customer_id",
          "name": "card_customer_id",
          "fieldType": "string"
        },
        {
          "reference": "content.card.payment_source_id",
          "name": "card_payment_source_id",
          "fieldType": "string"
        },
        {
          "reference": "event_type",
          "name": "event_type",
          "fieldType": "string"
        },
        {
          "reference": "webhook_status",
          "name": "webhook_status",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "List Entry Deleted",
      "description": "The \"List Entry Deleted\" trigger in Attio activates whenever an entry is removed from a list in your Attio account. This allows you to automate tasks like cleaning up associated data, notifying team members, or updating linked systems to reflect the deletion.",
      "templateId": "01JZ2R02ZRZTE4VYMBSZAF0CW6",
      "_id": "6863b68f6bc372da32703ff8",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.list_id",
          "name": "list_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.entry_id",
          "name": "entry_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "List Entry Updated",
      "description": "The \"List Entry Updated\" trigger in Attio activates whenever an existing entry in a list is updated. This helps you automate tasks such as syncing changes with external tools, notifying your team, or triggering workflows based on updated data.",
      "templateId": "01JZ2QXNZ8TGFZ35ACKS8V3MB7",
      "_id": "6863b62a6bc372da32703cab",
      "customVars": []
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "List Entry Created ",
      "description": "The \"List Entry Created\" trigger in Attio activates whenever a new entry is added to a list in your Attio account. This allows you to automate tasks like categorizing data, notifying your team, or initiating workflows based on the new entry.",
      "templateId": "01JZ2QTK2PK8A4QR5H8E34P6RN",
      "_id": "6863b5de6bc372da32703a59",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.list_id",
          "name": "list_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.entry_id",
          "name": "entry_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "Record Deleted",
      "description": "The \"Record Deleted\" trigger in Attio activates whenever a record is deleted in your Attio account. This helps you automate tasks like cleaning up related data, notifying your team, or updating linked systems to reflect the deletion.",
      "templateId": "01JZ2QQ9DAJ3GBF2YZ6P87YP6W",
      "_id": "6863b5746bc372da32703516",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.object_id",
          "name": "object_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.record_id",
          "name": "record_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "Record Updated",
      "description": "The \"Record Updated\" trigger in Attio activates whenever an existing record is updated in your Attio account. This allows you to automate tasks like notifying stakeholders, updating linked systems, or initiating workflows based on the changes.",
      "templateId": "01JZ2QKAWFQT6CRNCQSJY681QE",
      "_id": "6863b50d6bc372da32702fd6",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.object_id",
          "name": "object_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.record_id",
          "name": "record_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.attribute_id",
          "name": "attribute_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "Record Created",
      "description": "The \"Record Created\" trigger in Attio activates whenever a new record is created in your Attio account. This helps you automate actions such as notifying your team, updating related systems, or initiating workflows tied to new data entries.",
      "templateId": "01JZ2QDTC9WKZCHC06Q8XAG059",
      "_id": "6863b4536bc372da32702620",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.object_id",
          "name": "object_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.record_id",
          "name": "record_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "Attio for Workflows",
      "appId": "68516b36efbca8c868b21ff4",
      "companyName": "All The Apps",
      "triggerName": "Task Created",
      "description": "The \"Task Created\" trigger in Attio activates whenever a new task is created in your Attio account. This helps you automate follow-up actions, such as notifying team members, updating task details, or syncing with external tools.",
      "templateId": "01JZ2QA6XFKDBMRQXQ2DCBY4M0",
      "_id": "6863b3d16bc372da32701ab6",
      "customVars": [
        {
          "reference": "events.id.workspace_id",
          "name": "workspace_id",
          "fieldType": "string"
        },
        {
          "reference": "events.id.task_id",
          "name": "task_id",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "Order Updated",
      "description": "Fires when an order is updated",
      "templateId": "01JKGKEGG6G7FE0F8ZPYQWPEHM",
      "_id": "67a63b387ee2b63f3fa9965b",
      "customVars": [
        {
          "reference": "id",
          "name": "Order Id",
          "fieldType": "numerical"
        },
        {
          "reference": "invoiceNo",
          "name": "Invoice Number",
          "fieldType": "numerical"
        },
        {
          "reference": "created",
          "name": "Date",
          "fieldType": "numerical"
        },
        {
          "reference": "customerName",
          "name": "Customer Name",
          "fieldType": "string"
        },
        {
          "reference": "customerEmail",
          "name": "Customer Email",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.name",
          "name": "Billing Name",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.phone",
          "name": "Billing Phone",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.companyName",
          "name": "Billing Company Name",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.companyId",
          "name": "Billing Company Id",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.country",
          "name": "Billing Country",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.state",
          "name": "Billing State",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.city",
          "name": "Billing City",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.zipCode",
          "name": "Billing Zip Code",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.address",
          "name": "Billing Address",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.address2",
          "name": "Billing Address 2",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.name",
          "name": "Shipping Address Name",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.phone",
          "name": "Shipping Phone",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.companyName",
          "name": "Shipping Company Name",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.companyId",
          "name": "Shipping Company Id",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.country",
          "name": "Shipping Country",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.state",
          "name": "Shipping State",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.city",
          "name": "Shipping City",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.zipCode",
          "name": "Shipping Zip Code",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.address",
          "name": "Shipping Address",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.address2",
          "name": "Shipping Address 2",
          "fieldType": "string"
        },
        {
          "reference": "shippingRequired",
          "name": "Shipping Required",
          "fieldType": "boolean"
        },
        {
          "reference": "weight",
          "name": "Weight",
          "fieldType": "numerical"
        },
        {
          "reference": "weightUnit",
          "name": "Weight Unit",
          "fieldType": "string"
        },
        {
          "reference": "subTotal",
          "name": "Sub Total",
          "fieldType": "numerical"
        },
        {
          "reference": "total",
          "name": "Total",
          "fieldType": "numerical"
        },
        {
          "reference": "shippingAmount",
          "name": "Shipping Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "shippingName",
          "name": "Shipping Name",
          "fieldType": "string"
        },
        {
          "reference": "paid",
          "name": "Paid",
          "fieldType": "boolean"
        },
        {
          "reference": "paymentMethod",
          "name": "Payment Method",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "Status",
          "fieldType": "string"
        },
        {
          "reference": "discountAmount",
          "name": "Discount Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "items",
          "name": "Items",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "New Contact Activity",
      "description": "Fires when a new contact is created or existing contact is updated",
      "templateId": "01JKGMEC12E71RDP42PY7ETKZT",
      "_id": "67a6387f7ee2b63f3f4d6c3d",
      "customVars": [
        {
          "reference": "id",
          "name": "Contact Id",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "Email",
          "fieldType": "string"
        },
        {
          "reference": "phone",
          "name": "Phone",
          "fieldType": "string"
        },
        {
          "reference": "note",
          "name": "Note",
          "fieldType": "string"
        },
        {
          "reference": "address",
          "name": "Address",
          "fieldType": "string"
        },
        {
          "reference": "city",
          "name": "City",
          "fieldType": "string"
        },
        {
          "reference": "state",
          "name": "State",
          "fieldType": "string"
        },
        {
          "reference": "country",
          "name": "Country",
          "fieldType": "string"
        },
        {
          "reference": "companyName",
          "name": "Company Name",
          "fieldType": "string"
        },
        {
          "reference": "zip",
          "name": "Zip Code",
          "fieldType": "string"
        },
        {
          "reference": "createdOn",
          "name": "Created On",
          "fieldType": "numerical"
        },
        {
          "reference": "properties",
          "name": "Properties",
          "fieldType": "array"
        },
        {
          "reference": "tags",
          "name": "Tags",
          "fieldType": "array"
        },
        {
          "reference": "memberId",
          "name": "Member Id",
          "fieldType": "numerical"
        },
        {
          "reference": "subscribed",
          "name": "Subscribed",
          "fieldType": "boolean"
        },
        {
          "reference": "subscriberLists",
          "name": "Subscriber Lists",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "Product Updated",
      "description": "Fires when a product is updated",
      "templateId": "01JKGM573CAN349PT8GBG5D8KP",
      "_id": "67a636d07ee2b63f3f14bcc8",
      "customVars": [
        {
          "reference": "id",
          "name": "Product Id",
          "fieldType": "numerical"
        },
        {
          "reference": "type",
          "name": "Type",
          "fieldType": "string"
        },
        {
          "reference": "title",
          "name": "Title",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "Description",
          "fieldType": "string"
        },
        {
          "reference": "url",
          "name": "Url",
          "fieldType": "string"
        },
        {
          "reference": "hidden",
          "name": "Hidden",
          "fieldType": "boolean"
        },
        {
          "reference": "options",
          "name": "Options",
          "fieldType": "array"
        },
        {
          "reference": "categories",
          "name": "Categories",
          "fieldType": "array"
        },
        {
          "reference": "images",
          "name": "Images",
          "fieldType": "array"
        },
        {
          "reference": "variants",
          "name": "Variants",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "New Product Created",
      "description": "Fires when a new product is created",
      "templateId": "01JKGKVG5HADD3HA4DT1PKC4WC",
      "_id": "67a635b37ee2b63f3feff728",
      "customVars": [
        {
          "reference": "id",
          "name": "Product Id",
          "fieldType": "numerical"
        },
        {
          "reference": "type",
          "name": "Type",
          "fieldType": "string"
        },
        {
          "reference": "title",
          "name": "Title",
          "fieldType": "string"
        },
        {
          "reference": "description",
          "name": "Description",
          "fieldType": "string"
        },
        {
          "reference": "url",
          "name": "Url",
          "fieldType": "string"
        },
        {
          "reference": "hidden",
          "name": "Hidden",
          "fieldType": "boolean"
        },
        {
          "reference": "options",
          "name": "Options",
          "fieldType": "array"
        },
        {
          "reference": "categories",
          "name": "Categories",
          "fieldType": "array"
        },
        {
          "reference": "images",
          "name": "Images",
          "fieldType": "array"
        },
        {
          "reference": "variants",
          "name": "Variants",
          "fieldType": "array"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "New Order Created",
      "description": "Fires when a new order is placed on the website",
      "templateId": "01JKGJ60BNYA7K94FGDCMHED46",
      "_id": "67a632c87ee2b63f3f827bc1",
      "customVars": [
        {
          "reference": "id",
          "name": "Id",
          "fieldType": "numerical"
        },
        {
          "reference": "invoiceNo",
          "name": "Invoice Number",
          "fieldType": "numerical"
        },
        {
          "reference": "created",
          "name": "Date",
          "fieldType": "numerical"
        },
        {
          "reference": "customerName",
          "name": "Customer Name",
          "fieldType": "string"
        },
        {
          "reference": "customerEmail",
          "name": "Customer Email",
          "fieldType": "string"
        },
        {
          "reference": "subTotal",
          "name": "Sub Total",
          "fieldType": "numerical"
        },
        {
          "reference": "total",
          "name": "Total",
          "fieldType": "numerical"
        },
        {
          "reference": "weight",
          "name": "Weight",
          "fieldType": "numerical"
        },
        {
          "reference": "weightUnit",
          "name": "Weight Unit",
          "fieldType": "string"
        },
        {
          "reference": "shippingAmount",
          "name": "Shipping Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "shippingName",
          "name": "Shipping Name",
          "fieldType": "string"
        },
        {
          "reference": "paid",
          "name": "Paid",
          "fieldType": "boolean"
        },
        {
          "reference": "paymentMethod",
          "name": "Payment Method",
          "fieldType": "string"
        },
        {
          "reference": "status",
          "name": "Status",
          "fieldType": "string"
        },
        {
          "reference": "discountAmount",
          "name": "Discount Amount",
          "fieldType": "numerical"
        },
        {
          "reference": "items",
          "name": "Items",
          "fieldType": "array"
        },
        {
          "reference": "shippingRequired",
          "name": "Shipping Required",
          "fieldType": "boolean"
        },
        {
          "reference": "billingAddress.name",
          "name": "Billing Address Name",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.phone",
          "name": "Billing Phone",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.companyName",
          "name": "Billing Company Name",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.companyId",
          "name": "Billing Company Id",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.country",
          "name": "Billing Country",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.state",
          "name": "Billing State",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.city",
          "name": "Billing City",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.zipCode",
          "name": "Billing Zip Code",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.address",
          "name": "Billing Address",
          "fieldType": "string"
        },
        {
          "reference": "billingAddress.address2",
          "name": "Billing Address 2",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.name",
          "name": "Shipping Name",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.phone",
          "name": "Shipping Phone",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.companyName",
          "name": "Shipping Company Name",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.companyId",
          "name": "Shipping Company Id",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.country",
          "name": "Shipping Country",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.state",
          "name": "Shipping State",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.city",
          "name": "Shipping City",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.zipCode",
          "name": "Shipping Zip Code",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.address",
          "name": "Shipping Address",
          "fieldType": "string"
        },
        {
          "reference": "shippingAddress.address2",
          "name": "Shipping Address 2",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "New Booking Created",
      "description": "Fired when a new booking is created",
      "templateId": "01JK9S5M57XQJRRMZZRDM5HA11",
      "_id": "67a2b69010157d74b73ecf0b",
      "customVars": [
        {
          "reference": "id",
          "name": "Id",
          "fieldType": "numerical"
        },
        {
          "reference": "eventId",
          "name": "Event Id",
          "fieldType": "numerical"
        },
        {
          "reference": "contactId",
          "name": "Contact Id",
          "fieldType": "numerical"
        },
        {
          "reference": "name",
          "name": "Contact Name",
          "fieldType": "string"
        },
        {
          "reference": "email",
          "name": "Contact Email",
          "fieldType": "string"
        },
        {
          "reference": "start",
          "name": "Start",
          "fieldType": "numerical"
        },
        {
          "reference": "end",
          "name": "End",
          "fieldType": "numerical"
        },
        {
          "reference": "formAnswers",
          "name": "Form Answers",
          "fieldType": "array"
        },
        {
          "reference": "eventData.name",
          "name": "Event Name",
          "fieldType": "string"
        },
        {
          "reference": "eventData.location",
          "name": "Event Location",
          "fieldType": "string"
        }
      ]
    },
    {
      "appName": "LeadsBlender Builder",
      "appId": "679a08d591eb9ff9a38298bb",
      "companyName": "LeadsBlender",
      "triggerName": "New Form Submission",
      "description": "Fired when a form is submitted",
      "templateId": "01JK9RP6V98Z14XTT74HP4GTMG",
      "_id": "67a2b4c510157d74b724a303",
      "customVars": [
        {
          "reference": "formName",
          "name": "Form Name",
          "fieldType": "string"
        },
        {
          "reference": "formValues",
          "name": "Form Values",
          "fieldType": "array"
        },
        {
          "reference": "contact.id",
          "name": "Contact Id",
          "fieldType": "numerical"
        },
        {
          "reference": "contact.name",
          "name": "Contact Name",
          "fieldType": "string"
        },
        {
          "reference": "contact.email",
          "name": "Contact Email",
          "fieldType": "string"
        },
        {
          "reference": "contact.phone",
          "name": "Contact Phone",
          "fieldType": "string"
        },
        {
          "reference": "contact.address",
          "name": "Contact Address",
          "fieldType": "string"
        },
        {
          "reference": "contact.city",
          "name": "Contact City",
          "fieldType": "string"
        },
        {
          "reference": "contact.state",
          "name": "Contact State",
          "fieldType": "string"
        },
        {
          "reference": "contact.country",
          "name": "Contact Country",
          "fieldType": "string"
        },
        {
          "reference": "contact.companyName",
          "name": "Contact Company Name",
          "fieldType": "string"
        },
        {
          "reference": "contact.note",
          "name": "Contact Note",
          "fieldType": "string"
        }
      ]
    }
  ]
}
