@@ -2919,3 +2919,215 @@ Download a QuickBooks file attachment through its short-lived URL
29192919| ` attachmentId ` | string | Downloaded QuickBooks attachment ID |
29202920
29212921
2922+
2923+ ## Triggers
2924+
2925+ A ** Trigger** is a block that starts a workflow when an event happens in this service.
2926+
2927+ ### QuickBooks Bill Events
2928+
2929+ Trigger when selected Bill events occur in QuickBooks
2930+
2931+ #### Configuration
2932+
2933+ | Parameter | Type | Required | Description |
2934+ | --------- | ---- | -------- | ----------- |
2935+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
2936+ | ` eventTypes ` | string | Yes | Event Types |
2937+
2938+ #### Output
2939+
2940+ | Parameter | Type | Description |
2941+ | --------- | ---- | ----------- |
2942+ | ` eventId ` | string | Intuit webhook event ID |
2943+ | ` eventType ` | string | Full Intuit CloudEvent type |
2944+ | ` entityType ` | string | QuickBooks entity type |
2945+ | ` action ` | string | QuickBooks webhook action |
2946+ | ` entityId ` | string | QuickBooks entity ID |
2947+ | ` realmId ` | string | QuickBooks company realm ID |
2948+ | ` eventTime ` | string | Event timestamp |
2949+ | ` specVersion ` | string | CloudEvents specification version |
2950+ | ` source ` | string | Intuit event source |
2951+ | ` contentType ` | string | Event content type, when provided |
2952+ | ` data ` | json | Optional event data supplied by Intuit |
2953+
2954+
2955+ ---
2956+
2957+ ### QuickBooks Bill Payment Events
2958+
2959+ Trigger when selected Bill Payment events occur in QuickBooks
2960+
2961+ #### Configuration
2962+
2963+ | Parameter | Type | Required | Description |
2964+ | --------- | ---- | -------- | ----------- |
2965+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
2966+ | ` eventTypes ` | string | Yes | Event Types |
2967+
2968+ #### Output
2969+
2970+ | Parameter | Type | Description |
2971+ | --------- | ---- | ----------- |
2972+ | ` eventId ` | string | Intuit webhook event ID |
2973+ | ` eventType ` | string | Full Intuit CloudEvent type |
2974+ | ` entityType ` | string | QuickBooks entity type |
2975+ | ` action ` | string | QuickBooks webhook action |
2976+ | ` entityId ` | string | QuickBooks entity ID |
2977+ | ` realmId ` | string | QuickBooks company realm ID |
2978+ | ` eventTime ` | string | Event timestamp |
2979+ | ` specVersion ` | string | CloudEvents specification version |
2980+ | ` source ` | string | Intuit event source |
2981+ | ` contentType ` | string | Event content type, when provided |
2982+ | ` data ` | json | Optional event data supplied by Intuit |
2983+
2984+
2985+ ---
2986+
2987+ ### QuickBooks Customer Events
2988+
2989+ Trigger when selected Customer events occur in QuickBooks
2990+
2991+ #### Configuration
2992+
2993+ | Parameter | Type | Required | Description |
2994+ | --------- | ---- | -------- | ----------- |
2995+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
2996+ | ` eventTypes ` | string | Yes | Event Types |
2997+
2998+ #### Output
2999+
3000+ | Parameter | Type | Description |
3001+ | --------- | ---- | ----------- |
3002+ | ` eventId ` | string | Intuit webhook event ID |
3003+ | ` eventType ` | string | Full Intuit CloudEvent type |
3004+ | ` entityType ` | string | QuickBooks entity type |
3005+ | ` action ` | string | QuickBooks webhook action |
3006+ | ` entityId ` | string | QuickBooks entity ID |
3007+ | ` realmId ` | string | QuickBooks company realm ID |
3008+ | ` eventTime ` | string | Event timestamp |
3009+ | ` specVersion ` | string | CloudEvents specification version |
3010+ | ` source ` | string | Intuit event source |
3011+ | ` contentType ` | string | Event content type, when provided |
3012+ | ` data ` | json | Optional event data supplied by Intuit |
3013+
3014+
3015+ ---
3016+
3017+ ### QuickBooks Invoice Events
3018+
3019+ Trigger when selected Invoice events occur in QuickBooks
3020+
3021+ #### Configuration
3022+
3023+ | Parameter | Type | Required | Description |
3024+ | --------- | ---- | -------- | ----------- |
3025+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
3026+ | ` eventTypes ` | string | Yes | Event Types |
3027+
3028+ #### Output
3029+
3030+ | Parameter | Type | Description |
3031+ | --------- | ---- | ----------- |
3032+ | ` eventId ` | string | Intuit webhook event ID |
3033+ | ` eventType ` | string | Full Intuit CloudEvent type |
3034+ | ` entityType ` | string | QuickBooks entity type |
3035+ | ` action ` | string | QuickBooks webhook action |
3036+ | ` entityId ` | string | QuickBooks entity ID |
3037+ | ` realmId ` | string | QuickBooks company realm ID |
3038+ | ` eventTime ` | string | Event timestamp |
3039+ | ` specVersion ` | string | CloudEvents specification version |
3040+ | ` source ` | string | Intuit event source |
3041+ | ` contentType ` | string | Event content type, when provided |
3042+ | ` data ` | json | Optional event data supplied by Intuit |
3043+
3044+
3045+ ---
3046+
3047+ ### QuickBooks Payment Events
3048+
3049+ Trigger when selected Payment events occur in QuickBooks
3050+
3051+ #### Configuration
3052+
3053+ | Parameter | Type | Required | Description |
3054+ | --------- | ---- | -------- | ----------- |
3055+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
3056+ | ` eventTypes ` | string | Yes | Event Types |
3057+
3058+ #### Output
3059+
3060+ | Parameter | Type | Description |
3061+ | --------- | ---- | ----------- |
3062+ | ` eventId ` | string | Intuit webhook event ID |
3063+ | ` eventType ` | string | Full Intuit CloudEvent type |
3064+ | ` entityType ` | string | QuickBooks entity type |
3065+ | ` action ` | string | QuickBooks webhook action |
3066+ | ` entityId ` | string | QuickBooks entity ID |
3067+ | ` realmId ` | string | QuickBooks company realm ID |
3068+ | ` eventTime ` | string | Event timestamp |
3069+ | ` specVersion ` | string | CloudEvents specification version |
3070+ | ` source ` | string | Intuit event source |
3071+ | ` contentType ` | string | Event content type, when provided |
3072+ | ` data ` | json | Optional event data supplied by Intuit |
3073+
3074+
3075+ ---
3076+
3077+ ### QuickBooks Purchase Order Events
3078+
3079+ Trigger when selected Purchase Order events occur in QuickBooks
3080+
3081+ #### Configuration
3082+
3083+ | Parameter | Type | Required | Description |
3084+ | --------- | ---- | -------- | ----------- |
3085+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
3086+ | ` eventTypes ` | string | Yes | Event Types |
3087+
3088+ #### Output
3089+
3090+ | Parameter | Type | Description |
3091+ | --------- | ---- | ----------- |
3092+ | ` eventId ` | string | Intuit webhook event ID |
3093+ | ` eventType ` | string | Full Intuit CloudEvent type |
3094+ | ` entityType ` | string | QuickBooks entity type |
3095+ | ` action ` | string | QuickBooks webhook action |
3096+ | ` entityId ` | string | QuickBooks entity ID |
3097+ | ` realmId ` | string | QuickBooks company realm ID |
3098+ | ` eventTime ` | string | Event timestamp |
3099+ | ` specVersion ` | string | CloudEvents specification version |
3100+ | ` source ` | string | Intuit event source |
3101+ | ` contentType ` | string | Event content type, when provided |
3102+ | ` data ` | json | Optional event data supplied by Intuit |
3103+
3104+
3105+ ---
3106+
3107+ ### QuickBooks Vendor Events
3108+
3109+ Trigger when selected Vendor events occur in QuickBooks
3110+
3111+ #### Configuration
3112+
3113+ | Parameter | Type | Required | Description |
3114+ | --------- | ---- | -------- | ----------- |
3115+ | ` triggerCredentials ` | string | Yes | QuickBooks Account |
3116+ | ` eventTypes ` | string | Yes | Event Types |
3117+
3118+ #### Output
3119+
3120+ | Parameter | Type | Description |
3121+ | --------- | ---- | ----------- |
3122+ | ` eventId ` | string | Intuit webhook event ID |
3123+ | ` eventType ` | string | Full Intuit CloudEvent type |
3124+ | ` entityType ` | string | QuickBooks entity type |
3125+ | ` action ` | string | QuickBooks webhook action |
3126+ | ` entityId ` | string | QuickBooks entity ID |
3127+ | ` realmId ` | string | QuickBooks company realm ID |
3128+ | ` eventTime ` | string | Event timestamp |
3129+ | ` specVersion ` | string | CloudEvents specification version |
3130+ | ` source ` | string | Intuit event source |
3131+ | ` contentType ` | string | Event content type, when provided |
3132+ | ` data ` | json | Optional event data supplied by Intuit |
3133+
0 commit comments