> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/set-up-a-workflows-reject-message.md).

# ワークフローの拒否メッセージを設定する

<a href="https://pxa.impact.com/student/activity/1117576?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=dis-350&#x26;utm_campaign=help-center" class="button primary">PXAコースを受講する</a>

ワークフローで設定した拒否メッセージを使って、パートナーのプログラムへの申請を却下できます。 [ワークフロー](/brand/ja/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/create-workflows-to-automatically-process-partner-applications.md)。このメッセージは、申請が却下された理由、問題の修正方法、そして再申請の可能性をパートナーが理解するのに役立ちます。

#### ワークフローの拒否メッセージを設定する

1. 左側のナビゲーションメニューで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → パートナー → 自動化 →** [Workflows](https://app.impact.com/secure/advertiser/engage/fr/ps-bar-ui.ihtml).
2. 選択します **ワークフローを作成** 画面右上の
   * または、更新したい既存のワークフローを見つけて、その上にカーソルを合わせ、 **編集**.
   * 必須フィールドに入力します。 [ワークフローフォーム リファレンス](/brand/ja/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/create-workflows-to-automatically-process-partner-applications.md#create-a-workflow-0-0) で詳細をご確認ください。
3. で *アクションタイプ* セクションでは、 ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]** を選択するために **申請を処理** および **拒否**.

   * 入力したカスタムの拒否メッセージが表示され、パートナーに送信されます。
     * 文字数制限は255文字ですのでご注意ください。

   <div data-with-frame="true"><figure><img src="/files/c751332295433377b0f42077e65ebe7f68606a91" alt="" width="563"><figcaption></figcaption></figure></div>
4. ワークフローの作成が完了したら、 **作成** または **保存**.

#### プログラム固有の拒否メールを更新する

カスタムのプログラム固有拒否メールを使用している場合は、メール本文に `{rejectReason}` トークンを含めるように更新する必要があります。これにより、カスタムのワークフロー拒否メッセージが拒否メールに含まれるようになります。

1. 上部ナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の *ブランディング*で、 **システムメールとUIメッセージ**.
3. に移動します *拒否メール* フィールドで、 ![](/files/69e6c7863de57fc89d19a35da7784a14b915cd69) **\[編集]**.
4. 選択します ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **\[ラジオボタン]** **プログラム固有の拒否メールを送信する**.
5. で *件名* フィールドに、メールのカスタム件名を入力します。
6. で *HTMLメール本文* フィールドに、関連するHTMLコードを含めたカスタマイズ済みのメールメッセージを入力します。
   * メール生成時に動的に置換される特殊タグをテキストに追加できます。
   * 拒否メッセージを設定する際は、タグ **`{rejectReason}`**.
7. 選択します **保存**.

   <div data-with-frame="true"><figure><img src="/files/faa7c97aa1726ab28e2ed4b6c1723eb3f677cbf6" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>メール例</summary>

<div data-with-frame="true"><figure><img src="/files/effaf283bf582378f73796893198080bf7dfefb1" alt=""><figcaption></figcaption></figure></div>

</details>

{% hint style="info" %}
**注：** Impact AI による却下、停止、ブロックリスト登録など、その他のシステム生成の拒否理由も拒否メールに表示される場合があります。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/review-partner-applications/automate-partner-application-processing/set-up-a-workflows-reject-message.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
