Append items

Adds new items to a list attribute and returns all items of the updated list.

Please log in to see full path URL. Learn why.
post
/people/3/lists/{listName}/items
Request rate limit:
3 requests / second (per account)
path Parameters
listName
required
string

Name of the list attribute.

query Parameters
type
required
string
Enum: "ID" "EXTERNAL_ID" "PHONE" "EMAIL" "LINE" "FACEBOOK" "TELEGRAM" "PUSH" "LIVE_CHAT" "VIBER_BOTS" "INSTAGRAM" "INSTAGRAM_DM" "TWITTER" "APPLE_BUSINESS_CHAT" "KAKAO_SANGDAM" "OPEN_CHANNEL"

Type of the person ID. Can be one of the above.

identifier
required
string

Person ID. ID type must match the type parameter.

sender
string

Sender or application ID.sender is required for all identifier types except ID, EXTERNAL_ID, PHONE, EMAIL

Request Body schema:
application/json
collapse all -
Array

Responses

200

Success

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

429

Too Many Requests

500

Internal Server Error

Request samples

Content type
application/json
Copy
Collapse all
[
  • {
    • "item_field_#1": "some value",
    • "item_field_#2": 42
    }
]

Response samples

Content type
application/json
Copy
Collapse all
[
  • {
    • "__id": "78f47a5a-b9c4-4802-8bed-e81cf5fde0b4",
    • "item_field_#1": "some value"
    },
  • {
    • "__id": "b606345f-f7a6-4b9d-b9f1-75bdeaf0e55f",
    • "item_field_#1": "some value",
    • "item_field_#2": 42
    }
]

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.