Retrieve page details from Facebook
Retrieves the details of a specified page on Facebook.
Common use cases
- Advertisement Versioning
- Engagement & Communication Management
- Data Management
Application
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Facebook page link | The link/URL of the Facebook profile page to be processed. | Link | Yes | https://www.facebook.com/thewrkco |
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 the Data Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Number of people that like this | Captures the number of users that like the current page | Number | no | 123444 |
| Number of people that follow this | Captures the number of users that follow the current page | Number | no | 12 |
| Contact Address | Will contain the address information for the current company | Text | no | 1050 Drummond Street, H3B 0G3 |
| Contact Email | The email for the company | no | info@wrk.com | |
| Contact Phone number | The email for the company | Phone Number | no | 416-416-4164 |
| Number of people that like this | The number of likes on the specified Facebook Page | Number | no | Wrk.com |
| Rankings | Page ratings and ranks | Number | no | 5.0 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the page details were successfully retrieved from Facebook |
| No result | This status is selected in the event of the following scenarios: - No page details were found |
| Unsuccessful | This status is selected in the event of the following scenarios: - Fail to login to account - Application site is down - The link to is missing or broken |
Requirements
- N/A