Skip to main content
Glama

Postman MCP Generator

update_activity_schedule

Modify Adobe Target activity schedules by specifying the tenant ID, start time, and end time using ISO 8601 format.

Instructions

Update the activity schedule in Adobe Target.

Input Schema

NameRequiredDescriptionDefault
endsAtYesThe end time of the activity in ISO 8601 format.
startsAtYesThe start time of the activity in ISO 8601 format.
tenantYesThe tenant identifier.

Input Schema (JSON Schema)

{ "properties": { "endsAt": { "description": "The end time of the activity in ISO 8601 format.", "type": "string" }, "startsAt": { "description": "The start time of the activity in ISO 8601 format.", "type": "string" }, "tenant": { "description": "The tenant identifier.", "type": "string" } }, "required": [ "tenant", "startsAt", "endsAt" ], "type": "object" }

You must be authenticated.

Other Tools from Postman MCP Generator

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/punkpeye/mcpserveronline'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server