presence_post
Post content as a Presence identity on a given platform. Requires an attached session with valid auth cookies. Platforms: x | instagram | linkedin | reddit | discord | telegram | web. CALL FORMAT: presence_post({ identity_id: 'uuid', platform: 'x', content: 'Hello world 🚀' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to post (280 chars for X). | |
| platform | Yes | Platform to post on. | |
| media_url | No | Optional image/video URL to attach. | |
| identity_id | Yes | Identity to post as. |