You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/twilio/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ id: 43bb279b7
17
17
6. Once connected successfully, click **Next** to setup the SQL schema.
18
18
7. Verify the schema and click **Next**.
19
19
8. Set up **Selective Sync**. You have the options to:
20
-
> 1.**Configure the source sync schedule**. This is how often the data syncs. The default option is every three hours.
21
-
> 2.**Select the start date**. This is the date from which the first sync happens. If left blank, a full sync is initiated.
22
-
> 3.**Select the collections to sync**. The collections that you select will be synced from the start date.
23
-
9. Click **Done** to complete integrating your Twilio account with Segment.
24
-
10. To set the date from which the sync should start, go to **Settings > Basic Settings**, and configure the start date.
20
+
> ***Configure the source sync schedule**. This is how often the data syncs. The default option is every three hours.
21
+
> ***Select the start date**. This is the date from which the first sync happens. If left blank, a full sync is initiated.
22
+
> ***Select the collections to sync**. The collections that you select are synced from the start date.
23
+
9. Click **Done** to complete integrating your Twilio account with Segment. Some things to note:
24
+
10. To set the date from which the sync should start, go to **Settings > Basic Settings**, and configure the start date.
25
25
> - Changing the start date after the first sync doesn't change anything unless a full manual sync is initiated.
26
-
> - Changing the collections to be synced takes effect after the next sync. The previous data synced for any collection that has been unselected will be in the warehouse.
26
+
> - Changing the collections to be synced takes effect after the next sync. The previous data synced for any collection that has been unselected is stored in the warehouse.
27
27
> - The default value for Source Sync Schedule in 3 hours. To change the sync schedule, send a message to [friends@segment.com](mailto:friends@segment.com){:target="_blank”}.
28
28
11. Toggle **Enable source** on to start syncing data.
29
29
12. The first sync begins after you successfully create the source. To review the collections and number of rows synced, go to the **Overview** tab.
@@ -73,7 +73,7 @@ The following tables outline the properties included in collections:
73
73
| region | The state or region in which you or your customer is located. |
74
74
| street | The number and street address where you or your customer is located. |
75
75
| received_at | This timestamp is added to incoming records as soon as they hit Segment API. |
76
-
| validated | This value will be`true` if the address has been validated, or `false` for countries that don't require validation or if the address is non-compliant. |
76
+
| validated | This value is`true` if the address has been validated, or `false` for countries that don't require validation or if the address is non-compliant. |
77
77
78
78
79
79
### Calls
@@ -137,10 +137,10 @@ The following tables outline the properties included in collections:
137
137
| date_updated | The date that this resource was last updated, given in RFC 2822 format. |
138
138
| direction | The direction of this message: `inbound` for incoming messages, `outbound-API` for messages initiated using the REST API, `outbound-call` for messages initiated during a call or `outbound-reply` for messages initiated in response to an incoming message. |
139
139
| error_code | The error code associated with your message. |
140
-
| error_message | The human readable description of the `ErrorCode`. If the message status is `failed` or `undelivered` it will have one of the values described in the [Call feedback](#call-feedback) table, or it will otherwise be `null`. |
140
+
| error_message | The human readable description of the `ErrorCode`. If the message status is `failed` or `undelivered` it will have one of the values described in the [Call feedback table](#call-feedback), or it will otherwise be `null`. |
141
141
| from | The phone number (in E.164 format), alphanumeric sender ID, or wireless SIM that initiated the message. |
142
142
| num_media | This property indicates the number of media files associated with the message. Each message can send up to 10 media files. |
143
-
| num_segments | This property indicates the number of segments that make up the message. If your body is too large to be sent as a single SMS message, it will be segmented and charged accordingly. |
143
+
| num_segments | This property indicates the number of segments that make up the message. If your body is too large to be sent as a single SMS message, it is segmented and charged accordingly. |
144
144
| price | The amount billed for the message, in the currency associated with the account. |
145
145
| status | The status of this message. Either `accepted`, `queued`, `sending`, `sent`, `failed`, `delivered`, `undelivered`, `receiving`, or `received`.|
146
146
| to | The phone number that received the message in E.164 format. For incoming messages, this is one of your Twilio phone numbers. For outgoing messages, this is the remote phone. |
0 commit comments