我很難找到的API獲取打開通訊後,將其發送到電子郵件列表的人的聯繫人。在GetResponse的官方API文檔中,我沒有找到解決方案。任何想法或建議都可以提供幫助。謝謝。GetResponse API v3 - 獲取聯繫人誰打開通訊
0
A
回答
0
雖然現在已經很老了,但我會盡力回答,也許它有助於某人。就像在GetResponse網頁界面中一樣,您需要根據一些標準搜索聯繫人。 API文檔的這些頁面描述了這是如何完成的: http://apidocs.getresponse.com/v3/resources/search-contacts
搜索聯繫人是API中最複雜的部分。要保存搜索誰開了一個特定消息的聯繫人你需要發佈的東西像下面https://api.getresponse.com/v3/search-contacts/:
{
"name": "test_conditions", //can be any you like
"subscribersType": [
"subscribed" //can also be "undelivered", "removed" and "unconfirmed"
],
"sectionLogicOperator": "or", //or "and"
"section": [ //section can have up to 8 conditions; one saved search can have up to 4 sections
{
"campaignIdsList": [
"V" //you'll need to get campaigns' IDs with http://apidocs.getresponse.com/v3/resources/campaigns#campaigns.get.all
],
"logicOperator": "or",
"subscriberCycle": [
"receiving_autoresponder",
"not_receiving_autoresponder"
],
"subscriptionDate": "all_time", //"today", "yesterday", "this_month", "last_month", "this_week", "last_week" are also possible
"conditions": [
{
"conditionType": "opened",
"operatorType": "message_operator",
"operator": "autoresponder", //or "newsletter", or "split"
"value": "WTjXF" //message id, should be firstly got with a separate API call
}
]
}
]
}
上應如何形成這樣的請求有效載荷更多信息是在這裏:http://apidocs.getresponse.com/v3/resources/search-contacts-reference
最後一點:如果您不需要保存搜索但只收到已打開郵件的電子郵件,則在上述對象中應刪除「名稱」屬性並將其發送至http://apidocs.getresponse.com/v3/search-contacts/contacts 更多:http://apidocs.getresponse.com/v3/resources/search-contacts#search-contacts.contacts.form
相關問題
- 1. 獲取聯繫人通訊組
- 2. Getresponse v3 api -add contact error
- 3. Google聯繫人API:如何獲取google api聯繫人圖片?
- 4. 聯繫人,誰碰誰?
- 5. 如何從iphone中獲取所有通訊錄聯繫人
- 6. 如何獲取Outlook聯繫人組(通訊組列表)
- 7. 在iPhone應用程序中獲取iPhone通訊錄聯繫人
- 8. PHP Google API客戶端v3獲取聯繫人
- 9. 創建大量聯繫人Google聯繫人API V3
- 10. 如何僅通過聯繫人API取回特定聯繫人
- 11. Google聯繫人API V3的NoClassDefFoundError
- 12. Google API v3檢索所有聯繫人
- 13. 返回google聯繫人api v3照片?
- 14. 使用雅虎聯繫人API獲取雅虎聯繫人
- 15. 從google聯繫人api獲取新聯繫人
- 16. Google Apps共享聯繫人API獲取python的聯繫人
- 17. 如何從谷歌聯繫人API獲取谷歌聯繫人?
- 18. 獲取聯繫人
- 19. 如何通過聯繫人api獲取已同步的twitter原始聯繫人?
- 20. 從iOS通訊簿API中找到最喜歡的聯繫人
- 21. 使用API添加聯繫人到歌迷通訊錄
- 22. 使用iOS通訊錄API來搜索交換聯繫人
- 23. 獲取聯繫人姓名通過聯繫人號碼
- 24. 從GMail API獲取聯繫人姓名
- 25. Google API:獲取聯繫人照片
- 26. 使用oauth api獲取aol聯繫人
- 27. Google API - 獲取聯繫人郵件
- 28. 我在通訊錄中取回聯繫人iphone 4s不工作
- 29. 打開聯繫人列表以選擇聯繫人或添加新聯繫人
- 30. 通過gloox獲取聯繫人列表