Subscribes the account to an existing newsletter
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: partial (an already-followed newsletter is usually a silent no-op)
join, the newsletter shows up on GET /list and incoming messages arrive as message.exchange with chat.type = "newsletter".
@newsletter). It’s the most direct format, no need to resolve a link or code first.
https://whatsapp.com/channel/...). The server extracts the code from the URL suffix and resolves the JID before following.
channelJid, even when the input was a link or invite code. Use that value as the identifier in subsequent calls (/info, /leave).
TokenAccount or TokenInstance.application/json@newsletter JID, full link or invite code.channelJid, useful when the input was a link / code.join, the propagation to GET /list can take a few seconds.join returns success but the newsletter only shows up in list after the approval.newsletter not found.| HTTP | Message |
|---|---|
| 400 | The 'identifier' field is required (JID @newsletter or invite link/code) |
| 400 | Invalid newsletter identifier (use JID @newsletter or invite link/code) |
| 400 | newsletter not found |
| 500 | failed to follow newsletter: <reason> |
| 501 | WhatsApp client does not support FollowNewsletter |