We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc7b0a commit aa72e47Copy full SHA for aa72e47
1 file changed
config/services.php
@@ -20,6 +20,7 @@
20
21
'resend' => [
22
'key' => env('RESEND_API_KEY'),
23
+ 'segment_id' => env('RESEND_SEGMENT_ID'), // optional: add waitlist contacts to this segment
24
],
25
26
'ses' => [
0 commit comments