Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
parent
bced10eab1
commit
b9dd90b998
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ const sendPayload = async (
|
|||
subscriberUrl: string,
|
||||
data: CalendarEvent & {
|
||||
metadata?: { [key: string]: string };
|
||||
rescheduleUid?: string;
|
||||
},
|
||||
template?: string | null
|
||||
) => {
|
||||
|
|
|
@ -608,6 +608,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
sub.subscriberUrl,
|
||||
{
|
||||
...evt,
|
||||
rescheduleUid,
|
||||
metadata: reqBody.metadata,
|
||||
},
|
||||
sub.payloadTemplate
|
||||
|
|
Loading…
Reference in a new issue