...
Go to CMS >Online Shop
Open the product that, when purchased, will call this web hook.
Paste Web Hook into the “Web Hook” field.
Fields
{{{profileNumber}firstname}}The internal ID of the new Profile
{{{profileNumber}}}
Profile Number of new Profile
{{{name}}}
First Name of the new Profile
{{{surname}}}
Surname of the new Profile
{{{email}}}
Email Address of the new Profile
{{{email2}}}
Second Email of the new Profile
Example:
Code Block |
---|
https://[url]?num={{{profileNumber}}}&id={{{id}}}&email={{{email}}}&email2={{{email2}}}&name&firstname={{{name}}}&surname={{{surname}}} |