presence_act
Perform an action with a Presence identity. Actions: submit_form (POST form data), post_json (POST JSON body), wait (pause Nms), scroll (simulate scroll). CALL FORMAT: presence_act({ identity_id: 'uuid', action: 'submit_form', params: { url: 'https://...', fields: { email: '...', password: '...' } } })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | submit_form | post_json | wait | scroll | |
| params | No | Action parameters: { url, fields/data, ms } | |
| identity_id | Yes | Identity to act as. |