> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hookmyapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send one of your posts

> Share a post from your account inside a DM.

```bash theme={null}
curl -X POST "https://gateway.hookmyapp.com/meta/v25.0/${INSTAGRAM_ACCOUNT_ID}/messages" \
  -H "Authorization: Bearer ${INSTAGRAM_ACCESS_TOKEN}" \
  -H "Content-Type: application/json" \
  -d '{
  "recipient": {
    "id": "17841400000000001"
  },
  "message": {
    "attachment": {
      "type": "MEDIA_SHARE",
      "payload": {
        "id": "17850000000000000"
      }
    }
  }
}'
```

`payload.id` is the media id of a post your account published.<br />
Find your media ids in [Your posts and profile](/instagram/your-content).
