question

JunHyeok Sim avatar image
JunHyeok Sim asked

Cannot find title_news_updated event in 'Rules' feature

Hello.

I've tried to map 'title_news_updated' event to my Azure Function.

But I couldn't find that event in Rules list.

My title's ID is C28F3.

So I fired that event by calling 'Admin/AddNews' in the Game manager.

Now, I can find it in Data explorer in the Game manager, but not in the Rules list.

I'm not sure if I understood properly. I hope somebody can help me.

Thank you.

Title News
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JunHyeok Sim avatar image JunHyeok Sim commented ·

I cannot find in Rules.

0 Likes 0 ·

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

For clarification, currently, PlayFab doesn’t support using the event - title_news_updated to trigger an action in the rule. Only the event types showed in the event type list are supported.

If you need to use the event - title_news_updated to trigger an Azure Functions, the possible workaround is to use the Webhook feature to send the event - title_news_updated to the URI of your Azure Functions as the request body of POST requests directly. Please refer to the documentation - Webhooks - PlayFab | Microsoft Docs to learn about how to set up a Webhook for your events.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.