Usage
Last updated
Last updated
자동화 사용량을 확인할 수 있는 페이지를 이식합니다.
운영 : https://app.outcode.biz/e/${조직 도메인}/team/${팀 ID}/execution-history
테스트 : https://test-app.outcode.biz/e/${조직 도메인}/team/${팀 ID}/execution-history
QueryString
orgApiKey : 조직 API 키
userApiKey : 가상 사용자 API 키
이식을 원하는 페이지에 다음의 코드를 삽입해 주세요.
<html>
<head></head>
<body>
<!-- Dataflow Embedding -->
<iframe src="{데이터플로우 임베딩 URL}" />
</body>
</html>