Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated email template manager, added reset_email_by_code to multiple places #1071

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

tusharpandey13
Copy link
Contributor

@tusharpandey13 tusharpandey13 commented Jan 20, 2025

This PR adds some minor changes to already existing methods:

  • support for reset_email_by_code for email template methods
  • support for 'custom' as email provider
  • Updated PATCH response type for ACUL methods.

Changed endpoint methods:

Path Method Alias
/prompts/{prompt}/screen/{screen}/rendering GET getRendering
/prompts/{prompt}/screen/{screen}/rendering PATCH updateRendering
/connections POST create
/email-templates POST create
/email-templates/{templateName} GET get
/email-templates/{templateName} PATCH update
/email-templates/{templateName} PUT put

@tusharpandey13 tusharpandey13 requested a review from a team as a code owner January 20, 2025 13:02
@tusharpandey13 tusharpandey13 merged commit 9de9532 into master Jan 21, 2025
4 checks passed
@tusharpandey13 tusharpandey13 deleted the feature/emailTemplateUpdate branch January 21, 2025 04:49
@tusharpandey13 tusharpandey13 mentioned this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants