JP2023111042A - Distribution server, distribution method, and program - Google Patents

Distribution server, distribution method, and program Download PDF

Info

Publication number
JP2023111042A
JP2023111042A JP2022012666A JP2022012666A JP2023111042A JP 2023111042 A JP2023111042 A JP 2023111042A JP 2022012666 A JP2022012666 A JP 2022012666A JP 2022012666 A JP2022012666 A JP 2022012666A JP 2023111042 A JP2023111042 A JP 2023111042A
Authority
JP
Japan
Prior art keywords
message
information
log
webhook
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2022012666A
Other languages
Japanese (ja)
Inventor
聡 後藤
Satoshi Goto
俊哉 緒方
Toshiya Ogata
義輝 佐藤
Yoshiteru Sato
嵩実 小松
Takami Komatsu
千紘 小野田
Chihiro Onoda
明穂 林
Akiho Hayashi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toppan Edge Inc
Original Assignee
Toppan Edge Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toppan Edge Inc filed Critical Toppan Edge Inc
Priority to JP2022012666A priority Critical patent/JP2023111042A/en
Publication of JP2023111042A publication Critical patent/JP2023111042A/en
Priority to JP2023148529A priority patent/JP2023169269A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Telephonic Communication Services (AREA)

Abstract

To prevent a log, which is generated using Webhook information, from being complicated by identifying a message to which a reply is performed based on the Webhook information.SOLUTION: A distribution server comprises: a message generation unit for generating a message using an RCS which makes post back data including identification information for identifying the message correspondent to a content included in the message; an acquisition unit for acquiring Web hook information including the post back data, the Webhook information being reported from a communication carrier when the content is operated; an identification unit for identifying the message corresponding to the operated content using the identification information included in the Webhook information; and a log generation unit which generates a log using the Webhook information and generates the log, in which the identification information is not included, in accordance with an output destination of the log.SELECTED DRAWING: Figure 3

Description

本発明は、配信サーバ、配信方法、及びプログラムに関する。 The present invention relates to a distribution server, distribution method, and program.

オンラインで情報を通知する電子通知サービスがある。特許文献1では、通知先の相手がすぐに見ることのできる確率が高いメールアドレスに情報を送信する技術が開示されている。 There are electronic notification services that post information online. Japanese Patent Application Laid-Open No. 2002-200001 discloses a technique for transmitting information to an email address that is highly likely to be immediately accessible to the recipient of the notification.

このような電子通知サービスのうち、携帯電話番号を宛先とするメッセージサービスが広く普及している。携帯電話番号を宛先とするメッセージサービスには、例えば、RCS(Rich Communication Services)等がある。携帯電話番号を宛先とすることにより、通知先の相手のメールアドレスが不明であっても、メッセージを送信することができる。 Among such electronic notification services, message services addressed to mobile phone numbers are widely used. Message services addressed to mobile phone numbers include, for example, RCS (Rich Communication Services). By using the mobile phone number as the destination, the message can be sent even if the e-mail address of the recipient of the notification is unknown.

携帯電話番号を宛先とするメッセージサービスでは、例えば、企業などからの依頼元からの要求に応じて顧客の通信端末にメッセージを通知し、顧客から得られた応答をログとして依頼元に通知するサービスを行っている。RCSを用いた場合、メッセージに対する応答の操作がなされると、当該操作がなされた内容及び当該操作がなされた通信装置の電話番号等が、Webhook情報として通信事業者から通知される。例えば、このWebhook情報を基にログを生成することができる。 In a message service with a mobile phone number as the destination, for example, a message is sent to the customer's communication terminal in response to a request from the requester of a company, etc., and the response obtained from the customer is sent as a log to the requester. It is carried out. When RCS is used, when an operation is performed to respond to a message, the details of the operation and the telephone number of the communication device on which the operation was performed are notified from the carrier as Webhook information. For example, a log can be generated based on this webhook information.

特開2007-241732号公報JP 2007-241732 A

ところで、Webhook情報には通知したメッセージと、そのメッセージに対する応答であるアクション情報との関連付けが示されていない。例えば、同じメッセージを複数回送信した後になされた応答について、複数回送信した何れのメッセージに対して応答がなされたかWebhook情報に示されていないという課題があった。 By the way, the Webhook information does not show the association between the notified message and the action information, which is the response to the message. For example, with respect to responses made after the same message has been sent multiple times, there has been a problem that the Webhook information does not indicate to which message of the multiple transmissions the response has been made.

この課題に対しポストバックデータを利用することができる。ポストバックデータは、メッセージの応答に用いられるコンテンツ、例えば、「はい」、「いいえ」などが示されたボタンに設定することができる情報であり、コンテンツに対する操作が行われた場合にWebhook情報に含まれて通知される情報である。例えば、「はい」、「いいえ」などのボタンに、メッセージを特定可能な識別子をポストバックデータに設定したメッセージを生成する。このようにして生成したメッセージのボタンがタップ操作されると、その操作に対応して識別子を含むWebhook情報が通知される。通知されたWebhook情報から抽出した識別子に基づいて応答がなされたメッセージを特定することができる。 Postback data can be used for this task. Postback data is information that can be set to buttons indicating content used to respond to messages, for example, 'yes' and 'no', and is included in webhook information when an operation is performed on the content. This is the information notified by For example, a message is generated in which an identifier that can identify the message is set in the postback data for buttons such as "yes" and "no". When the button of the message generated in this manner is tapped, Webhook information including an identifier is notified corresponding to the operation. A message to which a response has been made can be identified based on the identifier extracted from the notified Webhook information.

しかしながら、ポストバックデータに識別子等の情報を設定した場合、Webhook情報を基にログを生成すると、生成したログに識別子などの情報が含まれることとなりログが煩雑になるという問題があった。 However, when information such as an identifier is set in the postback data and a log is generated based on the Webhook information, the generated log includes information such as the identifier, resulting in a problem that the log becomes complicated.

本発明は、このような事情に鑑みてなされたもので、その目的は、Webhook情報に基づいて応答がなされたメッセージを特定することができ、Webhook情報を用いて生成したログが煩雑にならないようにすることができる配信サーバ、配信方法、及びプログラムを提供することにある。 The present invention has been made in view of such circumstances, and its object is to be able to identify a message to which a response has been made based on Webhook information, and to prevent the log generated using Webhook information from becoming complicated. To provide a distribution server, a distribution method, and a program capable of

上述した課題を解決するために、本発明に係る配信サーバは、通信事業者を介して、RCS(Rich Communication Services)を用いたメッセージを通信端末に送信する配信サーバであって、前記メッセージに含まれるコンテンツに、前記メッセージを識別する識別情報を含むポストバックデータを対応づけた前記メッセージを生成するメッセージ生成部と、前記コンテンツが操作された場合に前記通信事業者から通知されるWebhook情報であって、前記ポストバックデータを含むWebhook情報を取得する取得部と、前記Webhook情報に含まれる前記識別情報を用いて、前記操作されたコンテンツに対応する前記メッセージを特定する特定部と、前記Webhook情報を用いてログを生成し、前記ログの出力先に応じて、前記識別情報を含まない前記ログを生成するログ生成部を備える。 In order to solve the above-described problems, a distribution server according to the present invention is a distribution server that transmits a message using RCS (Rich Communication Services) to a communication terminal via a telecommunications carrier, wherein: a message generation unit that generates the message in which postback data including identification information that identifies the message is associated with the content to be received; and Webhook information that is notified from the telecommunications carrier when the content is operated, , an acquisition unit for acquiring Webhook information including the postback data; an identification unit for identifying the message corresponding to the operated content using the identification information included in the Webhook information; and using the Webhook information. and a log generation unit that generates the log that does not include the identification information according to the output destination of the log.

また、上述した課題を解決するために、本発明に係る配信方法は、通信事業者を介して、RCS(Rich Communication Services)を用いたメッセージを通信端末に送信する配信サーバであるコンピュータが行う配信方法であって、メッセージ生成部が、前記メッセージに含まれるコンテンツに、前記メッセージを識別する識別情報を含むポストバックデータを対応づけた前記メッセージを生成し、取得部が、前記コンテンツが操作された場合に前記通信事業者から通知されるWebhook情報であって、前記ポストバックデータを含むWebhook情報を取得し、特定部が、前記Webhook情報に含まれる前記識別情報を用いて、前記操作されたコンテンツに対応する前記メッセージを特定し、ログ生成部が、前記Webhook情報を用いてログを生成し、前記ログの出力先に応じて、前記識別情報を含まない前記ログを生成する。 Further, in order to solve the above-described problems, a delivery method according to the present invention provides a delivery method performed by a computer, which is a delivery server, for transmitting a message using RCS (Rich Communication Services) to a communication terminal via a telecommunications carrier. In the method, a message generation unit generates the message in which postback data including identification information for identifying the message is associated with content included in the message, and an acquisition unit performs the operation when the content is operated. is the Webhook information notified from the telecommunications carrier and includes the postback data, and the specifying unit uses the identification information included in the Webhook information to correspond to the operated content A log generation unit generates a log using the Webhook information, and generates the log that does not include the identification information according to the output destination of the log.

また、上述した課題を解決するために、本発明は、コンピュータを、上記に記載の配信サーバとして動作させるためのプログラムであって、前記コンピュータを前記配信サーバが備える各部として機能させるためのプログラムである。 Further, in order to solve the above-described problems, the present invention provides a program for causing a computer to operate as the distribution server described above, the program for causing the computer to function as each unit provided in the distribution server. be.

本発明によれば、メッセージにあるリンクに示されたWebサイトにアクセスした通信装置が、当該メッセージの送信対象であるユーザの通信装置であるか否かを判定することができる。 According to the present invention, it is possible to determine whether or not a communication device that has accessed a website indicated by a link in a message is the communication device of the user to whom the message is to be sent.

実施形態に係る情報処理システム1の構成例を示す概略ブロック図である。1 is a schematic block diagram showing a configuration example of an information processing system 1 according to an embodiment; FIG. 実施形態に係るメッセージの例を示す図である。It is a figure which shows the example of the message based on embodiment. 実施形態に係る配信サーバ10の構成例を示すブロック図である。2 is a block diagram showing a configuration example of distribution server 10 according to the embodiment; FIG. 実施形態に係る配信情報120の例を示す図である。It is a figure which shows the example of the delivery information 120 which concerns on embodiment. 実施形態に係る応答情報121の例を示す図である。It is a figure which shows the example of the response information 121 which concerns on embodiment. 実施形態に係る情報処理システム1が行う処理の流れを示すシーケンス図である。4 is a sequence diagram showing the flow of processing performed by the information processing system 1 according to the embodiment; FIG.

以下、本発明の一実施形態について図面を参照して説明する。 An embodiment of the present invention will be described below with reference to the drawings.

図1は、実施形態に係る情報処理システム1の構成例を示す概略ブロック図である。情報処理システム1は、例えば、配信サーバ10と、企業サーバ20と、通信事業者サーバ30と、通信端末40とを含む。 FIG. 1 is a schematic block diagram showing a configuration example of an information processing system 1 according to an embodiment. The information processing system 1 includes, for example, a distribution server 10, a company server 20, a carrier server 30, and a communication terminal 40.

配信サーバ10は、通信端末40に対するメッセージを送信するサービスを提供する事業者が管理するサーバ装置である。配信サーバ10は、通信端末40に対するメッセージを、通信事業者サーバ30を介して送信(配信)する。配信サーバ10は、電話番号を宛先とするメッセージサービスであるRCS(Rich Communication Services)を用いてメッセージを送信する。配信サーバ10は、企業サーバ20、及び通信事業者サーバ30との間で無線通信又は有線通信をする。 The distribution server 10 is a server device managed by an operator who provides a service of sending messages to the communication terminal 40 . The distribution server 10 transmits (distributes) a message to the communication terminal 40 via the carrier server 30 . The distribution server 10 transmits a message using RCS (Rich Communication Services), which is a message service whose destination is a telephone number. The distribution server 10 performs wireless or wired communication with the company server 20 and the carrier server 30 .

企業サーバ20は、メッセージの配信を情報処理システム1に依頼する依頼者が管理するサーバ装置である。依頼者は、例えば、送信先のユーザに対して情報を提供する企業や団体、例えば銀行や保険会社等である。企業サーバ20は、配信サーバ10との間で無線通信又は有線通信をする。 The company server 20 is a server device managed by a requester who requests the information processing system 1 to deliver a message. The requester is, for example, a company or organization that provides information to the destination user, such as a bank or an insurance company. The company server 20 performs wireless or wired communication with the distribution server 10 .

通信事業者サーバ30は、通信事業者によって管理されるサーバ装置である。通信事業者は、例えば、自らが保有又は運用する通信回線を用いて、電話番号を利用した通信サービスを通信端末40に提供するMNO(Mobile Network Operator、移動体通信事業者)である。通信サービスには、RCSを用いた通信が含まれる。通信事業者サーバ30は、配信サーバ10、及び通信端末40との間で無線通信又は有線通信をする。通信事業者サーバ30は、配信サーバ10からの配信リクエストに応じて、RCSを用いたメッセージを通信端末40に送信する。
RCSを用いた通信サービスでは、通信端末40に送信したメッセージに対するWebhook(ウェブフック)情報が、配信サーバ10に送信される。Webhook情報は、メッセージのステータス、例えば、通信端末40にメッセージが受信された、或いはメッセージに既読や応答の操作がされた等の状態を示す情報である。
The carrier server 30 is a server device managed by a carrier. The telecommunications carrier is, for example, an MNO (Mobile Network Operator) that provides the communication terminal 40 with a communication service using a telephone number using a communication line owned or operated by itself. Communication services include communication using RCS. The carrier server 30 performs wireless or wired communication with the distribution server 10 and the communication terminal 40 . The carrier server 30 transmits a message using RCS to the communication terminal 40 in response to the distribution request from the distribution server 10 .
In a communication service using RCS, Webhook information for a message sent to communication terminal 40 is sent to distribution server 10 . The Webhook information is information indicating the status of the message, for example, the status that the message has been received by the communication terminal 40, or that the message has been read or a response operation has been performed.

通信端末40は、スマートフォン又は携帯電話など、電話番号を対応づけることが可能な通信装置である。通信端末40は、ユーザ等によって、通信事業者サーバ30の事業者と、通信端末40を用いた通信サービスを利用するための契約がなされる。通信端末40は、契約している通信事業者が提供する通信サービスを用いて通信することが可能である。通信端末40には電話番号が割り当てられており、この電話番号を送信先とした通信、すなわちRCSを用いた通信を行う機能を有する。
通信端末40は、例えば、液晶ディスプレイ等の表示部と、ユーザによる操作を受け付けるタッチパネル等の操作部を有する。通信端末40は、通信事業者サーバ30及び通信端末40を通信相手として通信ネットワークNWを用いた通信をする。ユーザは、例えば生活者である。
The communication terminal 40 is a communication device such as a smart phone or a mobile phone that can be associated with a phone number. The communication terminal 40 is contracted by a user or the like with the provider of the communication provider server 30 to use a communication service using the communication terminal 40 . The communication terminal 40 can communicate using a communication service provided by a contracted communication carrier. A telephone number is assigned to the communication terminal 40, and it has a function of performing communication with this telephone number as a transmission destination, that is, communication using RCS.
The communication terminal 40 has, for example, a display unit such as a liquid crystal display, and an operation unit such as a touch panel that receives user operations. The communication terminal 40 communicates with the communication carrier server 30 and the communication terminal 40 using the communication network NW. A user is, for example, a living person.

図2は、実施形態に係るメッセージの例を示す図である。図2には、テキストM1、カルーセルC、テキストM2、ボタンBのそれぞれのメッセージが、順に、通信端末40に通知された場合に、通信端末40の表示画面に表示される情報が示されている。 FIG. 2 is a diagram illustrating an example of a message according to the embodiment; FIG. 2 shows information displayed on the display screen of the communication terminal 40 when the respective messages of the text M1, the carousel C, the text M2, and the button B are notified to the communication terminal 40 in order. .

この図の例に示すように、通信端末40には、複数のメッセージが通知される。複数のメッセージは、例えば、予め決定されたシナリオに応じて送信される。ここでのシナリオは、送信するメッセージや、送信したメッセージに対して得られた応答等に応じて、どのような順序でどのようなメッセージを送信するかを規定する情報である。
シナリオに用いられるメッセージのうち、カルーセルC及びボタンB等、応答の操作を行うことができるメッセージには、応答の操作に用いられるコンテンツが含まれる。例えば、カルーセルCには、タップ操作を受け付けるボタンCB1、CB2が含まれる。例えば、ボタンBには、「はい」、及び「いいえ」が示されたボタンが含まれる。
これらの応答の操作に用いられるコンテンツには、配信者である配信サーバ10によってポストバックデータを設定することができる。コンテンツにポストバックデータを設定することにより、コンテンツが操作された場合にコンテンツに設定されたポストバックデータを含むWebhook情報が、通信事業者サーバ30から配信サーバ10に通知される。
As shown in the example of this figure, the communication terminal 40 is notified of a plurality of messages. Multiple messages are sent, for example, according to predetermined scenarios. Here, the scenario is information that defines what messages are to be sent in what order according to the messages to be sent and the responses to the messages that have been sent.
Among the messages used in the scenario, messages for which response operations can be performed, such as carousel C and button B, include contents used for response operations. For example, the carousel C includes buttons CB1 and CB2 that accept tap operations. For example, Button B includes buttons labeled "Yes" and "No".
Postback data can be set by the distribution server 10, which is the distributor, in the contents used for these response operations. By setting postback data in the content, Webhook information including the postback data set in the content is notified from the carrier server 30 to the distribution server 10 when the content is operated.

図3は、実施形態に係る配信サーバ10の構成例を示すブロック図である。図2に示すように、配信サーバ10は、通信部11と、記憶部12と、制御部13とを備える。通信部11は、企業サーバ20、及び通信事業者サーバ30と通信を行う。記憶部12は、各種情報、例えば、配信情報120及び応答情報121を記憶する。配信情報120は、通信端末40に送信するメッセージに関する情報である。応答情報121は、通信端末40に送信したメッセージに対する応答に関する情報である。 FIG. 3 is a block diagram showing a configuration example of the distribution server 10 according to the embodiment. As shown in FIG. 2 , distribution server 10 includes communication unit 11 , storage unit 12 , and control unit 13 . The communication unit 11 communicates with the company server 20 and the carrier server 30 . The storage unit 12 stores various types of information such as distribution information 120 and response information 121 . The delivery information 120 is information about a message to be sent to the communication terminal 40. FIG. The response information 121 is information about responses to messages sent to the communication terminal 40 .

記憶部12は、記憶媒体、例えば、HDD(Hard Disk Drive)、フラッシュメモリ、EEPROM(Electrically Erasable Programmable Read Only Memory)、RAM(Random Access read/write Memory)、ROM(Read Only Memory)、またはこれらの記憶媒体の任意の組み合わせによって構成される。記憶部12は、例えば、不揮発性メモリを用いることができる。 The storage unit 12 includes a storage medium such as a HDD (Hard Disk Drive), flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), RAM (Random Access read/write Memory), ROM (Read Only Memory). mory), or these Consists of any combination of storage media. A non-volatile memory, for example, can be used for the storage unit 12 .

制御部13は、例えば、取得部130と、メッセージ生成部131と、特定部132と、ログ生成部133を備える。
取得部130は、各種の情報を取得する。例えば、取得部130は、後述するメッセージ生成部131によって生成されたメッセージに関する情報を取得し、取得した情報を記憶部12に記憶させる。メッセージに関する情報が記憶部12に書き込まれることで、このメッセージに関する情報を配信情報120として用いることが可能となる。また、取得部130は、通信事業者サーバ30から受信したWebhook情報を取得し、取得したWebhook情報を記憶部12に記憶させる。Webhook情報が記憶部12に書き込まれることで、このWebhook情報を応答情報121として用いることが可能となる。
The control unit 13 includes an acquisition unit 130, a message generation unit 131, a specification unit 132, and a log generation unit 133, for example.
Acquisition unit 130 acquires various types of information. For example, the acquisition unit 130 acquires information about a message generated by a message generation unit 131, which will be described later, and causes the storage unit 12 to store the acquired information. By writing the information about the message to the storage unit 12 , it becomes possible to use the information about the message as the distribution information 120 . The acquisition unit 130 also acquires the webhook information received from the carrier server 30 and causes the storage unit 12 to store the acquired webhook information. By writing the webhook information to the storage unit 12 , it becomes possible to use this webhook information as the response information 121 .

メッセージ生成部131は、通信端末40に送信するメッセージを生成する。メッセージ生成部131は、RCSで利用可能なメッセージ、例えば、リッチカード、及びチップリストなどを生成する。メッセージ生成部131は、例えば、メッセージで利用することができるコンテンツ、例えばカルーセルCに、ポストバックデータを対応づけたメッセージを生成する。メッセージ生成部131は、ポストバックデータに、メッセージを識別する識別情報が含まれるようにしてメッセージを生成する。 Message generator 131 generates a message to be transmitted to communication terminal 40 . The message generator 131 generates messages that can be used in RCS, such as rich cards and tip lists. The message generation unit 131 generates a message in which postback data is associated with content that can be used in the message, such as the carousel C, for example. The message generator 131 generates a message such that the postback data includes identification information for identifying the message.

特定部132は、メッセージに対する応答がなされた場合に、何れのメッセージに対して応答がなされたかを、Webhook情報に含まれる識別情報に基づいて特定する。 The specifying unit 132 specifies, when a response is made to a message, to which message the response is made based on the identification information included in the Webhook information.

例えば、自動車保険に関するメッセージをユーザの通信端末40に送信する場合を考える。ユーザが複数台の自動車を保有しており、それぞれの自動車に自動車保険に加入させている場合、それぞれの自動車保険に関するメッセージが通知される。このため、ユーザの通信端末40は、同様な内容が示された複数のメッセージを受信する。ユーザが、通信端末40を操作して何れかのメッセージに対してボタンを押下した場合、その操作に対応してWebhook情報が通知される。ここで通知されるWebhook情報には、ユーザの通信端末40の電話番号が含まれていることからユーザがメッセージに反応したことが判る。しかし、Webhook情報には反応がなされたメッセージとは異なるメッセージIDが付与されているため、複数あるうちの何れのメッセージに反応したかが特定できないケースが発生し得る。
また、例えば、請求に関するメッセージを、毎月、ユーザの通信端末40に送信する場合を考える。月ごとの請求に関するメッセージはフォーマットが統一されており、同じシナリオに沿って、例えば、「確認する」ボタンが付与されたメッセージが作成される。このような請求に関するメッセージについて、例えば、10月分と11月分のそれぞれが作成され、順次、ユーザの通信端末40に送信される。10月分と11月分のメッセージが通信端末40に受信された後、ユーザによってメッセージにある「確認する」ボタンが操作された場合、その操作に対応してWebhook情報が通知される。この場合においてもWebhook情報にある電話番号やメッセージIDからは10月分と11月分の何れのメッセージにある「確認する」ボタンが操作されたのかを特定することができない。
For example, consider the case of sending a message regarding automobile insurance to the communication terminal 40 of the user. If the user owns multiple cars and has car insurance for each car, a message about each car insurance is notified. Therefore, the user's communication terminal 40 receives a plurality of messages showing similar contents. When the user operates the communication terminal 40 and presses a button for any message, Webhook information is notified corresponding to the operation. Since the Webhook information notified here includes the telephone number of the communication terminal 40 of the user, it can be understood that the user has responded to the message. However, since the Webhook information is given a message ID different from that of the message to which the response is made, a case may occur in which it is not possible to specify which of the plurality of messages has been responded to.
Also, for example, consider a case where a message regarding billing is sent to the user's communication terminal 40 every month. Messages about monthly billing have a uniform format, and follow the same scenario, for example, creating a message with a "confirm" button. For such billing messages, for example, October and November messages are created and sent to the communication terminal 40 of the user in sequence. After the messages for October and November are received by the communication terminal 40, when the user operates the "Confirm" button in the messages, Webhook information is notified in response to the operation. In this case as well, it is not possible to specify from the phone number or message ID in the Webhook information whether the "confirm" button in the message for October or November was operated.

これらように、同一の通信端末40に対して、複数のメッセージを送信した場合においても、複数あるメッセージのうちの何れのメッセージに反応したかが特定できることが望ましい。 As described above, even when a plurality of messages are transmitted to the same communication terminal 40, it is desirable to be able to specify which of the plurality of messages the response is to.

この対策として、本実施形態の情報処理システム1では、ボタンに対応づけられているポストバックデータに、何れのメッセージであるのかが特定可能な情報を設定する。すなわち、ボタンが操作され、ユーザの通信端末40から反応(アクション)があった場合に通知されるWebhook情報に、何れのメッセージであるのかが特定可能な情報が設定されたポストバックデータが含まれるようにする。これにより、ユーザの通信端末40からのアクションがあった場合に、何れのメッセージに対する反応であるかを特定することが可能となる。 As a countermeasure against this, in the information processing system 1 of the present embodiment, information that can identify which message is set is set in the postback data associated with the button. That is, the webhook information notified when the button is operated and there is a reaction (action) from the communication terminal 40 of the user includes the postback data in which the information that can specify which message is set is included. to As a result, when there is an action from the communication terminal 40 of the user, it is possible to specify which message the response is to.

ログ生成部133は、ログを生成する。ログは、送信したメッセージと、そのメッセージに対するステータス情報や応答に関する情報であって、例えば、送信したメッセージと、当該メッセージに対して得られた応答内容、応答に対応する操作が行われた日時などを示す情報である。 The log generator 133 generates logs. Logs are information about sent messages and status information and responses to those messages. is information indicating

ログ生成部133は、出力先に応じたログを生成する。例えば、依頼者に通知するログを生成する場合、ログ生成部133は、識別情報を含まないログを生成する。上述したような、ユーザが保有する複数の自動車のそれぞれの保険契約に関するメッセージ、或いは、月ごとに送信する請求に関するメッセージなど、同一の電話番号宛てに同じ内容を示す複数のメッセージを、所定期間が経過した後に順次配信するように依頼された場合、何れのメッセージに対してユーザから反応が得られたかを識別可能な情報をログに含めると煩雑となり判りにくくなってしまう可能性が高い。このため、ログ生成部133は、出力先に応じて、識別情報を含まないログを生成する。 The log generator 133 generates a log according to the output destination. For example, when generating a log to be notified to the client, the log generator 133 generates a log that does not include identification information. A plurality of messages indicating the same content addressed to the same telephone number, such as a message regarding insurance contracts for each of a plurality of automobiles owned by the user as described above, or a message regarding billing sent monthly, is sent to the same telephone number for a predetermined period of time. If a request is made to distribute the messages sequentially after the elapse of time, it is likely that the log will become complicated and difficult to understand if information that enables identification of which message has received a response from the user is included in the log. Therefore, the log generation unit 133 generates a log that does not include identification information according to the output destination.

図4は、実施形態に係る配信情報120の例を示す図である。配信情報120は、シナリオごとに生成される。 FIG. 4 is a diagram showing an example of distribution information 120 according to the embodiment. Distribution information 120 is generated for each scenario.

配信情報120は、例えば、シナリオID、及び複数のメッセージ(メッセージ1、メッセージ2、メッセージ3、…)のそれぞれに対応する情報を含む。シナリオIDは、シナリオを特定する情報である。メッセージにはシーンIDに対応する情報、及び、メッセージの種別に応じた情報が含まれる。シーンIDは、シナリオにおいて複数のメッセージを通知する場合における、何れのメッセージ、つまりシナリオにおける何通目のメッセージであるかを識別する情報である。
この図では、図2に示すシナリオに対応する配信情報120の例が示されており、メッセージ1がテキストM、メッセージ2がカルーセルCに対応している。
メッセージ1には、シーンID及びテキストデータがある。テキストデータは、テキストで通知されるメッセージの内容を示すテキストデータである。
メッセージ2には、シーンID、及び、リッチカードに対応づけられたポストバックデータがある。ポストバックデータは、カルーセルCに含まれるリッチカードに設定するポストバックデータである。
本実施形態では、このポストバックデータに、シナリオID、シーンID、ユニークID、任意の文字列を設定する。ユニークIDは、メッセージを一意に特定する情報である。任意の文字列は、任意に設定されてよいが、例えば、コンテンツを説明する文字列である。なお、ここでは、ポストバックデータに、シナリオID、シーンID、ユニークID、任意の文字列を設定する場合を例示したが、これに限定されない。ポストバックデータには、少なくとも、メッセージが特定可能な識別情報が設定されればよく、シナリオID、シーンID、ユニークID、任意の文字列の一部、又はこれらの組合せ等に対応する情報が設定されてもよい。
The distribution information 120 includes, for example, a scenario ID and information corresponding to each of a plurality of messages (message 1, message 2, message 3, . . . ). A scenario ID is information that identifies a scenario. The message includes information corresponding to the scene ID and information corresponding to the type of message. The scene ID is information for identifying which message, that is, what order the message is in the scenario when a plurality of messages are notified in the scenario.
This figure shows an example of distribution information 120 corresponding to the scenario shown in FIG. 2, where message 1 corresponds to text M and message 2 corresponds to carousel C.
Message 1 has a scene ID and text data. The text data is text data indicating the content of the message notified in text.
Message 2 has a scene ID and postback data associated with the rich card. The postback data is postback data to be set in the rich card included in the carousel C. FIG.
In this embodiment, a scenario ID, a scene ID, a unique ID, and an arbitrary character string are set in this postback data. A unique ID is information that uniquely identifies a message. The arbitrary character string may be set arbitrarily, and is, for example, a character string that describes the content. In addition, here, a scenario ID, a scene ID, a unique ID, and an arbitrary character string are set in the postback data as an example, but the present invention is not limited to this. The postback data may be set with at least identification information that can identify the message, and information corresponding to a scenario ID, a scene ID, a unique ID, a part of an arbitrary character string, a combination thereof, or the like is set. may

図5は、実施形態に係る応答情報121の例を示す図である。応答情報121は、通信端末40に送信したメッセージに対して得られた反応ごとに生成される。 FIG. 5 is a diagram showing an example of response information 121 according to the embodiment. The response information 121 is generated for each reaction obtained with respect to the message sent to the communication terminal 40 .

応答情報121は、例えば、電話番号、タイムスタンプ、及びポストバックデータのそれぞれの項目に対応する情報を含む。応答情報121におけるこれらの情報、つまり、電話番号、タイムスタンプ、及びポストバックデータのそれぞれの項目に対応する情報は、Webhook情報に含まれる。
電話番号は、ボタンの操作が行われた通信装置の電話番号である。タイムスタンプは、ボタンの操作が行われた時刻を示す情報である。ポストバックデータは、操作が行われたボタンに対応づけられているポストバックデータである。
The response information 121 includes, for example, information corresponding to each item of telephone number, time stamp, and postback data. These pieces of information in the response information 121, that is, the information corresponding to the respective items of telephone number, time stamp, and postback data are included in the Webhook information.
The phone number is the phone number of the communication device on which the button operation was performed. The time stamp is information indicating the time when the button was operated. Postback data is postback data associated with an operated button.

情報処理システム1が行う処理について、図6を用いて説明する。図6は、実施形態に係る情報処理システム1が行う処理の流れを示すシーケンス図である。 Processing performed by the information processing system 1 will be described with reference to FIG. FIG. 6 is a sequence diagram showing the flow of processing performed by the information processing system 1 according to the embodiment.

配信サーバ10は、配信リクエストを通信事業者サーバ30に送信する(ステップS1)。配信サーバ10は、メッセージのコンテンツにポストバックデータを設定したメッセージを生成し、生成したメッセージを通信端末40に配信するように通信事業者サーバ30に要求(リクエスト)をする。 The distribution server 10 transmits a distribution request to the carrier server 30 (step S1). The distribution server 10 generates a message in which postback data is set in the content of the message, and requests the carrier server 30 to distribute the generated message to the communication terminal 40 .

通信事業者サーバ30は、配信サーバ10から配信リクエストを受信すると、配信レスポンスを配信サーバ10に送信する(ステップS11)。通信事業者サーバ30は、受信した配信リクエストに示された配信の対象であるメッセージにID(メッセージID_1)を付与し、付与した(メッセージID_1)を配信サーバ10に送信することにより、配信リクエストに対する応答(レスポンス)をする。
通信事業者サーバ30は、配信リクエストに応じて、通信端末40にメッセージを送信する(ステップS12)。通信事業者サーバ30は、ステップS11で付与した(メッセージID_1)に対応するメッセージを通信端末40に送信する。
通信事業者サーバ30は、通信端末40にメッセージを送信すると、配信サーバ10にステータスを通知する(ステップS13)。通信事業者サーバ30は、ステップS11で付与した(メッセージID_1)、及びメッセージが送信されたことを示すステータス(SENT)を送信することにより、配信サーバ10にステータスを通知する。
Upon receiving the distribution request from the distribution server 10, the carrier server 30 transmits a distribution response to the distribution server 10 (step S11). The communication carrier server 30 assigns an ID (message ID_1) to the message to be delivered indicated in the received delivery request, and transmits the assigned (message ID_1) to the delivery server 10, thereby responding to the delivery request. Give a response.
The carrier server 30 transmits the message to the communication terminal 40 in response to the distribution request (step S12). The carrier server 30 transmits to the communication terminal 40 the message corresponding to (message ID_1) assigned in step S11.
After transmitting the message to the communication terminal 40, the carrier server 30 notifies the distribution server 10 of the status (step S13). The carrier server 30 notifies the distribution server 10 of the status by sending (message ID_1) assigned in step S11 and the status (SENT) indicating that the message has been sent.

通信端末40は、メッセージを受信すると、受信ステータス(メッセージを受信したことを通信事業者サーバ30に通知する制御情報)を送信する(ステップS14)。
通信事業者サーバ30は、通信端末40から受信ステータスを受信すると、配信サーバ10にステータスを通知する(ステップS15)。通信事業者サーバ30は、ステップS11で付与した(メッセージID_1)、及びメッセージが受信されたことを示すステータス(DELIVERED)を送信することにより、配信サーバ10にステータスを通知する。
なお、通信端末40によって、メッセージに対する既読の操作(メッセージの表示)が行われた場合、通信事業者サーバ30を介して、メッセージID_1、及びメッセージが表示されたことを示すステータス(DISPLAYED)が配信サーバ10に通知される。
When receiving the message, the communication terminal 40 transmits a reception status (control information for notifying the communication carrier server 30 that the message has been received) (step S14).
Upon receiving the reception status from the communication terminal 40, the carrier server 30 notifies the distribution server 10 of the status (step S15). The carrier server 30 notifies the distribution server 10 of the status by transmitting (message ID_1) assigned in step S11 and the status (DELIVERED) indicating that the message has been received.
When the communication terminal 40 performs a read operation (message display) on the message, the message ID_1 and the status (DISPLAYED) indicating that the message has been displayed are sent via the communication carrier server 30. The distribution server 10 is notified.

通信端末40は、メッセージに対する応答の操作が行われると、応答の操作が行われた旨を示す制御情報を通信事業者サーバ30に送信する(ステップS16)。
通信事業者サーバ30は、通信端末40から応答の操作が行われた旨を示す制御情報を受信すると、配信サーバ10にWebhook情報を通知することにより、メッセージのステータスを通知する(ステップS17)。Webhook情報にはメッセージID_2が付与されているが、このメッセージID_2はメッセージID_1とは紐づけられていない。通信事業者サーバ30は、メッセージID_2、及びメッセージに対する応答がなされたことを示すステータスを送信することにより、配信サーバ10にステータスを通知する。ここで通知されるステータスが(Webhook情報)に相当する。ここで通知されるステータスには、応答内容、応答の操作が行われた日時、応答の操作が行われた通信端末40の電話番号、及び応答の操作がなされたコンテンツに設定されているポストバックデータが含まれる。
When a response operation to the message is performed, the communication terminal 40 transmits control information indicating that the response operation has been performed to the communication carrier server 30 (step S16).
Upon receiving the control information indicating that the response operation has been performed from the communication terminal 40, the carrier server 30 notifies the distribution server 10 of the status of the message by notifying the webhook information (step S17). A message ID_2 is assigned to the Webhook information, but the message ID_2 is not associated with the message ID_1. The carrier server 30 notifies the delivery server 10 of the status by sending message ID_2 and a status indicating that the message has been responded to. The status notified here corresponds to (Webhook information). The status notified here includes the content of the response, the date and time when the response operation was performed, the telephone number of the communication terminal 40 where the response operation was performed, and the postback data set in the content for which the response operation was performed. is included.

以上説明したように、実施形態の配信サーバ10は、通信事業者を介して、RCSを用いたメッセージを、通信端末40に送信する情報処理システムである。情報処理システム1は、メッセージ生成部131と、取得部130と、特定部132と、ログ生成部133を備える。メッセージ生成部131は、メッセージに含まれるボタンB(コンテンツの一例)に、識別情報を含むポストバックデータを対応づけたメッセージを生成する。識別子は、メッセージを識別する識別情報であり、例えば、シナリオID、シーンID、ユニークID、任意の文字列である。取得部130は、Webhook情報を取得する。Webhook情報は、送信されたメッセージにおけるボタンBが操作された場合に通信事業者サーバ30から通知される情報である。Webhook情報には、ボタンBに対応づけられているポストバックデータが含まれる。特定部132は、Webhook情報に含まれる識別情報を用いて、操作されたコンテンツに対応するメッセージを特定する。ログ生成部133は、Webhook情報を用いて、出力先に応じて、識別情報を含まないログを生成する。これにより、実施形態の配信サーバ10は、Webhook情報に基づいて応答がなされたメッセージを特定することができ、Webhook情報を用いて生成したログが煩雑にならないようにすることができる。 As described above, the distribution server 10 of the embodiment is an information processing system that transmits a message using RCS to the communication terminal 40 via the communication carrier. The information processing system 1 includes a message generation unit 131 , an acquisition unit 130 , an identification unit 132 and a log generation unit 133 . The message generator 131 generates a message in which postback data including identification information is associated with button B (an example of content) included in the message. An identifier is identification information for identifying a message, and is, for example, a scenario ID, scene ID, unique ID, or arbitrary character string. Acquisition unit 130 acquires Webhook information. The Webhook information is information notified from the carrier server 30 when button B in the transmitted message is operated. The webhook information includes postback data associated with button B. FIG. The identification unit 132 identifies the message corresponding to the operated content using the identification information included in the webhook information. The log generation unit 133 uses Webhook information to generate a log that does not include identification information according to the output destination. As a result, the delivery server 10 of the embodiment can identify the message to which the response is made based on the Webhook information, and can prevent the log generated using the Webhook information from becoming complicated.

本実施形態の配信サーバ10では、メッセージ生成部131は、メッセージに含まれるコンテンツに、シナリオID、及びシーンIDを含むポストバックデータを対応づけたメッセージを生成する。これにより実施形態の配信サーバ10では、コンテンツに対する操作が行われた場合にシナリオID及びシーンIDを含むWebhook情報を取得することができ、取得したWebhook情報に基づいてメッセージを特定することが可能となる。 In the distribution server 10 of the present embodiment, the message generation unit 131 generates a message in which postback data including a scenario ID and a scene ID are associated with content included in the message. As a result, the distribution server 10 of the embodiment can acquire Webhook information including the scenario ID and the scene ID when an operation is performed on the content, and can specify the message based on the acquired Webhook information. Become.

少なくともポストバックデータとしてユニークIDが設定されていれば、Webhook情報に含まれるユニークIDを用いて配信情報120を参照することによりメッセージを特定することは可能である。しかしながら、配信情報120を参照するステップを含む処理を行わなくてはならない。特に、情報処理システム1で利用される多数のシナリオが配信情報120に記憶されている場合には、配信情報120を参照して1つのメッセージを特定する処理負荷が大きくなる。これに対し、ポストバックデータにシナリオID、及びシーンIDを含めるように構成することによって、配信情報120を参照しなくともメッセージを特定することができ、処理負荷を増大させることなくメッセージを特定することが可能となる。 At least if a unique ID is set as postback data, it is possible to identify the message by referring to the distribution information 120 using the unique ID included in the webhook information. However, processing including the step of referring to the distribution information 120 must be performed. In particular, when a large number of scenarios used in the information processing system 1 are stored in the distribution information 120, the processing load of referring to the distribution information 120 and specifying one message increases. On the other hand, by including the scenario ID and the scene ID in the postback data, the message can be specified without referring to the delivery information 120, and the message can be specified without increasing the processing load. becomes possible.

上述した実施形態における情報処理システム1及び配信サーバ10の全部又は一部をコンピュータで実現するようにしてもよい。その場合、この機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現してもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでもよい。また上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよく、FPGA(Field Programmable Gate Array)等のプログラマブルロジックデバイスを用いて実現されるものであってもよい。 All or part of the information processing system 1 and the distribution server 10 in the above-described embodiments may be realized by a computer. In that case, a program for realizing this function may be recorded in a computer-readable recording medium, and the program recorded in this recording medium may be read into a computer system and executed. It should be noted that the "computer system" referred to here includes hardware such as an OS and peripheral devices. The term "computer-readable recording medium" refers to portable media such as flexible discs, magneto-optical discs, ROMs and CD-ROMs, and storage devices such as hard discs incorporated in computer systems. Furthermore, "computer-readable recording medium" refers to a program that dynamically retains programs for a short period of time, like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. It may also include something that holds the program for a certain period of time, such as a volatile memory inside a computer system that serves as a server or client in that case. Further, the program may be for realizing a part of the functions described above, or may be capable of realizing the functions described above in combination with a program already recorded in the computer system. It may be implemented using a programmable logic device such as an FPGA (Field Programmable Gate Array).

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 Although the embodiment of the present invention has been described in detail with reference to the drawings, the specific configuration is not limited to this embodiment, and design and the like are included within the scope of the gist of the present invention.

1…情報処理システム、10…配信サーバ、20…企業サーバ、30…通信事業者サーバ、40…通信端末40、11…通信部、12…記憶部、120…配信情報、121…応答情報121(Webhook情報)、13…制御部、130…取得部、131…メッセージ生成部、132…特定部、133…ログ生成部133 1... information processing system, 10... delivery server, 20... company server, 30... carrier server, 40... communication terminal 40, 11... communication unit, 12... storage unit, 120... delivery information, 121... response information 121 ( Webhook information), 13... control unit, 130... acquisition unit, 131... message generation unit, 132... identification unit, 133... log generation unit 133

Claims (4)

通信事業者を介して、RCS(Rich Communication Services)を用いたメッセージを通信端末に送信する配信サーバであって、
前記メッセージに含まれるコンテンツに、前記メッセージを識別する識別情報を含むポストバックデータを対応づけた前記メッセージを生成するメッセージ生成部と、
前記コンテンツが操作された場合に前記通信事業者から通知されるWebhook情報であって、前記ポストバックデータを含むWebhook情報を取得する取得部と、
前記Webhook情報に含まれる前記識別情報を用いて、前記操作されたコンテンツに対応する前記メッセージを特定する特定部と、
前記Webhook情報を用いてログを生成し、前記ログの出力先に応じて、前記識別情報を含まない前記ログを生成するログ生成部
を備える配信サーバ。
A distribution server that transmits a message using RCS (Rich Communication Services) to a communication terminal via a communication carrier,
a message generation unit that generates the message in which postback data including identification information for identifying the message is associated with content included in the message;
an acquisition unit configured to acquire Webhook information including the postback data, which is Webhook information notified by the telecommunications carrier when the content is operated;
a specifying unit that specifies the message corresponding to the operated content using the identification information included in the Webhook information;
A distribution server comprising: a log generation unit that generates a log using the Webhook information and generates the log that does not include the identification information according to an output destination of the log.
前記メッセージは、シナリオに応じて送信され、
前記メッセージ生成部は、前記メッセージに含まれるコンテンツに、前記シナリオを識別するシナリオID、及び前記シナリオにおける何れの場面で送信されるメッセージであるかを識別するシーンIDを含むポストバックデータを対応づけた前記メッセージを生成する、
請求項1に記載の配信サーバ。
said message is sent according to a scenario,
The message generation unit associates the content included in the message with postback data including a scenario ID that identifies the scenario and a scene ID that identifies in which scene in the scenario the message is transmitted. generating said message;
The distribution server according to claim 1.
通信事業者を介して、RCS(Rich Communication Services)を用いたメッセージを通信端末に送信する配信サーバであるコンピュータが行う配信方法であって、
メッセージ生成部が、前記メッセージに含まれるコンテンツに、前記メッセージを識別する識別情報を含むポストバックデータを対応づけた前記メッセージを生成し、
取得部が、前記コンテンツが操作された場合に前記通信事業者から通知されるWebhook情報であって、前記ポストバックデータを含むWebhook情報を取得し、
特定部が、前記Webhook情報に含まれる前記識別情報を用いて、前記操作されたコンテンツに対応する前記メッセージを特定し、
ログ生成部が、前記Webhook情報を用いてログを生成し、前記ログの出力先に応じて、前記識別情報を含まない前記ログを生成する
配信方法。
A delivery method performed by a computer serving as a delivery server for sending a message using RCS (Rich Communication Services) to a communication terminal via a telecommunications carrier,
A message generation unit generates the message in which postback data including identification information for identifying the message is associated with content included in the message;
an acquisition unit that acquires Webhook information that is notified from the telecommunications carrier when the content is operated and that includes the postback data;
an identifying unit identifying the message corresponding to the manipulated content using the identification information included in the Webhook information;
A distribution method, wherein a log generation unit generates a log using the Webhook information, and generates the log that does not include the identification information according to an output destination of the log.
コンピュータを、請求項1又は請求項2に記載の配信サーバとして動作させるためのプログラムであって、前記コンピュータを前記配信サーバが備える各部として機能させるためのプログラム。 3. A program for causing a computer to operate as the distribution server according to claim 1 or 2, the program for causing the computer to function as each unit included in the distribution server.
JP2022012666A 2022-01-31 2022-01-31 Distribution server, distribution method, and program Pending JP2023111042A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022012666A JP2023111042A (en) 2022-01-31 2022-01-31 Distribution server, distribution method, and program
JP2023148529A JP2023169269A (en) 2022-01-31 2023-09-13 Distribution server, distribution method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022012666A JP2023111042A (en) 2022-01-31 2022-01-31 Distribution server, distribution method, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023148529A Division JP2023169269A (en) 2022-01-31 2023-09-13 Distribution server, distribution method, and program

Publications (1)

Publication Number Publication Date
JP2023111042A true JP2023111042A (en) 2023-08-10

Family

ID=87551517

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2022012666A Pending JP2023111042A (en) 2022-01-31 2022-01-31 Distribution server, distribution method, and program
JP2023148529A Pending JP2023169269A (en) 2022-01-31 2023-09-13 Distribution server, distribution method, and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2023148529A Pending JP2023169269A (en) 2022-01-31 2023-09-13 Distribution server, distribution method, and program

Country Status (1)

Country Link
JP (2) JP2023111042A (en)

Also Published As

Publication number Publication date
JP2023169269A (en) 2023-11-29

Similar Documents

Publication Publication Date Title
CN100566301C (en) Actionable message is transmitted
JP5399553B2 (en) Method, apparatus and computer program product for invoking an application service for local communication
US7783713B2 (en) Method and apparatus for response enabled messaging
US11336638B2 (en) Apparatus and method for automated email and password creation and curation across multiple websites
CN106529851B (en) Order data processing method, communication data query method and server
US11201840B2 (en) Communication control method and information processing apparatus
KR100396204B1 (en) Receiver's e-mail address input method and computer readable medium stored thereon computer executable instruction for performing the method
CN111311146B (en) Information transmission method and system, communication system, computer readable storage medium
CN104468469A (en) Method and system for arranging by using mobile terminal
JP7003318B2 (en) Information management device and information management method
CN106682916A (en) Generation method of returning service information
CN106469091B (en) For distributing the method and apparatus of available area
JP2023111042A (en) Distribution server, distribution method, and program
JP6972417B2 (en) Mobile devices, systems, access methods, and programs
WO2019124302A1 (en) Management server, message communication method, and message communication program
JP2022164055A (en) Distribution system, server device, distribution method, and program
KR101524024B1 (en) Method for providing message service by application after a call
US20100146343A1 (en) Electronic bulletin board managing apparatus and message notifying method
KR101530203B1 (en) System and method for panel survey research using network
JP2024097577A (en) Distribution server, distribution method, and program
JP2021039505A (en) Message transmission system, message transmission program, and message transmission method
JP7146126B1 (en) Message relay device, message relay method and program
JP2023136208A (en) Distribution server, distribution method, and program
JP6845841B2 (en) Communication equipment, communication methods and communication systems
JP2023076979A (en) Notification management device, notification management method and program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20240209