Signal Integration with Webhooks Guide

This document is a guide to using Certain Signal to integrate with other applications by using Webhooks. It does not cover the ‘Advanced Webhooks’ product, which includes everything described here plus the use of nested JSON – please see the separate guide to integrations using that product. Certain Signal for Webhooks is automatically included with Certain Platform for new customers. If you’re interested in adding this or any other Signal integration to your instance of Certain, please email help@certain.com, including your account name and the Signal integration(s) you’re interested in.

Contents

What is Signal? How does it work?

Signal processes data from your events in real-time.

It passes data from Certain Platform to your target third-party application, which could be any app with webhook integration, such as Slack or Google Forms.

This real-time integration empowers sales and marketing teams to take intelligent, prompt action on the right event data.

Almost everything is set up at the account level.

Signal processes information from the events in your account.

For event-level information, this is based on the custom tags you attach to data such as Registration Statuses, as explained in this guide.

Important: Signal processes outbound information, processing information from Certain and sending it to your target application.

Prerequisites

Data-Flow Considerations

Do you capture data in registration questions that will be synced to the third-party app to which you are integrating?

If so, you’ll need to apply tags to those questions: see Registration Questions.

Do you have different data mappings based on registration status, or attendee type?

If so, you’ll need to apply tags to those items: see Applying Tags in an Event.

Credentials in Target Application

For you to set up a Connection in Signal, the administrator of your target third-party application will need to provide you with the information described under “Adding a Connection.”

For example, if your chosen Authentication Method is OAuth2, then they’ll need to create an OAuth2 app in that system, and provide you with the following: Endpoint, Client Id, and Client Secret.

Overview of Setup Steps

Step Page On Certain Platform

1. Add tags in the account Setting Tags Up for an Account

2. Apply those tags Applying Tags in an Account

3. Add a Connection Setting up a Connection

4. Configure a Flow Setting Up Flows

Setting up Tags

What Are Tags?

Tags are a way of identifying event-level data using labels you set at the account level.

You can then apply those tags to generic items in events, especially custom registration statuses and custom registration properties for use in Certain Signal.

(Tags can be used for other purposes as well, but this guide doesn’t cover that.)

For example, your events may have several custom registration statuses in addition to the standard ones.

You can apply the same Tags to more than one status, or you might choose to give each one its own Tag.

When you set up a Flow in Certain Signal to send data to your target application when an attendee’s Registration Status changes, for example, you specify the tags applicable to those statuses, not the statuses themselves. That means the flow can apply to any event in your account.

Setting Tags Up for an Account

As an Administrator, go to Account Settings > Management > Tags.

Enter a Name and a Label for the tag.

Select the Object(s) to which the tag can apply; for example, “Registration Statuses” and/or “Custom Registration Properties”.

Click Add.

Repeat as required for as many tags as you need.

Important: Add enough tags to apply to all of the following that you will use in flows (see Setting up Tags):

a. Registration Statuses

b. Custom Registration Properties

Also add enough tags to apply to all of the following that you will use in filters for flows (see Flow Filters): a. Attendee Types b. Events

Applying Tags in an Account

In each event from which you want information to flow through Certain Signal, apply tags to the relevant information: Registration Statuses and Registration Custom Properties.

(You can also tag Attendee Types and Events to filter registration records by attendee type or event: see Flow Filters.)

Default Registration Statuses

These apply to all events, so an Administrator applies the tags at the account level.

1. Go to Account Settings > Management > Registration Statuses.

2. Add one or more Tags for each status.

Important: Even if you don’t use any standard registration statuses, best practice is to set up tags for all of them, but it’s essential to tag at least the “New” status (which Certain uses “behind the scenes” when first processing each registration). If you do use standard reg statuses, it’s essential that you tag them all, so that you can use them in the Flows you configure in Signal: see page 9.

Applying Tags in an Event

Custom Registration Statuses

1. If any of the Flows you configure in Signal will watch or activate for changes of Registration Status (see Available sources): In each event, go to Plan > Event Setup > Custom Statuses.

2. Select at least one tag for each status.

Custom Registration Properties

If any of the Flows you configure in Signal will watch or activate for Custom Reg Properties (see Flow Data Source):

1. In each event, go to Plan > Configure.

2. Under Custom Registration Properties, select at least one tag for each custom reg property in the event.

Standard Registration Properties (Automatic)

These tags are set up for you automatically, with names identical to the properties themselves: Complete, Badge Printed, On To Do List, Invoice Generated, and Test.

You only see them in Signal, where, just like Custom Reg Properties, you can activate Flows for them (see Activate for …). There’s nothing to edit on Certain Platform.

Attendee Types

(Optional– for use with filters – see Flow Filters)

1. In each event, go to Plan > Event Setup > Attendee Types.

2. Add one or more Tags for each attendee type on which you may wish to filter registrations. (See Filters on see Flow Filters.)

Events

(Optional– for use with filters – see Flow Filters)

1. In each event that you may wish to include in a filter (for example, to ensure that only registrations for that event are passed to your target application):

2. Go to Plan > Event Setup > Details.

3. Add one or more Tags for the event.

Registration Questions

(Optional– for use with mapping Certain fields to fields your target application – see Mappings.)

1. In each event in which you use registration questions to capture data from attendees and wish to pass those answers and/or questions to your target application: 2. Go to Plan > Event Setup > Questions. 3. Select just one Tag for each question. (Selecting more could result in duplicate data in your target application.)

Opening Certain Signal

When Signal is activated for your account, the Account Settings > Implementation menu—available to Administrators—includes an extra option: Signal Real-Time Data Integration.

Click that link to open Certain Signal in a separate window; it runs separately from Certain Platform.

Note: To return from Signal to Certain Platform at any time, click the appropriate icon.

Setting up a Connection

What are Connections?

A Connection in Certain Signal specifies how to connect to your target application.

You can actually have multiple connections, including to other third-party applications. (Marketo, Eloqua and Salesforce are covered in separate guides.)

Each Flow (see Setting Up Flows) requires a Connection. Multiple flows may use the same Connection.

You can set up a Connection before configuring your first Flow, but you also have the option to do so while configuring a Flow. This guide assumes you’re setting up the Connection first.

Adding a Connection

As an Administrator, you may set up one or more Connections for your account. You need only do so once – you can then use them in the Flows you set up (see Adding a Connection, below).

1. Go to Account Settings > Implementation > Signal Real-Time Data Integration.

2. As noted above, Certain Signal opens in a separate window.

3. Click Connections in the left navigation panel.

4. Click Add A Connection in the Connection List page that opens.

5. Enter the details in the Connection Setup screen that opens.

• Target: Use the pre-selected value, Webhook

• Connection Name: Enter a name of your own choice. This could be just the name of the application with which you are integrating, for example

• Authentication Type: Select the authentication type to be used from the options available. (Your choice determines the other fields displayed for you to complete.)

Basic Authentication

• URL: The endpoint to which Signal must send data.

• Content Type: of the two options.

• Request Method: Select ‘POST’ or (if appropriate) ‘GET’.

• User Name: The user in the target system must have the necessary minimum permissions in that system if any are required.

• Password: That user’s password.

Open / No Auth

The lowest level of security

• As for Basic Authentication above, but without a User Name or Password.

API Key / Token

• API Key / Token: To be provided by the administrator of your target application.

OAuth2

All these values must be provided by the administrator of your target application.

• Grant Type: Select ‘Client Credentials’ or ‘Authorization Code’

• Client Id and Client Secret: These two long strings of characters are unique to the OAuth2 app your administrator has set up, as explained under ‘Credentials …’ on page 2.

• Authorization URL

• Access Token URL

• Refresh Token URL

• Scope: Depending on your target app, your requirements, and your security policies, this might be blank, a keyword, or a URL, for example.

• Test Connection URL

• Is this a primary connection – Leave this check box clear. It’s displayed for all connections, but is only relevant to Eloqua, Marketo and Salesforce integrations requiring backwards compatibility

6. Click Save & Test.

7. If the test is successful, click Close. If it’s not, check that the values in step 5 are all correct.

Setting Up Flows

What is a “Flow”?

A flow is a configuration to manage the flow of data from Certain to your target application.

You create Flows from the landing page in Signal: see Configuring a Flow, below.

You may configure several flows for an account, which might all use the same Connection (explained above).

You only need to configure a flow once at the account level. When a flow is complete, it will start picking up data for each event in that account within about a minute.

The minute’s delay is because Signal runs independently from Certain Platform. So if you edit a flow then the same slight delay occurs before that change takes effect in the processing of the registrations.

The Flow List

As an Administrator in Certain Platform, go to Account Settings > Implementation > Signal Real-Time Data Integration.

As noted above, Certain Signal opens in a separate browser window.

The main screen in Signal is the Flow List, which lists all flows.

The Status column shows whether a flow is completely set up.

The Active column shows whether the flow is running. Click the toggle button to change a flow from Active to Inactive, or vice versa.

Configuring a Flow

Click ADD A FLOW to start setting up a new flow – see screenshot overleaf.

The configuration consists of:

• Name

• “Live” or “Test” status. (See immediately below.)

• Source: What information the Flow will look for, and what it will activate for in your events. (See Flow Data Source.)

• Filters: Optional filters to narrow down that information. (See Flow Filters.)

• Destination: Where and how that information goes into your target application. (See Flow Destination.)

Live or Test

The Live toggle switch determines whether your Flow is Live or Test.

A Live Flow will pick up all live registrations in live events. It will ignore test registrations, even in live events.

A Test Flow picks up all test registrations: that’s all registrations in test events, plus any registrations marked as ‘Test’ in live events.

Best Practice: Set a new flow up as Test—and test it—before setting it to Live.

Flow Data Source

Next, specify the Source of data for the flow (optionally applying Flow Filters).

The Source of a Flow is what the Flow will watch for in your data in Certain and when it will activate based on that data.

For example, it might watch for any change to a Registration Status and activate if an attendee’s status has changed to a status tagged as ‘Registered’.

Available sources

You set a flow to watch for any one of the following:

• Registration Create Update: When a registration is created or updated.

• Registration Status Change: When a registration’s status changes.

• Session Registration Status Change: When a registration’s session registration status changes.

Note: You can always save an incomplete Flow and complete it at a later date. As soon as a Flow is complete, it will start picking up data after the usual minute’s delay.

Activate for …

Choose what the flow should activate for by selecting one or more tags in each appropriate object’s dropdown list.

The tags available for selection are those set up for that object; see Setting up Tags.

For example, the tags for Registration Statuses include Registration Status tags, which you can apply to: standard registration statuses at the account level, custom registration statuses at the event level.

• If the Flow is watching for Registration Status Change, you must activate for Registration Statuses.

• If it’s watching for Session Registration Status Change, you must activate for Session Registration Statuses.

• And if it’s watching for Event Create Update, you must activate for Event Statuses.

The Flow may activate for tags applied to Registration Statuses and/or Registration Properties. Other options may be added depending on what the Flow is watching for.

Flow Filters

You can filter the data going into a flow by selecting fields in any of these three filter types: Event fields, Profile fields, and Attendee Type tags.

The flow will only include a registration if it meets the rule(s) specified in the filter.

Event fields include standard event fields (e.g., Event Code), custom event fields, and event tags.

Profile fields include standard profile fields (e.g., Position) and custom profile fields.

Attendee Type Tags include tags that can be applied to Attendee Types.

Note: For custom fields you can only select “enumerated” questions – those that have pre-configured answers; that is, questions that are of types Select, Multi-select, Checkbox, or Radio.

Flow Destination

Select Webhooks from the integrations set up by Certain for your account. (You may have this and others to choose from.)

Setting up a Destination

1. Give the Destination a Name of your choice.

2. Select the Connection to use.

Note: You can instead click New Connection to add a connection; the process to set one up is the same as described on Setting up a Connection.

3. Select Webhook as the Action for this connection.

4. Select or add the mappings to use, as described next, Mappings.

Mappings

Select or set up a set of mappings. You can have two: one for the Payload and (if required) one for the Http Header.

The setup process is the same for each: a mapping specifies how each target field in your third-party application matches a source field in Certain.

Select a mapping from the drop-down list. If nobody has set any mappings up yet, or you need something other than one of the existing mappings, click New Mapping to add one:

1. Give the mapping a name of your choice.

Best Practice: For multiple mappings used for different flows, make the names self-explanatory. For example, “Lead Mapping” and “Contact Mapping.”

2. Obtain a sample JSON from the source.

3. For each of the target fields you identify in that JSON, such as FirstName in the example above: a. Enter the name of that target field and Click Add. b. Click to select the “source” field in Certain that matches that target field. In this example, the target field in your target application is ‘First Name’, so you select the source field “FirstName” in Certain; the value of that Certain field will populate the “First Name” field in your target application.

The Certain fields you can choose from as the source of the data going into each target field in your target application will include some of the following, depending on what your flow will activate for:

• Profile Standard Fields

• Profile Custom Fields

• Registration Standard Fields

• Registration Custom Question Tags – one field for the question, and one for its answer

(See Applying Tags in an Event about not using the same tag for more than one question.)

• Registration Standard Properties

• Account Standard Fields (Account Code)

• Event Standard Fields (e.g., Event Code and Event Name)

• Event Custom Fields

• Flow Fields (Flow Name)

• Macros (e.g., Current Date)

Note: You can concatenate multiple source fields for the same target field, and even type fixed text.

c. To make a target field a required field, select the checkbox next to it.

If a required field is missing, there’ll be a validation error when the flow tries to update your target application. This is not normally fixable, so would not go into The Retry Queue.

d. To delete a source field, click the x after its label.

4. In the second column you can select a transformation option for each field. The default of no selection means the data will be sent to your target application unchanged. The options are: lower case; Proper Case; UPPER CASE; Trim (This removes extra spaces.) Note: You can select more than one transformation for a field. For example, you could change it to Proper Case and trim it.

5. Continue adding more target/source field pairs as necessary.

If you’ve selected a mapping then two other buttons are enabled, with self-explanatory labels: Edit Mapping and Preview Mapping.

6. Save the mapping.

Metrics Dashboard

To see the statistics available in Signal, click Metrics in the left navigation panel when looking at flows.

The choices in the new navigation panel you then see for Metrics depend on the flows and their targets.

The first one will be Insights, as illustrated and described below.

Other links will be, for example, Webhook Posts; all work in the same way as Account Insights.

Account Insights

Select whether you want to see Live Flows or Test Flows.

Select the period for which you want to see the data; for example, last 15 minutes, 1 hour or 4 hours, or a number of days.

There are three tabs: Summary, Troubleshooting, and Activity Feed.

Summary tab

This is the default tab on the Insights page, as shown here.

The figures shown depend on the flows and actions.

For some of them you can click the number to drill down further – for example, click Unique Registrations to see the registrations processed by any flows in your selected time frame.

You can filter or search for records when you’ve drilled down. For example, filter on an Event Code to see only the registrations in that event.

The figures listed below are shown. Remember these are for the whole account: all events and registrations, and for all flows in your account, which might include some which are not Webhooks integrations. (Note that some of the figures shown may not apply to webhooks.)

For each of these, you can click the number to drill down to details.

• Changes Processed: The number of registrations processed. Increments each time a registration is created or updated in Certain and then processed by a flow in Signal.

Note: This will often include the same registration more than once. For example, creating a registration and then updating it twice would total three “changes.”

• Unique Registrations: The number of registrations processed, counting any single registration only once. You may find this the most relevant figure on the page. It’s likely to be lower than Changes Processed. For example, if Joe Citizen’s registration was processed three times, then Changes Processed will have increased by 3. But since those changes were all for the same registration, the Unique Registrations will have increased by only 1.

• Actions Triggered: The number of actions triggered by flows. If you only have one flow with one action, then this could be the same as Changes Processed. The more flows you have, and the more actions configured in those flows, the more actions may be triggered.

• Actions Not Triggered: Only displayed if registrations were processed by flows without actions being triggered. This could be caused, for example, by a registration having an untagged status.

• Active Flows: The number of flows actually processing registrations during the selected period. This is not related to whether the flow are shown as Active or Inactive on the Flow List.

• Leads Created: The number of leads created in your target application by flows.

• Leads Updated: The number of leads updated in your target application by flows.

• Registration Activity in Certain: Overview information.

• Processing Status: A pie chart comparing the numbers of failures and successes. Drilling down into the failures provides a high-level view for troubleshooting. For example, you can see why an action has failed. If that’s something you can address, then once you’ve done so you can expedite the fix in Signal by going back to Flows and clicking Retry in the left navigation panel — see Retry Queue.

Troubleshooting tab

The second tab on the Insights page shows the information you may find useful for troubleshooting.

For example, if some registrations are not processed because a Registration Status isn’t tagged, this gives you the chance to rectify that so that the registrations can be processed on the next retry.

The numbers shown are as follows. Click a number to drill down to see details of the actual records:

• In Retry Queue: If an action fails, it joins the Retry Queue and will be tried again. (Maximum automatic retries per action = 3.)

• Total Retried: The number of retries. If an action was retried twice, that would have added 2 to this number.

• Retried Abandoned: The actions that failed three retries.

• Validation Errors: No retries possible because failed validation. For example, a lead that could not be created because a mandatory target field had no value in the source field. (See ‘Mappings’.)

• Retry Activity: A chart showing retries by time.

• Retry Processing Category: A chart showing retries by category – “General”, “System”, “Config”, “Certain API”, “Connection”, etc.

• Connection Activity: A chart showing activity per connection over time.

Activity Feed tab

The third tab on the Insights page lists the registrations processed, noting success or failure, Registration Code, Event, Flow, etc.

This is a rolling history, by date. Think of it as another way to access lower-level data you could see by drilling down in the Summary or Troubleshooting tabs.

The Retry Queue

When an action fails it usually joins the “Retry Queue,” where it takes its turn to run again.

(Failures that can’t be resolved, such as missing mandatory fields, are exceptions: they don’t join the queue.)

An action can be retried up to three times, after which it does not rejoin the queue.

To see the Retry Queue, click Retry in the left navigation panel on the Flows page.

Causes of failure include ones under your control as a planner, such as a registration with a status that hasn’t been tagged, and technical ones such as a connection being down. Where you can resolve the cause of a failure, such as tagging a registration or setting a flow back to being active, that’s all you need do. The action should succeed when retried. For other failures that don’t resolve themselves, you probably need to contact your administrator or ask Certain for help. The interval between retries depends on the severity of the reason: the more serious the reason the sooner the retry.

Filtering the Queue

You can filter the records shown in the Retry Queue using these three filters: Integration, Status, Category.

Integration: Probably only ‘Webhooks’ unless you have multiple integrations set up.

Status: ‘All Statuses’, ’Retry’, ‘Error’, ‘Failed’, or ‘Done’.

Category: ‘All Categories’, ‘General’, ‘System’, ‘Config’, ‘Certain API’, ‘Connection’, etc.

Submitting to the Queue

When you click an item in the Retry Queue, you see its full details.

If that knowledge is enough for you to solve the problem, then once you have done so you can click Submit to Retry Queue, which adds the item straight to the front of the queue.

Replaying a Flow

If you change an aspect of a flow while it has been running for some time, such as changing its filters, you may want to replay that flow for the same registrations as before, as if the changes had been made earlier.

This is not something that you can do directly, but you can ask Certain to arrange it for you. You may be able to specify a date range, or even an event.

Was this article helpful?

0 out of 0 found this helpful.

Have more questions? Submit a request.

[Related articles]