Push News
Post news to the given REST end point
{
"response": "response"
}Param
Description
{
"group": "group_name",
"postedDate": "posted_date",
"news": [
{
"id": "new_id",
"publisher": "news_publisher",
"title": "new_title",
"url": "new_url",
"desc": "news_desc",
"publishDate": "news_published_date",
"companies": [
{
"id": "Intellizence_company_id"
}
],
"triggers": ["trigger"]
}
]
}Last updated