Skip to content
Discussion options

You must be logged in to vote

안녕하세요, 솔라피 기술지원팀입니다.
말씀하신 사항의 경우 아래의 예시처럼(일부 코드 생략) custom_fields를 넣어서 발송하시면 response에서 관련한 custom_field 확인을 통해 구분하실 수 있는 점 참고 부탁드립니다.

response = message_service.send(
    RequestMessage(
        from_="발신번호",
        to="수신번호",
        text="안녕하세요! SOLAPI Python SDK를 사용한 SMS 발송 예제입니다.",
        custom_fields={"test": "test"},
    )
)

감사합니다.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Palbahngmiyine
Comment options

You must be logged in to vote
3 replies
@Palbahngmiyine
Comment options

@wolru
Comment options

@Palbahngmiyine
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python relevants on Python help wanted Extra attention is needed
2 participants