Flag Planted Webhook
Request Details
interface FlagPlantedWebhookBody {
portal: {
id: string;
};
objectId: string;
planter: {
id: string;
name: string;
email: string;
customAttributes: Record<string, unknown>;
};
comment: string;
createdAt: string;
question: {
objectId: string;
stem: string;
url: string;
};
test: {
objectId: string;
title: string;
};
}
Last updated
Was this helpful?