I have a trigger like below, I’d like to get the site name of the installation, is it possible?
I’ve checked the event
and context
objects but found nothing related to the site.
export async function run(event, context) {
...
}
I have a trigger like below, I’d like to get the site name of the installation, is it possible?
I’ve checked the event
and context
objects but found nothing related to the site.
export async function run(event, context) {
...
}