great-pillow-43960
11/22/2023, 7:05 PMcourier:
delivery_strategy: http
http:
request_config:
url: <https://api.crm.com/email>
method: POST
body: file://.mail.api.request.jsonnet
headers:
"Content-Type": "application/json"
auth:
type: basic_auth
config:
user: YourUsername
password: YourPass
However when I put similar configuration in my Kratos configuration file, I have an error when I'm starting the Docker container (image: oryd/kratos:v0.13.0).
In the logs of the container, I can see that it doesn't recognise the http
keyword.
Thank you in advance for your reply. Please let me know if you need any further details.late-student-35526
11/23/2023, 8:29 AM