問題タブ [sendinblue]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
53 参照

django - django template, using {% with %} to set a list var

I need to hard set a list in django template. I know that I have to pass variables to the template, instead of creating them in the template, but I only have access to the template file. I'm using sendinblue with a custom template, and the only way to use custom params injected to the template is to use their api. I only need to hardcode some content in a list, and the content will dynamically appear depending on contact, I think that using an api only for this is overkill.

0 投票する
1 に答える
146 参照

php - API 呼び出しを行う PHP ファイルからの出力を確認するにはどうすればよいですか?

ユーザーがサイトのフォームに入力したときに API 呼び出しをトリガーする PHP ファイルがあります。API 呼び出しの最後に、応答を返します。

この応答を実際にどこで/どのように見ることができますか? サイトのフォームに入力すると PHP ファイルが実行されますが、実際に応答がどこに出力されているのかわかりません。

実際に API 呼び出しを実行するために必要な入力が不足しているため、/myFile.php にアクセスしても機能しません。

どんな助けでも大歓迎です..

0 投票する
0 に答える
256 参照

python - AWS Lambda 関数の接続の問題

最初に、sib -api-v3-sdkを使用して SendinBlue 経由で電子メールを送信し、もう 1 つは、 Investpyを使用して Investing から過去の ETF データを取得します。

さて、私は両方の機能に問題があり、うまくいきませんでした...タイムアウトを10分以上に変更しようとしましたが、何も起こらず、常に同じです...

SendinBlue 関数はこれを示しています。

そしてInvestpy関数はこれを示しています:

どちらもローカルで正常に動作します。

関数: SendinBlue

インスパイア