|
| 1 | +settings: |
| 2 | + - category: Connection Settings |
| 3 | + settings: |
| 4 | + - name: API Key (required) |
| 5 | + description: Your Customer.io API Key. This can be found on the [API Credentials Page](https://fly.customer.io/settings/api_credentials){:target="_blank"}. |
| 6 | + default: |
| 7 | + - name: Site ID (required) |
| 8 | + description: Your Customer.io site Key. This can be found on the [API Credentials Page](https://fly.customer.io/settings/api_credentials){:target="_blank"}. |
| 9 | + default: |
| 10 | +actions: |
| 11 | + - action: Track Event |
| 12 | + blurb: Track an event for a known person. |
| 13 | + fields: |
| 14 | + - name: Event Name (required) |
| 15 | + description: The name of the event. |
| 16 | + default: event |
| 17 | + - name: Person ID |
| 18 | + description: The ID of the person who triggered the event. |
| 19 | + default: userId |
| 20 | + - name: Anonymous ID |
| 21 | + description: The Anonymous ID of the person who triggered the event. |
| 22 | + default: anonymousId |
| 23 | + - name: Event Type |
| 24 | + description: Override the event type. For example, "page". |
| 25 | + default: type |
| 26 | + - name: Data |
| 27 | + description: Any customer data to include with the event. |
| 28 | + default: properties |
| 29 | + - action: Create or Update Person |
| 30 | + blurb: Update a person in Customer.io or create them if they don't exist. |
| 31 | + fields: |
| 32 | + - name: Person ID (required) |
| 33 | + description: The identifier used to uniquely identify a person in Customer.io |
| 34 | + default: userId |
| 35 | + - name: Email Address (required) |
| 36 | + description: The email address of the person. |
| 37 | + default: traits.userId |
| 38 | + - name: Anonymous ID |
| 39 | + description: The Anonymous ID to uniquely identify a person in Customer.io. |
| 40 | + default: anonymousId |
| 41 | + - name: Created At |
| 42 | + description: The timestamp for when this person was created. |
| 43 | + default: timestamp |
| 44 | + - name: Custom Attributes |
| 45 | + description: Optional custom attributes for this person. When you update a person, attributes are added and not removed. |
| 46 | + default: traits |
| 47 | + - action: Create or Update Device |
| 48 | + blurb: Update a person's device in Customer.io, or create it if it doesn't exist. |
| 49 | + fields: |
| 50 | + - name: Person ID (required) |
| 51 | + description: The ID of the person this device belongs to. |
| 52 | + default: userId |
| 53 | + - name: Device ID (required) |
| 54 | + description: The unique ID for the device from which the event was sent. |
| 55 | + default: context.device.id |
| 56 | + - name: Platform (required) |
| 57 | + description: The platform of the device. |
| 58 | + default: context.device.type |
| 59 | + - name: Last Used |
| 60 | + description: The timestamp for when the device was last used. |
| 61 | + default: timestamp |
| 62 | + - action: Track Anonymous Event |
| 63 | + blurb: Track an event not tied to a known person. |
| 64 | + fields: |
| 65 | + - name: Event Name (required) |
| 66 | + description: The name of the event. |
| 67 | + default: event |
| 68 | + - name: Data |
| 69 | + description: Custom data to include with the event. If `recipient`, `from_address`, or `reply_to` are sent, they will override settings on any campaings triggered by this event. `recipient` is required if the event is used to trigger a campaign. |
| 70 | + default: properties |
| 71 | +config: |
| 72 | + - category: Connection Settings |
| 73 | + settings: |
| 74 | + - name: API Key |
| 75 | + connection_mode: |
| 76 | + - cloud |
| 77 | + - device-web |
| 78 | + configurable: true |
| 79 | + location: |
| 80 | + notes: Set the API key as a connection setting during initial configuration, or on the Settings tab. |
| 81 | + - name: Customer.io Datacenter |
| 82 | + connection_mode: |
| 83 | + - cloud |
| 84 | + - device-web |
| 85 | + configurable: false |
| 86 | + location: |
| 87 | + notes: Customer.io Data Center is not needed in Customer.io (Actions) |
| 88 | + - name: Site ID |
| 89 | + connection_mode: |
| 90 | + - cloud |
| 91 | + - device-web |
| 92 | + configurable: true |
| 93 | + location: |
| 94 | + notes: Set the Site ID as a connection setting during initial configuration, or on the Settings tab. |
| 95 | + - name: Connection Mode |
| 96 | + connection_mode: |
| 97 | + - cloud |
| 98 | + - device-web |
| 99 | + configurable: false |
| 100 | + location: |
| 101 | + notes: Customer.io (Actions) supports cloud-mode. |
| 102 | + - category: Other Settings |
| 103 | + settings: |
| 104 | + - name: Convert to Unix Time |
| 105 | + connection_mode: |
| 106 | + - cloud |
| 107 | + - device-web |
| 108 | + configurable: false |
| 109 | + location: |
| 110 | + notes: tbd |
0 commit comments