Add snippet context before testing automations manually
This commit is contained in:
parent
3b54daf2c8
commit
20f4c5a77d
|
@ -112,6 +112,7 @@ export async function externalTrigger(
|
|||
|
||||
const data: AutomationData = { automation, event: params as any }
|
||||
if (getResponses) {
|
||||
await context.ensureSnippetContext()
|
||||
data.event = {
|
||||
...data.event,
|
||||
appId: context.getAppId(),
|
||||
|
|
Loading…
Reference in New Issue