Card Requests - SudharsanThumattiSathiamoorthy/card-connectors-guide GitHub Wiki

A card request consists of one or more tokens. These tokens might be pulled from the text of an email, or they might be from the client's environment — for example, the user's email address.

The JSON schema for a card request can be found here.

Here is an example request:

{
  "config": {
    "foo": "bar"
  },
  "tokens": {
    "zip": [
      "30080",
      "30067",
      "30332",
      "00100"
    ]
  },
  "connector_id": "238ff136-1f49-4c88-8acd-aa4c3749a75c"
}