Set up message authentication for your custom chat configuration

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Create a Hash Message Verification record and Message Auth record to set up message authentication for your custom chat integration. This is configured in the Hash Message Verifications [hash_message_verification] table.

    시작하기 전에

    Configure a provider for your custom chat integration.

    Role required: admin

    이 태스크 정보

    You can create a Hash Message Verification record and Message Auth record to set up message authentication.

    프로시저

    1. Navigate to All, and then enter hash_message_verification.list in the filter.
    2. On the Hash Message Verifications page, click New.
    3. On the form, fill in the fields.
      Field Description
      Name Name of the authentication token, such as TwilioSMSTestAppAuthToken.
      Description Description of the authentication token, such as "Twilio SMS Testing application Auth Token."
      Secret Authentication token (random string).
    4. Click Submit.
    5. Navigate to All, and then enter message_auth.list in the filter.
    6. On the Message Auths page, click New.
    7. On the form, fill in the fields.
      Field Description
      Name Name of the message authentication, such as VA Twilio SMS Test App Message Authentication.
      Provider Provider, such as Twilio.
      Group name Name of the group or team of the provider channel.
      Service Portal Option to redirect users to a service portal for authentication during account linking.
      Inbound message verification Hash message token that was created.
      Outbound message creation Hash message token that was created.
      Outbound service token Token passed to the sender subflow that is used to invoke REST endpoint for the chat client. Use the outbound token to send a message using the REST API.
    8. Click Submit.

    다음에 수행할 작업

    Create a channel identifier for your custom chat integration