Skip to content

Commit 74917ee

Browse files
author
Hugh Durkin
committed
Merge pull request #208 from intercom/edit-bulk
Update README.md
2 parents 72ef109 + d5cf5d8 commit 74917ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ intercom.users.save(user)
7878
intercom.users.all.each {|user| puts %Q(#{user.email} - #{user.custom_attributes["average_monthly_spend"]}) }
7979
intercom.users.all.map {|user| user.email }
8080

81-
#Bulk operations. (BETA)
81+
#Bulk operations.
8282
# Submit bulk job, to create users
8383
intercom.users.submit_bulk_job(create_items: [{user_id: 25, email: "[email protected]"}, {user_id: 25, email: "[email protected]"}])
8484
# Submit bulk job, to delete users
@@ -328,7 +328,7 @@ The metadata key values in the example are treated as follows-
328328

329329
*NB:* This version of the gem reserves the field name `type` in Event data.
330330

331-
Bulk operations. (BETA)
331+
Bulk operations.
332332
```ruby
333333
# Submit bulk job, to create events
334334
intercom.events.submit_bulk_job(create_items: [
@@ -422,7 +422,7 @@ intercom.subscriptions.find(:id => "nsub_123456789")
422422
# list subscriptions
423423
intercom.subscriptions.all
424424
```
425-
### Bulk jobs (Beta)
425+
### Bulk jobs
426426

427427
```ruby
428428
# fetch a job

0 commit comments

Comments
 (0)