Autonotify API (Beta)
  1. Newsletter (BETA)
Autonotify API (Beta)
  • Introduction
  • Get started
  • API
    • Groups
      • Create
      • Join By Invite Code
      • Revoke Invite Code
      • Get Invite Code
      • Get Group by ID
      • Get All Groups
      • Get All Groups Admin
      • Update
      • Update Profile Picture
      • Group Member Add Mode
      • Leave
      • Members
    • Messages
      • Read Message
      • Send Plain Text
      • Send Media
      • Send Poll
      • Message Reaction
    • Sessions
      • Get Profile
      • Fetch Instance
      • Logout Instance
      • Create Instance
    • Chats
      • Update Status Profile
      • Update presence
      • Block Contact
      • Get Profile Picture
      • Update Privacy Settings
      • Update Profile Name
      • Get Business Profile
      • Put Chat
      • Check is WhatsApp
      • Remove Phone From Label
    • Newsletter (BETA)
      • Create
        POST
      • Update
        PUT
      • Update Profile Description
        PUT
      • Update Profile Picture
        PUT
      • Get Newsletter By ID
        GET
    • Webhook
      • Register webhook
    • Community
      • Create
      • Update
      • GET
      • Invite Code
      • Participantes Com Pedidos
      • Settings
      • Approval Mode
      • Add Mode
      • Communities Linkeds
      • Comunidades Participantes Resquests
      • Todas comunidades
  1. Newsletter (BETA)

Update Profile Description

PUT
/api/v1/newsletter/description
Updates newsletter channel settings (name, description, picture).
⚠️ Newsletter functionality is in BETA testing. Features and implementation may change.

Request

Query Params

Header Params

Body Params application/json

Example
{
    "picture": "https://cdn.discordapp.com/attachments/855163145106096178/1332068685069946890/ab6761610000e5eb8aa8849037f192b8bf2bd33c.jpeg?ex=6793e923&is=679297a3&hm=e2810a0186e75e663249dd1bd604356f83ebb0b69fb3d46e34b3d51c9260a1e6&"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/newsletter/description?newsletterId=' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "picture": "https://cdn.discordapp.com/attachments/855163145106096178/1332068685069946890/ab6761610000e5eb8aa8849037f192b8bf2bd33c.jpeg?ex=6793e923&is=679297a3&hm=e2810a0186e75e663249dd1bd604356f83ebb0b69fb3d46e34b3d51c9260a1e6&"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-02-24 14:43:04
Previous
Update
Next
Update Profile Picture
Built with