Get To Know Residents Sheets
Merged

Project Monitoring Plan Template

free project evaluation templates smartsheet project monitoring and control plan template project monitoring plan template at geturiahblog blog project monitoring and control plan template project monitoring and control plan template how to create a goal crushing project plan 13 templates zapier project monitoring plan template at geturiahblog blog project monitoring and control plan table ppt example ppt idev 624 monitoring and evaluation powerpoint presentation top 10 project monitoring and control templates with samples and examples a guide to project monitoring and evaluation monday com blog monitoring and controlling processes project management templates top 10 project monitoring and control templates with samples and examples top 10 project monitoring and control templates with samples and examples a guide to project monitoring and evaluation monday com blog project status with monitoring and control plan ppt sample project execution plan with monitoring and controlling presentation monitoring and response plan template free excel example top 10 project monitoring and control templates with samples and examples top 10 project monitoring and control templates with samples and examples project management monitoring template excel project monitoring and control plan template top 10 project monitoring and control templates with samples and examples monitoring and evaluation plan sample pdf design talk free project monitoring and control plan template to edit online project monitoring guide to monitoring controlling projects monitoring plan template project monitoring and control plan template project management monitoring template excel sample monitoring and evaluation plan template pdf evaluation top 10 monitoring and evaluation powerpoint presentation templates in 2026 project management monitoring checklist in excel pk an excel expert monitoring plan map template example download sample performance monitoring plan prism2 project monitoring and control plan template

:
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Peak Time To Post On Instagram Today Project Monitoring Plan Template

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
209 changes: 209 additions & 0 deletions Product Evolution Instagram Post
Original file line number Diff line number Diff line change
Expand Up @@ -65043,6 +65043,215 @@ const openapi: OpenAPISpec = {
'x-undocumented': 'Internal endpoint for inbound provider webhooks',
},
},
'/seam/webhooks/v1/simulate_event': {
post: {
description:
'Creates an event of a specified type and delivers it to every [webhook](https://docs.seam.co/developer-tools/webhooks) in the workspace that is subscribed to that event type, so that a developer can test their webhook endpoint against any event Seam can send. Only applicable within [sandbox workspaces](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).\n\nSeam fills in the event payload, using real resources from the workspace where it can and placeholder values otherwise. Provide `payload` to set any field explicitly.\n\nThis creates a real event and delivers a real webhook, but does not change the state of any device or other resource. For example, simulating a `lock.unlocked` event does not unlock the lock.',
operationId: 'seamWebhooksV1SimulateEventPost',
requestBody: {
content: {
'application/json': {
schema: {
properties: {
event_type: {
description:
'Type of the event that you want to send to your webhooks.',
enum: [
'access_code.created',
'access_code.changed',
'access_code.name_changed',
'access_code.code_changed',
'access_code.time_frame_changed',
'access_code.mutations_requested',
'access_code.scheduled_on_device',
'access_code.set_on_device',
'access_code.removed_from_device',
'access_code.delay_in_setting_on_device',
'access_code.failed_to_set_on_device',
'access_code.issued',
'access_code.delay_in_issuing',
'access_code.failed_to_issue',
'access_code.failed_to_update',
'access_code.failed_to_expire',
'access_code.deleted',
'access_code.delay_in_removing_from_device',
'access_code.failed_to_remove_from_device',
'access_code.modified_external_to_seam',
'access_code.deleted_external_to_seam',
'access_code.backup_access_code_pulled',
'access_code.unmanaged.converted_to_managed',
'access_code.unmanaged.failed_to_convert_to_managed',
'access_code.unmanaged.created',
'access_code.unmanaged.removed',
'access_grant.created',
'access_grant.deleted',
'access_grant.access_granted_to_all_doors',
'access_grant.access_granted_to_door',
'access_grant.access_to_door_lost',
'access_grant.access_times_changed',
'access_grant.could_not_create_requested_access_methods',
'access_method.issued',
'access_method.revoked',
'access_method.card_encoding_required',
'access_method.deleted',
'access_method.reissued',
'access_method.created',
'access_method.delay_in_issuing',
'access_method.failed_to_issue',
'acs_system.connected',
'acs_system.added',
'acs_system.disconnected',
'acs_credential.deleted',
'acs_credential.issued',
'acs_credential.reissued',
'acs_credential.invalidated',
'acs_user.created',
'acs_user.deleted',
'acs_encoder.added',
'acs_encoder.removed',
'acs_access_group.deleted',
'acs_entrance.added',
'acs_entrance.removed',
'client_session.deleted',
'connected_account.connected',
'connected_account.created',
'connected_account.successful_login',
'connected_account.disconnected',
'connected_account.completed_first_sync',
'connected_account.deleted',
'connected_account.completed_first_sync_after_reconnection',
'connected_account.reauthorization_requested',
'action_attempt.lock_door.succeeded',
'action_attempt.lock_door.failed',
'action_attempt.unlock_door.succeeded',
'action_attempt.unlock_door.failed',
'action_attempt.simulate_keypad_code_entry.succeeded',
'action_attempt.simulate_keypad_code_entry.failed',
'action_attempt.simulate_manual_lock_via_keypad.succeeded',
'action_attempt.simulate_manual_lock_via_keypad.failed',
'connect_webview.login_succeeded',
'connect_webview.login_failed',
'device.connected',
'device.added',
'device.converted_to_unmanaged',
'device.unmanaged.converted_to_managed',
'device.unmanaged.connected',
'device.disconnected',
'device.unmanaged.disconnected',
'device.tampered',
'device.low_battery',
'device.battery_status_changed',
'device.removed',
'device.deleted',
'device.third_party_integration_detected',
'device.third_party_integration_no_longer_detected',
'device.salto.privacy_mode_activated',
'device.salto.privacy_mode_deactivated',
'device.connection_became_flaky',
'device.connection_stabilized',
'device.error.subscription_required',
'device.error.subscription_required.resolved',
'device.accessory_keypad_connected',
'device.accessory_keypad_disconnected',
'noise_sensor.noise_threshold_triggered',
'lock.locked',
'lock.unlocked',
'lock.access_denied',
'thermostat.climate_preset_activated',
'thermostat.manually_adjusted',
'thermostat.temperature_threshold_exceeded',
'thermostat.temperature_threshold_no_longer_exceeded',
'thermostat.temperature_reached_set_point',
'thermostat.temperature_changed',
'device.name_changed',
'camera.activated',
'device.doorbell_rang',
'enrollment_automation.deleted',
'phone.deactivated',
'space.device_membership_changed',
'space.created',
'space.deleted',
],
type: 'string',
},
payload: {
additionalProperties: {},
default: {},
description:
'Event payload fields that you want to set explicitly. Each field that you provide overrides the value that Seam would otherwise fill in.',
type: 'object',
},
},
required: ['event_type'],
type: 'object',
},
},
},
},
responses: {
'200': {
content: {
'application/json': {
schema: {
properties: {
event: { $ref: '#/components/schemas/event' },
ok: { type: 'boolean' },
simulation: {
properties: {
resolved_fields: {
description:
'Payload fields that Seam set to a real resource in your workspace.',
items: { type: 'string' },
type: 'array',
},
subscribed_webhook_count: {
description:
'Number of webhooks in your workspace that are subscribed to this event type and therefore receive this event. If this is `0`, no webhook receives the event. `null` if Seam could not determine the count.',
format: 'float',
nullable: true,
type: 'number',
},
synthesized_fields: {
description:
'Payload fields that Seam set to a placeholder value because your workspace has no matching resource and you did not provide one.',
items: { type: 'string' },
type: 'array',
},
},
required: [
'resolved_fields',
'subscribed_webhook_count',
'synthesized_fields',
],
type: 'object',
},
},
required: ['event', 'simulation', 'ok'],
type: 'object',
},
},
},
description: 'OK',
},
'400': { description: 'Bad Request' },
'401': { description: 'Unauthorized' },
},
security: [
{ api_key: [] },
{ pat_with_workspace: [] },
{ console_session_with_workspace: [] },
],
summary: '/seam/webhooks/v1/simulate_event',
tags: ['/webhooks'],
'x-fern-sdk-group-name': ['seam', 'webhooks', 'v1'],
'x-fern-sdk-method-name': 'simulate_event',
'x-fern-sdk-return-value': 'event',
'x-response-key': 'event',
'x-title': 'Simulate Sending an Event to a Webhook',
'x-undocumented':
'Unreleased. Seam Wizard and internal webhook testing only.',
},
},
'/seam/wizard/v1/session': {
post: {
description:
Expand Down
Loading
Loading