Retrieve press release details from GlobeNewswire
Retrieves the details of a press release article published on GlobeNewswire.
Common use cases
- Data Extraction
- Advertisement Versioning
- Data Management
- Market Research
Category
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Article link | Globenewswire press release link | Link | Yes | https://www.businesswire.com/news/home/2022/en/Mis… |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in theData Library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Article title | Title of the article | Text | Yes | Wrk making waves in automation space... |
| Article release date | Date the article was posted | Date | Yes | 10/22/2022 |
| Article content | The body of the article | Text | Yes | Montreal-based automation start-up has... |
| Article language | Language selected for the press release article | Text | Yes | English - en |
| Company name | Name of the company that the article is sourced from | Text | Yes | Wrk |
| Image link | Link of any images found in the article | Link | Yes | https://google-storage.com/image-1 |
Outcomes
| NAME | DESCRIPTION |
|---|
| Success | This status is selected if the details of a press release were successfully retrieved from GlobeNewswire. |
| No Result | This status is selected in the event of the following scenarios:- None of the details from the article could be found- Press release link provided is not working |
| Unsuccessful | This status is selected in the event of the following scenarios:- Application site is down- Link is not provided or does not work |
Requirements