From 657236a492e2ecbfbb95fccbba954460f8cfaf8d Mon Sep 17 00:00:00 2001 From: wangsijie Date: Tue, 24 Sep 2024 13:48:46 +0800 Subject: [PATCH] fix(connector): add type list in readme (#6625) --- packages/connectors/connector-http-email/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectors/connector-http-email/README.md b/packages/connectors/connector-http-email/README.md index 505b343db..8874e91c6 100644 --- a/packages/connectors/connector-http-email/README.md +++ b/packages/connectors/connector-http-email/README.md @@ -24,4 +24,4 @@ The HTTP email connector will send the following payload to the endpoint when it } ``` -You can find the type definition of `SendMessageData` in [connector-kit](https://github.com/logto-io/logto/tree/master/packages/toolkit/connector-kit/src/types/passwordless.ts). +You can find all of the types in https://docs.logto.io/docs/recipes/configure-connectors/email-connector/configure-popular-email-service/#email-template, and the full type definition of `SendMessageData` in [connector-kit](https://github.com/logto-io/logto/tree/master/packages/toolkit/connector-kit/src/types/passwordless.ts).