I’m trying to create an integration which sends an email on every new post to a Facebook group. This works fine, but I can’t seem to get the name of the person sending the post. Here’s the data from a test post:
id xxx
created_time 2020-09-26T10:56:57+0000
instagram_eligibility ineligible_post_no_media
is_hidden false
is_instagram_eligible false
is_published true
message Here's another test
permalink_url https://www.facebook.com/groups/xxx/permalink/xxx/
type status
updated_time 2020-09-26T10:56:58+0000
to__data 0
id xxx
name Test group
When I first set this integration up last night there was also a from field, which was always empty. In my email template I have that as part of the subject in the email, but so far it’s always been blank. I’ve seen some posts about Facebook Messenger integrations with the same problem, saying that users have to opt in for their details to appear in integrations - is this the case here too?