Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to CMS >Online Shop

  2. Open the product that, when purchased, will call this web hook.

  3. 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}}}