Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Title and Footer in text messages #1697

Open
lupainformatica opened this issue Jan 23, 2024 · 7 comments
Open

Allow Title and Footer in text messages #1697

lupainformatica opened this issue Jan 23, 2024 · 7 comments
Labels
enhancement New feature or request needs triage

Comments

@lupainformatica
Copy link

In official whatsapp business, all message templates can have a title and a footer message. In Wppconnect only button templates and lists can have it. Could be possible add title and footer to normal text messages?

@lupainformatica lupainformatica added enhancement New feature or request needs triage labels Jan 23, 2024
@icleitoncosta
Copy link
Collaborator

Could you send us an example of the message (photo) or a contact so that we can test it?

It might be possible, but I've never seen a regular text message with a title and footer.

@lupainformatica
Copy link
Author

This is the regular message with title and footer

image

And here in the business oficial templates
image

@icleitoncosta
Copy link
Collaborator

Do you have the contact of someone (automated) who sends these messages like this?

We can test the possibility; I even have an idea of how the test would be, but with a valid contact, some information beforehand.

@lupainformatica
Copy link
Author

Hi @icleitoncosta , I am sending both messages. I WB official and Wppconnect. If you wish we, you can call me on Google Meet and we can do the tests.

@edgardmessias
Copy link
Contributor

We can check the ExtendedTextMessage proto type, that there are the title and descriptions attributes

@lupainformatica
Copy link
Author

I think it could be placed in SendMessageOptions just like in MessageButtonsOptions. It could have the title and footer properties

@icleitoncosta
Copy link
Collaborator

icleitoncosta commented Jan 24, 2024

We can check the ExtendedTextMessage proto type, that there are the title and descriptions attributes

Yes, yesterday I conducted a test by modifying the extendedTextMessage, adding a title and footer, but without success. I would need some example messages because their type might be an interactiveMessage or templateMessage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

3 participants