Step 4: Applications of Functions

Connectors Transforms

See the Function on a Row and Function on a Single Cell sections in the Transform Options reference for more on how to write functions to use as transforms in connectors.

Connectors Sources

See the Function Source reference for more on how to invoke a function as a data source for a connector.

Function Hooks

Function Hooks enable developers to trigger functions in response to account and profile events. They can be accessed in the Webhooks UI.

To create a Function Hook:

  1. Click Developer Console.
  2. Create an App, or click into an existing app.
  3. Click on the Webhooks tab.
  4. Click + Add a Webhook.
  5. Select the Webhook Type.
  6. Enter the webhook details.
  7. Click on the … or invoke a function link. Invoke Function link
  8. Click on the Select a Function drop-down and select the function you’d like to invoke.
  9. Click Finish and Add.
Feedback