Hi, how can I get the messaging_referrals webhook (sent when a new conversation is created, and contains referral information of the conversation) with Zapier?
At the moment, the facebook messenger "new" messages trigger only sends the following payload
{
"id": "1234567890",
"locale": "en_US",
"recipient_page_id": "123456789012345",
"sender_first_name": "Zap",
"sender_full_name": "Zap Zaplar",
"sender_last_name": "Zaplar",
"sender_psid": "234567890123456",
"text": "Hello, World!",
"time": "2019-05-29T15:06:21Z",
"timezone": "-7"
}
THanks