submit_prayer_request
Post a prayer request to SoapBox's prayer wall ON BEHALF OF A USER, so their community can pray for it. Requires the user's consent_token (which they generate in the SoapBox app and which must include the 'prayer:write' scope) — an API key alone is not enough to act for a user. Returns the new prayer_id; use check_prayer_status to see how many are praying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The prayer request text, in the user's own words. | |
| is_private | No | If true, keep it private to the user; if false, share it on the community wall so others can pray. | |
| consent_token | Yes | Opaque SoapBox consent token with the 'prayer:write' scope, generated by the user in the SoapBox app. An invalid, expired, or wrong-scope token returns an authorization error. |