action whatsapp_get_profile_about { label: "Get-Profile-About" provider: whatsapp method: GET path: "/settings/profile/about" encoding: json output: { type: "object" properties: { settings: { type: "object" properties: { profile: { type: "object" properties: { about: { type: "object" required: ["text"] properties: { text: { type: "string" description: "Text to display in your profile's About section\nThe max length for the string is 139 characters." } } } } } } } } } }