I’m currently trying to integrate Pipedrive messaging with WhatsApp using Pipedrive messaging. My problem is importing templates. The request arrives on my server. I respond as the documentation says:
An exact JSON with Content-Type: application/json. This is the content:
{
"success": true,
"data": { "templates": [ { "id":"…","name":"…","content":"…","language":"…" } ] }
}
and the problem is that Pipedrive isn’t responding. I haven’t received a response and I don’t know what to do.
Extra information:
The templates I use are approved by WhatsApp: WhatsApp Category = Marketing and Content Type = Quick Reply.
Thanks for reading.