Hello
I am trying to create a conversation with tags but getting response is_inbound : false not get any message please help regarding this issue solvedÂ
check belowÂ
{
  "_links": {
    "self": "https://abcd.api.frontapp.com/messages/msg_1mabcd",
    "related": {
      "conversation": "https://abcd.api.frontapp.com/conversations/cnv_abcd",
      "message_seen": "https://abcd.api.frontapp.com/messages/msg_abcd/seen"
    }
  },
  "id": "msg_1m5lzwnm",
  "type": "custom",
  "is_inbound": false,
  "created_at": 1681814409.457,
  "blurb": "",
  "body": "This is an SMS message with an attached photo of a cat",
  "text": "This is an SMS message with an attached photo of a cat",
  "error_type": null,
  "version": "b43db466d7f0c5dabcd6bd9c2cf0-7291346-1681814409457-7fc4",
  "subject": "",
  "draft_mode": "private",
  "metadata": {
    "headers": {
      "in_reply_to": null
    }
  },
  "author": null,
  "recipients":
    {
      "_links": {
        "related": {
          "contact": null
        }
      },
      "name": null,
      "handle": "efb3c9babcd0ab2",
      "role": "from"
    },
    {
      "_links": {
        "related": {
          "contact": "https://abcd.api.frontapp.com/contacts/crd_abcd"
        }
      },
      "name": null,
      "handle": "viral@abcd.io",
      "role": "to"
    }
  ],
  "attachments":
    {
      "id": "fil_3awg8j6a",
      "url": "https://abcd.api.frontapp.com/download/fil_3awabcd",
      "filename": "cbimage.png",
      "content_type": "image/png",
      "size": 4255,
      "metadata": {
        "is_inline": false
      }
    }
  ],
  "signature": null,
  "is_draft": true,
  "conversation_reference": "b43db466d7f0c5d3abcdc2cf0@frontapp.com",
  "message_uid": "b43db466d7f0c5abcdd9c2cf0",
  "status": "accepted"
}Â Â
Â
Â