Skio Get Customer Magic Link

This action generates a magic sign-in link for a customer in Skio.


Inputs

NameTypeDescription
Email AddressStringEmail address of the customer to generate a magic link for
Return To PathOptional StringOptional path to redirect the user to after authentication. This is appended to /a/account, e.g. "/subscriptions" becomes /a/account/subscriptions.
Safe ModeOptional BooleanIf set to True, errors are logged in the Action Outputs instead of stopping the Flow. Defaults to False.

Outputs

NameTypeDescription
SuccessBooleanWhether the magic link was successfully generated
ErrorStringError message returned by Skio, if any
Expires AtStringExpiration timestamp of the generated magic link
Magic Link UrlStringThe generated magic link URL


Did this page help you?