imran shoukat
imran shoukat

Reputation: 1159

Webhook event for Facebook sponsored message

I am using Facebook's Marketing API to create sponsored message as described here: https://developers.facebook.com/docs/marketing-api/guides/messenger/#sponsored

After creating the ad, Facebook reviews the ad and then after approval ad gets sent to page audience. I want to know when my ad gets approved or rejected through webhook. Is it possible? Is there a way to receive webhook events for this?

Upvotes: 0

Views: 159

Answers (1)

SamFast
SamFast

Reputation: 1054

There are some ad account related webhooks in Graph API. These will send events when your ad:

  1. is in_process status
  2. goes out of in_process status
  3. has some issues with it

Please read up more on the official documentation:

https://developers.facebook.com/docs/graph-api/webhooks/reference/ad-account/

Upvotes: -1

Related Questions