You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Get invoices one by one from GetMyInvoices.\nIf we run this connector, then we can get last invoice from GetMyInvoices.\nThis means if you run our connector once, then we will get one invoice data, and last invoice id will be increased.\nNext, if you run this connector again, then we will get next invoice data according to last invoice id, and last invoice id will be also increased.\nIf there is no invoice id anymore, then connector will return empty value.",
7
+
"contact": {
8
+
"name": "GetMyInvoices",
9
+
"url": "https://help.getmyinvoices.com/en/",
10
+
"email": "support@getmyinvoices.com"
11
+
}
12
+
},
13
+
"host": "api.getmyinvoices.com",
14
+
"basePath": "/",
15
+
"schemes": [
16
+
"https"
17
+
],
18
+
"consumes": [
19
+
"application/json"
20
+
],
21
+
"produces": [
22
+
"application/json"
23
+
],
24
+
"paths": {
25
+
"/accounts/v2/sendDocumentsToPowerAutomate": {
26
+
"post": {
27
+
"summary": "Get invoice document from GetMyInvoices",
28
+
"description": "Get invoice document data one by one from GetMyInvoices.",
0 commit comments