> 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] → Partners → Automation →** [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.
