Tanay Sai
Results
2
comments of
Tanay Sai
This should be dynamic and iterative. And not limited to a set of predefined headers. A sample curl could look like this `curl --location --request POST 'https://abc.net/webhook/abc' \ --header 'accept:...
You may need to configure a way for next-auth to send emails. Like SMTP, or a HTTP API https://next-auth.js.org/providers/email#smtp https://authjs.dev/guides/providers/email-http (works if you have a sendgrid key or similar)