Skip to content

Instantly share code, notes, and snippets.

@huetran97
Created December 11, 2019 05:23
Show Gist options
  • Save huetran97/d0cc7d84b25bff1713dc4f7dbc2d8685 to your computer and use it in GitHub Desktop.
Save huetran97/d0cc7d84b25bff1713dc4f7dbc2d8685 to your computer and use it in GitHub Desktop.

Send event staff checkin to webhook

  • Endpoint: /send-lixi
  • Method: POST
  • Headers:
    • X-API-KEY: String
    • X-WEBHOOK-TYPE: String {JOIN_EVENT, CHECKIN}
  • Params:
    • user_id: String, Required
    • event_code: Number, Required
    • workspace_id: String, Required
    • sex: String, Optional
    • phone_number: String, Optional
    • appota_phone_number: String, Optional
    • email: String, Optional
    • company_id: String, Optional
    • office_location : String, Optional
  • Response: JSON
    • error_code: Integer
    • message: String
    • data: Object
      • status: boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment