Skip to main content
GET
/
integrations
/
make
/
rpc-options
Get RPC options for make.com dropdowns
curl --request GET \
  --url https://smartsend-server.otherwise.co.il/integrations/make/rpc-options \
  --header 'x-organization-id: <api-key>'
{
  "success": true,
  "data": {
    "tags": [
      {
        "id": "<string>",
        "value": "<string>"
      }
    ],
    "lists": [
      {
        "id": "<string>",
        "value": "<string>"
      }
    ],
    "users": [
      {
        "id": "<string>",
        "value": "<string>"
      }
    ],
    "bots": [
      {
        "id": "<string>",
        "value": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.smartsend.co.il/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Response

200 - application/json

RPC options retrieved successfully

success
boolean
data
object