Sign in

Like feed item

documented

Add a like to a feed item.

POST /services/data/{version}/chatter/feed-items/{feedItemId}/likesFeedsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{INSTANCE_URL}}/services/data/{{version}}/chatter/feed-items/{{$feedItemId}}/likes" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"note": "{{$note}}"}'
Like feed item · Salesforce Chatter · OpenIntegrations