You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resource-specific-documentation.md
+94-2Lines changed: 94 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,6 @@ Contents of `promptName_screenName.json`
116
116
}
117
117
```
118
118
119
-
120
-
121
119
## Databases
122
120
123
121
When managing database connections, the values of `options.customScripts` point to specific javascript files relative to
@@ -282,3 +280,97 @@ Contents of `password_reset.json`
282
280
"name": "password_reset"
283
281
}
284
282
```
283
+
284
+
285
+
## emailTemplates
286
+
287
+
When managing email templates, the values of `options.body` and `options.body` point to specific HTML files relative to the path of the output folder. Otherwise, the payload closely matches that of the [Management API](https://auth0.com/docs/api/management/v2#!/Email_Templates/post_email_templates).
0 commit comments