Skip to content

Commit 4b0af64

Browse files
committed
Added resend payload instructions
1 parent d147697 commit 4b0af64

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/examples/resend-email-sequence.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,17 @@ export const emailSequence = task({
6868
//etc...
6969
},
7070
});
71+
```
7172

72-
```
73+
### Testing
74+
75+
You can test this task by running it with the following payload:
76+
77+
```json
78+
{
79+
"userId": "123",
80+
// Replace with your test email
81+
"email": "<your-test-email>",
82+
"name": "Alice Testington"
83+
}
84+
```

0 commit comments

Comments
 (0)