그래프 API 버전

Whats App Business Account Upsert Message Templates

읽기

이 엔드포인트에서 수행할 수 없는 작업입니다.

만들기

다음 경로에서 upsert_message_templates 에지에 POST 요청을 만들 수 있습니다:
When posting to this edge, no Graph object will be created.

매개변수

매개변수설명
category
enum {AUTHENTICATION}

Template category. See Template Categories.

필수
components
array<JSON object>

Array of components that make up the template. See Template Components.

필수
type
enum {GREETING, HEADER, BODY, FOOTER, BUTTONS, CAROUSEL, LIMITED_TIME_OFFER}

type

필수
add_security_recommendation
boolean

Set to true if you want the template to include the string, For your security, do not share this code. Set to false to exclude the string.

code_expiration_minutes
int64

Indicates number of minutes the password or code is valid.

If omitted, the code expiration warning will not be displayed in the delivered message.

Minimum 1, maximum 90.

buttons
array<JSON object>

Button components to be used in the template.

type
enum {OTP}

type

필수
otp_type
enum {COPY_CODE, ONE_TAP, ZERO_TAP}

Indicates button type. Set to COPY_CODE if you want the template to use a copy code button, or ONE_TAP to have it use a one-tap autofill button.

supported_apps
array<JSON object>

supported_apps

package_name
string

package_name

필수
signature_hash
string

signature_hash

필수
languages
array<string>

array of Template location and locale code.

필수
name
string

Template name.

필수

반환 유형

이 엔드포인트는 기록 후 읽기 기능을 지원하며 회원님이 게시한 노드를 읽습니다.
Struct {
data: List [
Struct {
id: numeric string,
status: enum,
language: string,
}
],
}

오류 코드

오류설명
100Invalid parameter

업데이트 중

이 엔드포인트에서 수행할 수 없는 작업입니다.

삭제 중

이 엔드포인트에서 수행할 수 없는 작업입니다.