Memesio · Example Payload

Memesio Post Api V1 Agents Agentid Channels Whatsapp Bind Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Agents Agentid Channels Whatsapp Bind Example is an example object payload from Memesio, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "Bind WhatsApp Chat/Phone to an Owned Agent",
  "method": "POST",
  "path": "/api/v1/agents/{agentId}/channels/whatsapp/bind",
  "request": {
    "phoneOrChatId": "string",
    "userId": "string",
    "metadata": {}
  },
  "response": {
    "message": "WhatsApp binding created/updated"
  }
}