Impossible to send whatsapp templates #12330
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
@rpetribu which channel provider are you using ? |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I found an old post here #5958 where @munawar050 manage to solve this using a code that is not in Chatwoot's API documentation. And miraculously it works. So, I am now facing another problem. Templates are only sent correctly if:
OR
This makes no sense at all. All templates are approved by Meta. I can even send them normally via API to Meta and through ManyChat. I would really like to know if anyone is able to use this feature normally, I am willing to pay for someone to be able to guide me.... |
Beta Was this translation helpful? Give feedback.
-
|
Guys, I finally managed to resolve the issue, which was occurring due to incorrect information in the API documentation, which I humbly suggest be updated. This link provides instructions on how to CREATE a conversation. One of the required parameters is the source_id:
The thing is, this parameter is not required (at least when trying to send a template) and if you try to generate any random number just to not sent it in blank, it will result in error. What I did was simply not send it. I used the same code shown above. The only difference was that I didn't send the source_id: It worked! Thanks again for your help. |
Beta Was this translation helpful? Give feedback.





Guys, I finally managed to resolve the issue, which was occurring due to incorrect information in the API documentation, which I humbly suggest be updated.
This link provides instructions on how to CREATE a conversation.
https://developers.chatwoot.com/api-reference/conversations/create-new-conversation
One of the required parameters is the source_id:
The thing is, this parameter is not required (at least when trying to send a template) and if you try to generate any random number just to not sent it in blank, it will result in error.
What I did was simply not send it. I used the same code shown above. The only difference was that I didn't send the source_id: