Trigger: When an activity is added
Type: Trigger
Occurs: Whenever a new activity is added to iMIS (Note: an edit/update will not fire this trigger!)
Polling interval: 2 minutes
Payload: The new Activity record that was just inserted
Splitting: The automation will run once for each new record. (If 5 activities are created in the 2-minute window, 5 separate automation runs will be started.)
Trigger Filtering
To limit your trigger to certain activity types, you can add a trigger condition which will prevent the trigger from executing unless all conditions are met.
On the trigger item, press the ... menu button and choose Settings.
In the Trigger Conditions section, specify a trigger condition. For example, to filter the trigger to only run for certain activity types:
@equals(triggerBody()?['activityType'], 'GIFT')
When finished, press Done.
Note: This works on ANY trigger, not just the Activity trigger!
Outputs
Code Name | Field Name | Type |
---|---|---|
| Action Codes | string |
| Activity Type | string |
| Amount | number |
| Attachment Sequence | integer |
| Attachment Total | number |
| Batch Number | string |
| Campaign Code | string |
| Category | string |
| Co ID | string |
| Description | string |
| Effective Date | string(date) |
| Grace Period | integer |
| iMIS ID | string |
| Intent To Edit | string |
| Memorial/Tribute Code | string |
| Member Type | string |
| Next Install Date | string(date) |
| Note | string |
| Note 2 | string |
| Object | string |
| Org Code | string |
| Originating Trans Number | integer |
| Other Code | string |
| Other ID | string |
| Pay Method | string |
| Product Code | string |
| Quantity | number |
| Recurring Request | boolean |
| Sequence | integer |
| Solicitor ID | string |
| Source Code | string |
| Source System | string |
| Status Code | string |
| Taxable Value | number |
| Thru Date | string(date) |
| Tickler Date | string(date) |
| Transaction Date | string(date) |
| UF1 | string |
| UF2 | string |
| UF3 | string |
| UF4 | number |
| UF5 | number |
| UF6 | string(date) |
| UF7 | string(date) |
| Units | number |