Remote procedures

Call RPC

post
Authorizations
Path parameters
appNamestringRequired
appVersionstringRequired
rpcNamestringRequired
Header parameters
imt-remote-formulaintegerOptionalExample: 1
imt-ignore-requiredstringOptionalExample: yes
imt-validate-schemastringOptionalExample: yes
Body
dataobjectOptional
Responses
200
Successful response
post
POST /api/v2/rpcs/{appName}/{appVersion}/{rpcName} HTTP/1.1
Host: eu1.make.com
Content-Type: application/json
Accept: */*
Content-Length: 156

{
  "data": {
    "id": "1",
    "jidlo": "Černá zabijačková"
  },
  "schema": [
    {
      "name": "id",
      "type": "integer",
      "required": true
    },
    {
      "name": "jidlo",
      "type": "text",
      "required": true
    }
  ]
}
200

Successful response

No content

Process action

options
Authorizations
Path parameters
appNamestringRequired
appVersionstringRequired
rpcNamestringRequired
Header parameters
imt-remote-formulaintegerOptionalExample: 1
imt-ignore-requiredstringOptionalExample: yes
imt-validate-schemastringOptionalExample: yes
Responses
200
Successful response
application/json
options
OPTIONS /api/v2/rpcs/{appName}/{appVersion}/{rpcName} HTTP/1.1
Host: eu1.make.com
Accept: */*
200

Successful response

{
  "config": []
}