@apteva/integrations 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +9 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/apps/brevo.json +70 -1
- package/src/apps/chargebee.json +38 -1
- package/src/apps/convertkit.json +30 -1
- package/src/apps/gigs-marketplace.json +46 -1
- package/src/apps/github.json +54 -1
- package/src/apps/gohighlevel.json +42 -1
- package/src/apps/helpscout.json +54 -1
- package/src/apps/hubspot.json +50 -1
- package/src/apps/intercom.json +46 -1
- package/src/apps/jira.json +46 -1
- package/src/apps/late.json +30 -1
- package/src/apps/linear.json +46 -1
- package/src/apps/mailchimp.json +26 -1
- package/src/apps/notion.json +54 -1
- package/src/apps/omnikit-analytics.json +4 -5
- package/src/apps/omnikit-api-gateway.json +4 -5
- package/src/apps/omnikit-billing.json +4 -5
- package/src/apps/omnikit-cms.json +34 -6
- package/src/apps/omnikit-functions.json +4 -5
- package/src/apps/omnikit-intelligence.json +7 -8
- package/src/apps/omnikit-management.json +4 -5
- package/src/apps/omnikit-media.json +4 -5
- package/src/apps/omnikit-messaging.json +74 -6
- package/src/apps/omnikit-redirects.json +4 -5
- package/src/apps/omnikit-webhooks.json +4 -5
- package/src/apps/omnikit-workflows.json +4 -5
- package/src/apps/sendgrid-email.json +42 -1
- package/src/apps/shopify.json +70 -1
- package/src/apps/slack.json +46 -1
- package/src/apps/socialcast.json +26 -1
- package/src/apps/stripe-payments.json +54 -1
- package/src/apps/stripe.json +54 -1
- package/src/apps/twilio.json +50 -1
- package/src/apps/typeform.json +10 -1
package/src/apps/linear.json
CHANGED
|
@@ -218,5 +218,50 @@
|
|
|
218
218
|
]
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
]
|
|
221
|
+
],
|
|
222
|
+
"webhooks": {
|
|
223
|
+
"signature_header": "x-linear-signature",
|
|
224
|
+
"events": [
|
|
225
|
+
{
|
|
226
|
+
"name": "issue.created",
|
|
227
|
+
"description": "New issue created"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "issue.updated",
|
|
231
|
+
"description": "Issue fields changed"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "issue.removed",
|
|
235
|
+
"description": "Issue deleted"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "comment.created",
|
|
239
|
+
"description": "New comment on issue"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "comment.updated",
|
|
243
|
+
"description": "Comment edited"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "project.created",
|
|
247
|
+
"description": "New project created"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "project.updated",
|
|
251
|
+
"description": "Project details changed"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "cycle.started",
|
|
255
|
+
"description": "Cycle started"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "cycle.completed",
|
|
259
|
+
"description": "Cycle completed"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "label.created",
|
|
263
|
+
"description": "New label created"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
}
|
|
222
267
|
}
|
package/src/apps/mailchimp.json
CHANGED
|
@@ -234,5 +234,30 @@
|
|
|
234
234
|
]
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"webhooks": {
|
|
239
|
+
"signature_header": "x-mailchimp-signature",
|
|
240
|
+
"events": [
|
|
241
|
+
{
|
|
242
|
+
"name": "subscribe",
|
|
243
|
+
"description": "New subscriber added to audience"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "unsubscribe",
|
|
247
|
+
"description": "Subscriber removed from audience"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "campaign.sent",
|
|
251
|
+
"description": "Campaign sent to audience"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "email.cleaned",
|
|
255
|
+
"description": "Email address cleaned from audience"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "profile.updated",
|
|
259
|
+
"description": "Subscriber profile changed"
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
|
238
263
|
}
|
package/src/apps/notion.json
CHANGED
|
@@ -588,5 +588,58 @@
|
|
|
588
588
|
]
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
|
-
]
|
|
591
|
+
],
|
|
592
|
+
"webhooks": {
|
|
593
|
+
"signature_header": "x-notion-signature",
|
|
594
|
+
"events": [
|
|
595
|
+
{
|
|
596
|
+
"name": "page.created",
|
|
597
|
+
"description": "A new page is created"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "page.content_updated",
|
|
601
|
+
"description": "Page content is updated"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "page.properties_updated",
|
|
605
|
+
"description": "Page properties are changed"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "page.deleted",
|
|
609
|
+
"description": "A page is deleted/archived"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "page.undeleted",
|
|
613
|
+
"description": "A page is restored"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "database.created",
|
|
617
|
+
"description": "A new database is created"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "database.content_updated",
|
|
621
|
+
"description": "Database rows are added/modified"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "database.properties_updated",
|
|
625
|
+
"description": "Database schema is changed"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "database.deleted",
|
|
629
|
+
"description": "A database is deleted/archived"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "comment.created",
|
|
633
|
+
"description": "A comment is added"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "comment.updated",
|
|
637
|
+
"description": "A comment is edited"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "comment.deleted",
|
|
641
|
+
"description": "A comment is removed"
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
}
|
|
592
645
|
}
|
|
@@ -17,16 +17,15 @@
|
|
|
17
17
|
"base_url": "https://api.omnikit.co",
|
|
18
18
|
"auth": {
|
|
19
19
|
"types": [
|
|
20
|
-
"
|
|
20
|
+
"bearer"
|
|
21
21
|
],
|
|
22
22
|
"headers": {
|
|
23
|
-
"
|
|
23
|
+
"Authorization": "Bearer {{token}}"
|
|
24
24
|
},
|
|
25
25
|
"credential_fields": [
|
|
26
26
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
"label": "
|
|
29
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
27
|
+
"name": "token",
|
|
28
|
+
"label": "API Key"
|
|
30
29
|
}
|
|
31
30
|
]
|
|
32
31
|
},
|
|
@@ -14,16 +14,15 @@
|
|
|
14
14
|
"base_url": "https://api.omnikit.co",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"
|
|
17
|
+
"bearer"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"Authorization": "Bearer {{token}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"label": "
|
|
26
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
24
|
+
"name": "token",
|
|
25
|
+
"label": "API Key"
|
|
27
26
|
}
|
|
28
27
|
]
|
|
29
28
|
},
|
|
@@ -18,16 +18,15 @@
|
|
|
18
18
|
"base_url": "https://api.omnikit.co",
|
|
19
19
|
"auth": {
|
|
20
20
|
"types": [
|
|
21
|
-
"
|
|
21
|
+
"bearer"
|
|
22
22
|
],
|
|
23
23
|
"headers": {
|
|
24
|
-
"
|
|
24
|
+
"Authorization": "Bearer {{token}}"
|
|
25
25
|
},
|
|
26
26
|
"credential_fields": [
|
|
27
27
|
{
|
|
28
|
-
"name": "
|
|
29
|
-
"label": "
|
|
30
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
28
|
+
"name": "token",
|
|
29
|
+
"label": "API Key"
|
|
31
30
|
}
|
|
32
31
|
]
|
|
33
32
|
},
|
|
@@ -16,16 +16,15 @@
|
|
|
16
16
|
"base_url": "https://api.omnikit.co",
|
|
17
17
|
"auth": {
|
|
18
18
|
"types": [
|
|
19
|
-
"
|
|
19
|
+
"bearer"
|
|
20
20
|
],
|
|
21
21
|
"headers": {
|
|
22
|
-
"
|
|
22
|
+
"Authorization": "Bearer {{token}}"
|
|
23
23
|
},
|
|
24
24
|
"credential_fields": [
|
|
25
25
|
{
|
|
26
|
-
"name": "
|
|
27
|
-
"label": "
|
|
28
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
26
|
+
"name": "token",
|
|
27
|
+
"label": "API Key"
|
|
29
28
|
}
|
|
30
29
|
]
|
|
31
30
|
},
|
|
@@ -896,5 +895,34 @@
|
|
|
896
895
|
]
|
|
897
896
|
}
|
|
898
897
|
}
|
|
899
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"webhooks": {
|
|
900
|
+
"signature_header": "x-webhook-signature",
|
|
901
|
+
"events": [
|
|
902
|
+
{
|
|
903
|
+
"name": "content.created",
|
|
904
|
+
"description": "New content entry created"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "content.updated",
|
|
908
|
+
"description": "Content entry updated"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "content.draft_created",
|
|
912
|
+
"description": "Draft version of content entry created"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "content.deleted",
|
|
916
|
+
"description": "Content entry deleted"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "content.published",
|
|
920
|
+
"description": "Content entry published"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "content.unpublished",
|
|
924
|
+
"description": "Published content entry unpublished"
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
}
|
|
900
928
|
}
|
|
@@ -14,16 +14,15 @@
|
|
|
14
14
|
"base_url": "https://api.omnikit.co",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"
|
|
17
|
+
"bearer"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"Authorization": "Bearer {{token}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"label": "
|
|
26
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
24
|
+
"name": "token",
|
|
25
|
+
"label": "API Key"
|
|
27
26
|
}
|
|
28
27
|
]
|
|
29
28
|
},
|
|
@@ -26,16 +26,15 @@
|
|
|
26
26
|
"base_url": "https://api.omnikit.co",
|
|
27
27
|
"auth": {
|
|
28
28
|
"types": [
|
|
29
|
-
"
|
|
29
|
+
"bearer"
|
|
30
30
|
],
|
|
31
31
|
"headers": {
|
|
32
|
-
"
|
|
32
|
+
"Authorization": "Bearer {{token}}"
|
|
33
33
|
},
|
|
34
34
|
"credential_fields": [
|
|
35
35
|
{
|
|
36
|
-
"name": "
|
|
37
|
-
"label": "
|
|
38
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
36
|
+
"name": "token",
|
|
37
|
+
"label": "API Key"
|
|
39
38
|
}
|
|
40
39
|
]
|
|
41
40
|
},
|
|
@@ -137,7 +136,7 @@
|
|
|
137
136
|
},
|
|
138
137
|
{
|
|
139
138
|
"name": "generate_image",
|
|
140
|
-
"description": "Generate or edit images with AI. IMPORTANT: You MUST set 'provider' to match your chosen model
|
|
139
|
+
"description": "Generate or edit images with AI. IMPORTANT: You MUST set 'provider' to match your chosen model — provider='google' for gemini-* models, provider='openai' for dall-e-* models. If omitted, the backend does NOT auto-detect and will fail. For image editing or reference images, use model='gemini-3-pro-image-preview' with provider='google'. For text-only generation, dall-e-3 with provider='openai' works well.",
|
|
141
140
|
"method": "POST",
|
|
142
141
|
"path": "/ai/generate/image",
|
|
143
142
|
"input_schema": {
|
|
@@ -153,11 +152,11 @@
|
|
|
153
152
|
"openai",
|
|
154
153
|
"google"
|
|
155
154
|
],
|
|
156
|
-
"description": "REQUIRED. AI provider
|
|
155
|
+
"description": "REQUIRED. AI provider — MUST match your model choice. Set 'google' for gemini-* models, 'openai' for dall-e-* models. There is NO auto-detection — if you use a gemini model with provider='openai' (or omit provider), you will get an error."
|
|
157
156
|
},
|
|
158
157
|
"model": {
|
|
159
158
|
"type": "string",
|
|
160
|
-
"description": "Model ID. Options: 'dall-e-3' (OpenAI
|
|
159
|
+
"description": "Model ID. Options: 'dall-e-3' (OpenAI — set provider='openai'), 'gemini-3-pro-image-preview' (Google — set provider='google', supports reference images and editing). You MUST also set the provider field to match."
|
|
161
160
|
},
|
|
162
161
|
"images": {
|
|
163
162
|
"type": "array",
|
|
@@ -13,16 +13,15 @@
|
|
|
13
13
|
"base_url": "https://api.omnikit.co",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"bearer"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
25
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
23
|
+
"name": "token",
|
|
24
|
+
"label": "API Key"
|
|
26
25
|
}
|
|
27
26
|
]
|
|
28
27
|
},
|
|
@@ -19,16 +19,15 @@
|
|
|
19
19
|
"base_url": "https://api.omnikit.co",
|
|
20
20
|
"auth": {
|
|
21
21
|
"types": [
|
|
22
|
-
"
|
|
22
|
+
"bearer"
|
|
23
23
|
],
|
|
24
24
|
"headers": {
|
|
25
|
-
"
|
|
25
|
+
"Authorization": "Bearer {{token}}"
|
|
26
26
|
},
|
|
27
27
|
"credential_fields": [
|
|
28
28
|
{
|
|
29
|
-
"name": "
|
|
30
|
-
"label": "
|
|
31
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
29
|
+
"name": "token",
|
|
30
|
+
"label": "API Key"
|
|
32
31
|
}
|
|
33
32
|
]
|
|
34
33
|
},
|
|
@@ -16,16 +16,15 @@
|
|
|
16
16
|
"base_url": "https://api.omnikit.co",
|
|
17
17
|
"auth": {
|
|
18
18
|
"types": [
|
|
19
|
-
"
|
|
19
|
+
"bearer"
|
|
20
20
|
],
|
|
21
21
|
"headers": {
|
|
22
|
-
"
|
|
22
|
+
"Authorization": "Bearer {{token}}"
|
|
23
23
|
},
|
|
24
24
|
"credential_fields": [
|
|
25
25
|
{
|
|
26
|
-
"name": "
|
|
27
|
-
"label": "
|
|
28
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
26
|
+
"name": "token",
|
|
27
|
+
"label": "API Key"
|
|
29
28
|
}
|
|
30
29
|
]
|
|
31
30
|
},
|
|
@@ -1823,5 +1822,74 @@
|
|
|
1823
1822
|
]
|
|
1824
1823
|
}
|
|
1825
1824
|
}
|
|
1826
|
-
]
|
|
1825
|
+
],
|
|
1826
|
+
"webhooks": {
|
|
1827
|
+
"signature_header": "x-webhook-signature",
|
|
1828
|
+
"events": [
|
|
1829
|
+
{
|
|
1830
|
+
"name": "messaging.inbound_message_processed",
|
|
1831
|
+
"description": "Inbound message received from customer (email reply, SMS, etc.)"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"name": "messaging.message_sent",
|
|
1835
|
+
"description": "Outbound message successfully sent"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "messaging.message_delivered",
|
|
1839
|
+
"description": "Message delivery confirmed by provider"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "messaging.message_opened",
|
|
1843
|
+
"description": "Email opened (tracking pixel loaded)"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "messaging.message_clicked",
|
|
1847
|
+
"description": "Link in message was clicked"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "messaging.message_bounced",
|
|
1851
|
+
"description": "Message delivery failed (hard or soft bounce)"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "messaging.message_complained",
|
|
1855
|
+
"description": "Recipient marked message as spam"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "messaging.conversation_created",
|
|
1859
|
+
"description": "New support conversation started"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "messaging.conversation_updated",
|
|
1863
|
+
"description": "Conversation status, priority, or assignment changed"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "messaging.conversation_closed",
|
|
1867
|
+
"description": "Conversation marked as resolved/closed"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "messaging.contact_created",
|
|
1871
|
+
"description": "New contact added to project"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "messaging.contact_updated",
|
|
1875
|
+
"description": "Contact information or attributes changed"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "messaging.contact_unsubscribed",
|
|
1879
|
+
"description": "Contact opted out of communications"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "messaging.campaign_launched",
|
|
1883
|
+
"description": "Campaign started sending to recipients"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "messaging.campaign_completed",
|
|
1887
|
+
"description": "Campaign finished sending to all recipients"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "messaging.campaign_failed",
|
|
1891
|
+
"description": "Campaign failed to send"
|
|
1892
|
+
}
|
|
1893
|
+
]
|
|
1894
|
+
}
|
|
1827
1895
|
}
|
|
@@ -12,16 +12,15 @@
|
|
|
12
12
|
"base_url": "https://api.omnikit.co",
|
|
13
13
|
"auth": {
|
|
14
14
|
"types": [
|
|
15
|
-
"
|
|
15
|
+
"bearer"
|
|
16
16
|
],
|
|
17
17
|
"headers": {
|
|
18
|
-
"
|
|
18
|
+
"Authorization": "Bearer {{token}}"
|
|
19
19
|
},
|
|
20
20
|
"credential_fields": [
|
|
21
21
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"label": "
|
|
24
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
22
|
+
"name": "token",
|
|
23
|
+
"label": "API Key"
|
|
25
24
|
}
|
|
26
25
|
]
|
|
27
26
|
},
|
|
@@ -13,16 +13,15 @@
|
|
|
13
13
|
"base_url": "https://api.omnikit.co",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"bearer"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
25
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
23
|
+
"name": "token",
|
|
24
|
+
"label": "API Key"
|
|
26
25
|
}
|
|
27
26
|
]
|
|
28
27
|
},
|
|
@@ -15,16 +15,15 @@
|
|
|
15
15
|
"base_url": "https://api.omnikit.co",
|
|
16
16
|
"auth": {
|
|
17
17
|
"types": [
|
|
18
|
-
"
|
|
18
|
+
"bearer"
|
|
19
19
|
],
|
|
20
20
|
"headers": {
|
|
21
|
-
"
|
|
21
|
+
"Authorization": "Bearer {{token}}"
|
|
22
22
|
},
|
|
23
23
|
"credential_fields": [
|
|
24
24
|
{
|
|
25
|
-
"name": "
|
|
26
|
-
"label": "
|
|
27
|
-
"description": "Your OmniKit API key (starts with 'okt_')"
|
|
25
|
+
"name": "token",
|
|
26
|
+
"label": "API Key"
|
|
28
27
|
}
|
|
29
28
|
]
|
|
30
29
|
},
|
|
@@ -229,5 +229,46 @@
|
|
|
229
229
|
]
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
]
|
|
232
|
+
],
|
|
233
|
+
"webhooks": {
|
|
234
|
+
"signature_header": "x-sendgrid-signature",
|
|
235
|
+
"events": [
|
|
236
|
+
{
|
|
237
|
+
"name": "email.processed",
|
|
238
|
+
"description": "Email accepted for delivery"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "email.delivered",
|
|
242
|
+
"description": "Email delivered to recipient"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "email.opened",
|
|
246
|
+
"description": "Email opened by recipient"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "email.clicked",
|
|
250
|
+
"description": "Link clicked in email"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "email.bounced",
|
|
254
|
+
"description": "Email bounced"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "email.dropped",
|
|
258
|
+
"description": "Email dropped (suppressed)"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "email.deferred",
|
|
262
|
+
"description": "Email delivery deferred"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "email.spam_report",
|
|
266
|
+
"description": "Email marked as spam"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "email.unsubscribe",
|
|
270
|
+
"description": "Recipient unsubscribed"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
}
|
|
233
274
|
}
|
package/src/apps/shopify.json
CHANGED
|
@@ -1213,5 +1213,74 @@
|
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
|
-
]
|
|
1216
|
+
],
|
|
1217
|
+
"webhooks": {
|
|
1218
|
+
"signature_header": "x-shopify-hmac-sha256",
|
|
1219
|
+
"events": [
|
|
1220
|
+
{
|
|
1221
|
+
"name": "orders/create",
|
|
1222
|
+
"description": "New order placed"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "orders/updated",
|
|
1226
|
+
"description": "Order details changed"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "orders/paid",
|
|
1230
|
+
"description": "Order payment received"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "orders/fulfilled",
|
|
1234
|
+
"description": "Order shipped/fulfilled"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "orders/cancelled",
|
|
1238
|
+
"description": "Order cancelled"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "products/create",
|
|
1242
|
+
"description": "New product created"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "products/update",
|
|
1246
|
+
"description": "Product details changed"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "products/delete",
|
|
1250
|
+
"description": "Product removed"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "customers/create",
|
|
1254
|
+
"description": "New customer registered"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "customers/update",
|
|
1258
|
+
"description": "Customer info changed"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "carts/create",
|
|
1262
|
+
"description": "New cart created"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "carts/update",
|
|
1266
|
+
"description": "Cart updated"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "checkouts/create",
|
|
1270
|
+
"description": "Checkout initiated"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "refunds/create",
|
|
1274
|
+
"description": "Refund issued"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "inventory_levels/update",
|
|
1278
|
+
"description": "Inventory changed"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "app/uninstalled",
|
|
1282
|
+
"description": "App uninstalled from store"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
}
|
|
1217
1286
|
}
|