コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Push Notifications for all the offers that are newly created

Avatar

Level 5

Hi Team, 

 

We have a requirement, where to send push notifications to the eligible recipients (based on the eligibility criteria) of the offer that is newly created. As far as i understand, the offer eligibility status will be generated only when the user opens the particular site or opens the app in the mobile. 

 

But I am not sure if we can even send the notifications based on the eligibility criteria of the offer that is newly created.

 

Please advice. 

 

Thanks,

Adithya

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
This is an outbound use case. Then create a workflow that will select new offer (daily or hourly) and send a push to eligible recipients


David Kangni

元の投稿で解決策を見る

3 返信

Avatar

Community Advisor

To make the offers you have just configured visible on the website, insert a JavaScript code into the HTML page of your site to call up the Interaction engine 

  1. Go to the HTML page and insert an @ID attribute with a value matching the internal name of the anonymous offer space created preceded by i_.

    DavidKangni_0-1611066042634.png

     

  2. Insert the call URL.

    DavidKangni_0-1611066153742.png

     

    The blue URL boxes above correspond to the instance name, the internal name of the environment  and the theme linked to the category. The latter is optional.

And make sure your website can trigger call to your instance. For more on this, refer to About inbound channels.

Thanks,

David



David Kangni

Avatar

Level 5
Hi David, Thanks for this.. may be i have confused my ask here.. so my requirement is to send the push notification to the mobile phone soon there is any new offer is live.. Actually we get the recipients who are eligible in the proposition table only once the user or recipient actually opens the app or website.. But how to send the push message based on the eligibility criteria that is mentioned in the offer .

Avatar

正解者
Community Advisor
This is an outbound use case. Then create a workflow that will select new offer (daily or hourly) and send a push to eligible recipients


David Kangni