Skip to main content
GET
/
prod
/
rss-notification
/
{id}
Get RSS Campaign
curl --request GET \
  --url https://api.aimtell.com/prod/rss-notification/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "id": 128,
  "idSite": 179,
  "name": "Sample RSS Notification # 1",
  "feed_url": "https://demo.aimtell.com/rss.xml",
  "title": "{rss_title}",
  "body": "{rss_body}",
  "link": "{rss_link}",
  "segments": "12345",
  "status": 1,
  "uid": "aBc1234567980",
  "customIcon": "https://s3.amazonaws.com/siteicons.aimtell.com/icon_40_1443032714..jpg",
  "customImage": "",
  "actions": {
    "a01": {
      "title": "Read More",
      "link": "{rss_link}"
    }
  },
  "collapse_key": null,
  "max_enabled": 0,
  "max_type": "hourly",
  "max_value": 0,
  "createdAt": "2020-08-18 20:04:19",
  "updatedAt": "2020-12-01 17:41:37",
  "campaign_results": {
    "sent": 64,
    "delivered": 64,
    "bounced": 0,
    "clicked": 6,
    "conversions": 0,
    "conversions_value": 0,
    "clicked_a01": 0,
    "clicked_a02": 1
  }
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Campaign ID

Response

200