Shopify Send User Activation Email
Uses Shopify endpoint here:
š https://shopify.dev/docs/api/admin-rest/2025-04/resources/customer#post-customers-customer-id-account-activation-url
This action generates an account activation link for a customer and sends it by email.
Inputs
Name | Type | Description |
---|---|---|
Shopify Access Token | SensitiveString | Shopify API Access Token |
Shopify Domain | String | Shopify Domain |
Customer ID | String | Customer ID |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the activation email was triggered |
Updated 1 day ago