File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ intercom.users.save(user)
7878intercom.users.all.each {|user | puts %Q( #{ user.email } - #{ user.custom_attributes[" average_monthly_spend" ] } ) }
7979intercom.users.all.map {|user | user.email }
8080
81- # Bulk operations. (BETA)
81+ # Bulk operations.
8282# Submit bulk job, to create users
8383intercom.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
334334intercom.events.submit_bulk_job(create_items: [
@@ -422,7 +422,7 @@ intercom.subscriptions.find(:id => "nsub_123456789")
422422# list subscriptions
423423intercom.subscriptions.all
424424```
425- ### Bulk jobs (Beta)
425+ ### Bulk jobs
426426
427427``` ruby
428428# fetch a job
You can’t perform that action at this time.
0 commit comments