# Create Integration Trigger

This guide describes how to setup an Integration Services Trigger to notify Cronofy when a Job Application Status changes.

> **WARNING:** You will need to have some familiarity with the Success Factors Integration Center to follow the steps in this guide.

- From the Integration Center for your Success Factors instance, choose **Create** to create new Integration Trigger.

- Select the following options:

- Trigger Type: *Intelligent Services*

- Source Type: *SuccessFactors*

- Destination Type: *REST*

- Format: *JSON*

![](/integrations/success-factors/create-integration-trigger/create-success-factors-integration-trigger.3595f9a3451f3c9df052a0308483dd8f06cfc15e059da8e327d1a0e9bd8bfde5.png)
<ol start="3">
- Click **Create**.

- Search for and select *Update of Job Application Status* and then click **Select**.

- You'll then be presented with a page that looks similar to the below image and you need to configure the fields as outlined in the next steps.

![](/integrations/success-factors/create-integration-trigger/success-factors-integration-trigger-options.2a5ca563f9c604f5ca578b8543699856f92bc2377412f7d5f93d0a0a7b1293ab.png)
### Configure Fields
Use the field selector to create an object that looks like the following:

![](/integrations/success-factors/create-integration-trigger/success-factors-integration-trigger-fields.4de41bed36993ebe660fba35f31ab4c6c94f40091624e2857b19218fbcad36a9.png)
The sample data should look similar to the following:

```json
{
  "job_application": {
    "application_id": 4541,
    "job_application_status_id": 352,
    "candidate_id": 4148,
    "application_status_id": 10
  }
}
```

### Response Fields
No data is returned to Success Factors for processing so this can be skipped.

### Filter
Use the filter options to restrict the notifications to Cronofy to only trigger when candidates are moved into the appropriate state. Typically this will be based on the Job Application Status.

![](/integrations/success-factors/create-integration-trigger/success-factors-integration-trigger-filter.e8067efce5c4f544e95efb08c15f2b9e1d9b67f7ffc0447a13ad1ddf93171892.png)
### Destination Settings
This is the section that is used to configure the Cronofy endpoint that is called when the Integration is triggered.

![](/integrations/success-factors/create-integration-trigger/success-factors-integration-trigger-destination-settings.841b018b20f96e48be2a6b84041c3a01ac1e616da91c765840e53c7cc31f50fc.png)
You can find these details in the Cronofy Scheduling Trigger UI.

![](/integrations/success-factors/create-integration-trigger/success-factors-integration-trigger-cronofy-destination-settings.efcb40e47ccb997e90540ca7e83f734a62c120143a54e1aea5b47a2926fb777a.png)
Once you have reviewed and run the configuration, the integration trigger is set up.


---
[Read in HTML](/integrations/success-factors/create-integration-trigger/)
