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

Added support for Custom Email Provider #1064

Merged
merged 5 commits into from
Oct 31, 2024
Merged

Conversation

duedares-rvj
Copy link
Contributor

Auth0 provides integration capabilities with many email providers like sendgrid, mailgun, mandrill etc.
As an extension to this, it now also supports Custom Email Provider which is tied to an action.

Ref: https://auth0.com/docs/api/management/v2/emails/post-provider

🔧 Changes

📚 References

🔬 Testing

Relevant test cases has been added and test has been recorded.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@duedares-rvj duedares-rvj requested a review from a team as a code owner October 29, 2024 19:09
@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.36%. Comparing base (4a0e957) to head (adc1749).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1064   +/-   ##
=======================================
  Coverage   89.35%   89.36%           
=======================================
  Files         126      126           
  Lines       17481    17485    +4     
=======================================
+ Hits        15621    15625    +4     
  Misses       1320     1320           
  Partials      540      540           
Files with missing lines Coverage Δ
internal/auth0/email/expand.go 86.23% <100.00%> (+0.20%) ⬆️
internal/auth0/email/flatten.go 85.26% <100.00%> (+0.31%) ⬆️
internal/auth0/email/resource.go 94.80% <100.00%> (ø)

kushalshit27
kushalshit27 previously approved these changes Oct 30, 2024
acwest
acwest previously approved these changes Oct 30, 2024
@duedares-rvj duedares-rvj merged commit c9e8550 into main Oct 31, 2024
5 checks passed
@duedares-rvj duedares-rvj deleted the add_custom_email_provider branch October 31, 2024 06:54
kushalshit27 pushed a commit to Widcket/terraform-provider-auth0 that referenced this pull request Oct 31, 2024
Added explicit check for handling missing env variables for login (auth0#1065)

* Added explicit check for handling missing env variables for login

* Minor changes

* Minor update to test

* Updated test case

* Updated test case

Added support for Custom Email Provider (auth0#1064)

* Added support for custom email provider

* bump

* bump

* Dummy
duedares-rvj pushed a commit that referenced this pull request Oct 31, 2024
Remove IGA-* triggers

Added explicit check for handling missing env variables for login (#1065)

* Added explicit check for handling missing env variables for login

* Minor changes

* Minor update to test

* Updated test case

* Updated test case

Added support for Custom Email Provider (#1064)

* Added support for custom email provider

* bump

* bump

* Dummy

Co-authored-by: kushalshit27 <[email protected]>
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.

4 participants