bosOnline
  1. Follow up
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
          POST
        • Follow Up Attempts
          GET
      • Edit Choose Courier
        PUT
      • Edit Payment Method
        PATCH
      • Detail Order
        GET
      • Edit Customer Order
        PUT
      • Edit Another Fee
        PUT
      • Order List
        GET
      • Confirm Payment
        POST
      • Update Payment Method
        PUT
      • Update Pengiriman Kurir
        GET
      • Update Status Order
        PATCH
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Follow up

Follow Up Attempts

Developing
GET
/store/order/followup-attempts
Endpoint ini digunakan untuk menampilkan template dari follow up disetiap order yang sudah masuk. Terdapat lebih dari 1 template. Secara default template akan diproses sesuai urutan. Tetapi bisa juga beberapa template dilewati sesuai keinginan seller. Contoh dari Follow Up 1 menuju ke Follow Up 4.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/order/followup-attempts?sku=ESB-001'
Response Response Example
200 - Success
{
    "data": [
        {
            "folowup_attempts": 0,
            "customer_name": "PUTRI",
            "customer_phone": "08190211411",
            "followup_text": "Selamat datang ditoko kami"
        }
    ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
sku
string 
optional
Example:
ESB-001

Responses

🟢200Success
application/json
Body
data
array [object {4}] 
required
folowup_attempts
integer 
optional
customer_name
string 
optional
customer_phone
string 
optional
followup_text
string 
optional
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-23 07:47:35
Previous
Follow Up
Next
Edit Choose Courier
Built with