Magic Moment Engagement Sync Settings API

The engagement_sync_settings API from Magic Moment — 2 operation(s) for engagement_sync_settings.

Operations 3

GET /engagement_sync_settings Get EngagementSyncSetting data beetwen Playbook <-> Hubspot #
PUT /engagement_sync_settings Create/update EngagementSyncSetting data beetwen Playbook <-> Hubspot #
DELETE /engagement_sync_settings/{engagement_sync_setting_id}/ Delete Engagement sync setting #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/magic-moment-engagement-sync-settings-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

magic-moment-engagement-sync-settings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Magic Moment Engagement Sync Settings API
  version: 1.0.0
  description: 'Operations tagged engagement_sync_settings across 2 of this provider''s published API definitions: magic-moment-hubspot-integration-openapi.yml, magic-moment-salesforce-integration-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://hubspot.magicmoment.co.jp/
- url: https://sfdc.magicmoment.co.jp/
tags:
- name: engagement_sync_settings
paths:
  /engagement_sync_settings:
    get:
      security:
      - accessToken: []
      tags:
      - engagement_sync_settings
      summary: Get EngagementSyncSetting data beetwen Playbook <-> Hubspot
      operationId: getEngagementSyncSettingOfHubspot
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/engagement_sync_setting'
    put:
      security:
      - accessToken: []
      tags:
      - engagement_sync_settings
      summary: Create/update EngagementSyncSetting data beetwen Playbook <-> Hubspot
      operationId: saveEngagementSyncSettingOfHubspot
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/engagement_sync_setting'
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/engagement_sync_setting'
        required: true
    servers:
    - url: https://hubspot.magicmoment.co.jp/
  /engagement_sync_settings/{engagement_sync_setting_id}/:
    parameters:
    - name: engagement_sync_setting_id
      in: path
      required: true
      schema:
        type: string
        format: uuid
    delete:
      security:
      - accessToken: []
      tags:
      - engagement_sync_settings
      summary: Delete Engagement sync setting
      operationId: deleteEngagementSyncSettingOfHubspot
      responses:
        '200':
          description: OK
    servers:
    - url: https://hubspot.magicmoment.co.jp/
components:
  schemas:
    engagement_sync_setting:
      type: object
      properties:
        id:
          type: string
          format: uuid
        phase_sync_id_map:
          type: object
          properties:
            hubspot_id:
              type: string
            id:
              type: string
              format: uuid
            mmp_id:
              type: string
              enum:
              - nurturing
              - qualification
              - closing
              - onboarding
              - adoption
              - expansion
              - recycling
              - end
            sync_setting:
              type: object
              properties:
                hubspot_object_name:
                  type: string
                  enum:
                  - dealstages
                  - hs_lead_status
                id:
                  type: string
                  format: uuid
                mmp_table_name:
                  type: string
                  enum:
                  - playbook_phases
                  - engagement_statuses
        progress:
          type: number
          maximum: 100
        sync_setting:
          type: object
          properties:
            hubspot_object_name:
              type: string
              enum:
              - deals
              - contacts
            id:
              type: string
              format: uuid
            mmp_table_name:
              type: string
              enum:
              - engagements
    engagement_sync_setting_2:
      type: object
      properties:
        id:
          type: string
          format: uuid
        phase_sync_id_map:
          type: object
          properties:
            id:
              type: string
              format: uuid
            mmp_id:
              type: string
              enum:
              - nurturing
              - qualification
              - closing
              - onboarding
              - adoption
              - expansion
              - recycling
              - end
            sfdc_id:
              type: string
            sync_setting:
              type: object
              properties:
                id:
                  type: string
                  format: uuid
                mmp_table_name:
                  type: string
                  enum:
                  - playbook_phases
                  - engagement_statuses
                sfdc_object_name:
                  type: string
                  enum:
                  - LeadStatus
                  - OpportunityStage
                  - ContactStatus
        progress:
          type: number
          maximum: 100
        sync_setting:
          type: object
          properties:
            id:
              type: string
              format: uuid
            mmp_table_name:
              type: string
              enum:
              - engagements
            sfdc_object_name:
              type: string
              enum:
              - Lead
              - Opportunity
              - Contact
            sync_field_map:
              type: object
              properties:
                playbook_phase_id:
                  type: string
  parameters:
    engagement_sync_setting_id:
      name: engagement_sync_setting_id
      in: path
      required: true
      schema:
        type: string
        format: uuid
  securitySchemes:
    accessToken:
      type: apiKey
      name: x-access-token
      in: header
    apiKey:
      type: apiKey
      name: x-api-key
      in: header
x-refined-from:
- magic-moment-hubspot-integration-openapi.yml
- magic-moment-salesforce-integration-openapi.yml