Type alias GetTriggerPayloadSchemaOpts
GetTriggerPayloadSchemaOpts : {
appKey: string;
automationId: string | null;
consumerKey: string;
credentialKey: string;
inputParams: Record<string, any>;
triggerKey: string;
}
appKey: string;
automationId: string | null;
consumerKey: string;
credentialKey: string;
inputParams: Record<string, any>;
triggerKey: string;
}
Type declaration
app
Key : stringautomation
Id : string | nullconsumer
Key : stringcredential
Key : stringinput
Params : Record<string, any>trigger
Key : string