# Stripeカスタムアクション

*スキルレベル: エキスパート*

## 開始前に

* カスタムアクションを使用してデータを取得および保存するさまざまな方法があります。これらはあくまで例として、適切な方向性を示すためのものであり、お探しのユースケースに合わせて自由に調整してください！
* 以下は、Adalo Stripeコンポーネントと一緒に使用できる、[Stripe | APIドキュメント](https://stripe.com/docs/api)を使用した例の[カスタムアクション](/ja/integrations/custom-actions.md)です。

{% content-ref url="/pages/J2Vm7LrhyCXZEeXMg2jS" %}
[Stripeサブスクリプションデータを取得する](/ja/component-basics/marketplace-components/stripe/stripe-custom-actions/get-stripe-subscription-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/SD3sCR14s9SAJ3eGYp2e" %}
[Stripe顧客データをメールアドレスで取得する](/ja/component-basics/marketplace-components/stripe/stripe-custom-actions/get-stripe-customer-data-using-email-address.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/ja/component-basics/marketplace-components/stripe/stripe-custom-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
