@keystrokehq/follow_up_boss 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-action-plans-people.cjs +19 -0
- package/dist/actions/create-action-plans-people.cjs.map +1 -0
- package/dist/actions/create-action-plans-people.d.cts +9 -0
- package/dist/actions/create-action-plans-people.d.cts.map +1 -0
- package/dist/actions/create-action-plans-people.d.mts +9 -0
- package/dist/actions/create-action-plans-people.d.mts.map +1 -0
- package/dist/actions/create-action-plans-people.mjs +16 -0
- package/dist/actions/create-action-plans-people.mjs.map +1 -0
- package/dist/actions/create-appointment-outcome.cjs +23 -0
- package/dist/actions/create-appointment-outcome.cjs.map +1 -0
- package/dist/actions/create-appointment-outcome.d.cts +9 -0
- package/dist/actions/create-appointment-outcome.d.cts.map +1 -0
- package/dist/actions/create-appointment-outcome.d.mts +9 -0
- package/dist/actions/create-appointment-outcome.d.mts.map +1 -0
- package/dist/actions/create-appointment-outcome.mjs +20 -0
- package/dist/actions/create-appointment-outcome.mjs.map +1 -0
- package/dist/actions/create-appointment-types.cjs +23 -0
- package/dist/actions/create-appointment-types.cjs.map +1 -0
- package/dist/actions/create-appointment-types.d.cts +9 -0
- package/dist/actions/create-appointment-types.d.cts.map +1 -0
- package/dist/actions/create-appointment-types.d.mts +9 -0
- package/dist/actions/create-appointment-types.d.mts.map +1 -0
- package/dist/actions/create-appointment-types.mjs +20 -0
- package/dist/actions/create-appointment-types.mjs.map +1 -0
- package/dist/actions/create-appointment.cjs +62 -0
- package/dist/actions/create-appointment.cjs.map +1 -0
- package/dist/actions/create-appointment.d.cts +9 -0
- package/dist/actions/create-appointment.d.cts.map +1 -0
- package/dist/actions/create-appointment.d.mts +9 -0
- package/dist/actions/create-appointment.d.mts.map +1 -0
- package/dist/actions/create-appointment.mjs +61 -0
- package/dist/actions/create-appointment.mjs.map +1 -0
- package/dist/actions/create-call.cjs +34 -0
- package/dist/actions/create-call.cjs.map +1 -0
- package/dist/actions/create-call.d.cts +9 -0
- package/dist/actions/create-call.d.cts.map +1 -0
- package/dist/actions/create-call.d.mts +9 -0
- package/dist/actions/create-call.d.mts.map +1 -0
- package/dist/actions/create-call.mjs +31 -0
- package/dist/actions/create-call.mjs.map +1 -0
- package/dist/actions/create-custom-field.cjs +34 -0
- package/dist/actions/create-custom-field.cjs.map +1 -0
- package/dist/actions/create-custom-field.d.cts +9 -0
- package/dist/actions/create-custom-field.d.cts.map +1 -0
- package/dist/actions/create-custom-field.d.mts +9 -0
- package/dist/actions/create-custom-field.d.mts.map +1 -0
- package/dist/actions/create-custom-field.mjs +31 -0
- package/dist/actions/create-custom-field.mjs.map +1 -0
- package/dist/actions/create-deal-custom-field.cjs +38 -0
- package/dist/actions/create-deal-custom-field.cjs.map +1 -0
- package/dist/actions/create-deal-custom-field.d.cts +9 -0
- package/dist/actions/create-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/create-deal-custom-field.d.mts +9 -0
- package/dist/actions/create-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/create-deal-custom-field.mjs +35 -0
- package/dist/actions/create-deal-custom-field.mjs.map +1 -0
- package/dist/actions/create-deals.cjs +52 -0
- package/dist/actions/create-deals.cjs.map +1 -0
- package/dist/actions/create-deals.d.cts +9 -0
- package/dist/actions/create-deals.d.cts.map +1 -0
- package/dist/actions/create-deals.d.mts +9 -0
- package/dist/actions/create-deals.d.mts.map +1 -0
- package/dist/actions/create-deals.mjs +49 -0
- package/dist/actions/create-deals.mjs.map +1 -0
- package/dist/actions/create-em-campaign.cjs +29 -0
- package/dist/actions/create-em-campaign.cjs.map +1 -0
- package/dist/actions/create-em-campaign.d.cts +9 -0
- package/dist/actions/create-em-campaign.d.cts.map +1 -0
- package/dist/actions/create-em-campaign.d.mts +9 -0
- package/dist/actions/create-em-campaign.d.mts.map +1 -0
- package/dist/actions/create-em-campaign.mjs +26 -0
- package/dist/actions/create-em-campaign.mjs.map +1 -0
- package/dist/actions/create-em-events.cjs +32 -0
- package/dist/actions/create-em-events.cjs.map +1 -0
- package/dist/actions/create-em-events.d.cts +9 -0
- package/dist/actions/create-em-events.d.cts.map +1 -0
- package/dist/actions/create-em-events.d.mts +9 -0
- package/dist/actions/create-em-events.d.mts.map +1 -0
- package/dist/actions/create-em-events.mjs +29 -0
- package/dist/actions/create-em-events.mjs.map +1 -0
- package/dist/actions/create-events.cjs +104 -0
- package/dist/actions/create-events.cjs.map +1 -0
- package/dist/actions/create-events.d.cts +9 -0
- package/dist/actions/create-events.d.cts.map +1 -0
- package/dist/actions/create-events.d.mts +9 -0
- package/dist/actions/create-events.d.mts.map +1 -0
- package/dist/actions/create-events.mjs +101 -0
- package/dist/actions/create-events.mjs.map +1 -0
- package/dist/actions/create-groups.cjs +42 -0
- package/dist/actions/create-groups.cjs.map +1 -0
- package/dist/actions/create-groups.d.cts +9 -0
- package/dist/actions/create-groups.d.cts.map +1 -0
- package/dist/actions/create-groups.d.mts +9 -0
- package/dist/actions/create-groups.d.mts.map +1 -0
- package/dist/actions/create-groups.mjs +41 -0
- package/dist/actions/create-groups.mjs.map +1 -0
- package/dist/actions/create-pipelines.cjs +39 -0
- package/dist/actions/create-pipelines.cjs.map +1 -0
- package/dist/actions/create-pipelines.d.cts +9 -0
- package/dist/actions/create-pipelines.d.cts.map +1 -0
- package/dist/actions/create-pipelines.d.mts +9 -0
- package/dist/actions/create-pipelines.d.mts.map +1 -0
- package/dist/actions/create-pipelines.mjs +38 -0
- package/dist/actions/create-pipelines.mjs.map +1 -0
- package/dist/actions/create-ponds.cjs +25 -0
- package/dist/actions/create-ponds.cjs.map +1 -0
- package/dist/actions/create-ponds.d.cts +9 -0
- package/dist/actions/create-ponds.d.cts.map +1 -0
- package/dist/actions/create-ponds.d.mts +9 -0
- package/dist/actions/create-ponds.d.mts.map +1 -0
- package/dist/actions/create-ponds.mjs +22 -0
- package/dist/actions/create-ponds.mjs.map +1 -0
- package/dist/actions/create-reactions.cjs +30 -0
- package/dist/actions/create-reactions.cjs.map +1 -0
- package/dist/actions/create-reactions.d.cts +9 -0
- package/dist/actions/create-reactions.d.cts.map +1 -0
- package/dist/actions/create-reactions.d.mts +9 -0
- package/dist/actions/create-reactions.d.mts.map +1 -0
- package/dist/actions/create-reactions.mjs +27 -0
- package/dist/actions/create-reactions.mjs.map +1 -0
- package/dist/actions/create-stage.cjs +25 -0
- package/dist/actions/create-stage.cjs.map +1 -0
- package/dist/actions/create-stage.d.cts +9 -0
- package/dist/actions/create-stage.d.cts.map +1 -0
- package/dist/actions/create-stage.d.mts +9 -0
- package/dist/actions/create-stage.d.mts.map +1 -0
- package/dist/actions/create-stage.mjs +22 -0
- package/dist/actions/create-stage.mjs.map +1 -0
- package/dist/actions/create-teams.cjs +25 -0
- package/dist/actions/create-teams.cjs.map +1 -0
- package/dist/actions/create-teams.d.cts +9 -0
- package/dist/actions/create-teams.d.cts.map +1 -0
- package/dist/actions/create-teams.d.mts +9 -0
- package/dist/actions/create-teams.d.mts.map +1 -0
- package/dist/actions/create-teams.mjs +22 -0
- package/dist/actions/create-teams.mjs.map +1 -0
- package/dist/actions/create-template.cjs +40 -0
- package/dist/actions/create-template.cjs.map +1 -0
- package/dist/actions/create-template.d.cts +9 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +9 -0
- package/dist/actions/create-template.d.mts.map +1 -0
- package/dist/actions/create-template.mjs +39 -0
- package/dist/actions/create-template.mjs.map +1 -0
- package/dist/actions/create-text-message-template.cjs +41 -0
- package/dist/actions/create-text-message-template.cjs.map +1 -0
- package/dist/actions/create-text-message-template.d.cts +9 -0
- package/dist/actions/create-text-message-template.d.cts.map +1 -0
- package/dist/actions/create-text-message-template.d.mts +9 -0
- package/dist/actions/create-text-message-template.d.mts.map +1 -0
- package/dist/actions/create-text-message-template.mjs +40 -0
- package/dist/actions/create-text-message-template.mjs.map +1 -0
- package/dist/actions/delete-appointment-outcomes.cjs +19 -0
- package/dist/actions/delete-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/delete-appointment-outcomes.d.cts +9 -0
- package/dist/actions/delete-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/delete-appointment-outcomes.d.mts +9 -0
- package/dist/actions/delete-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/delete-appointment-outcomes.mjs +16 -0
- package/dist/actions/delete-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/delete-appointment-type.cjs +19 -0
- package/dist/actions/delete-appointment-type.cjs.map +1 -0
- package/dist/actions/delete-appointment-type.d.cts +9 -0
- package/dist/actions/delete-appointment-type.d.cts.map +1 -0
- package/dist/actions/delete-appointment-type.d.mts +9 -0
- package/dist/actions/delete-appointment-type.d.mts.map +1 -0
- package/dist/actions/delete-appointment-type.mjs +16 -0
- package/dist/actions/delete-appointment-type.mjs.map +1 -0
- package/dist/actions/delete-appointment.cjs +19 -0
- package/dist/actions/delete-appointment.cjs.map +1 -0
- package/dist/actions/delete-appointment.d.cts +9 -0
- package/dist/actions/delete-appointment.d.cts.map +1 -0
- package/dist/actions/delete-appointment.d.mts +9 -0
- package/dist/actions/delete-appointment.d.mts.map +1 -0
- package/dist/actions/delete-appointment.mjs +16 -0
- package/dist/actions/delete-appointment.mjs.map +1 -0
- package/dist/actions/delete-custom-field.cjs +16 -0
- package/dist/actions/delete-custom-field.cjs.map +1 -0
- package/dist/actions/delete-custom-field.d.cts +9 -0
- package/dist/actions/delete-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-custom-field.d.mts +9 -0
- package/dist/actions/delete-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-custom-field.mjs +13 -0
- package/dist/actions/delete-custom-field.mjs.map +1 -0
- package/dist/actions/delete-deal-custom-field.cjs +16 -0
- package/dist/actions/delete-deal-custom-field.cjs.map +1 -0
- package/dist/actions/delete-deal-custom-field.d.cts +9 -0
- package/dist/actions/delete-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-deal-custom-field.d.mts +9 -0
- package/dist/actions/delete-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-deal-custom-field.mjs +13 -0
- package/dist/actions/delete-deal-custom-field.mjs.map +1 -0
- package/dist/actions/delete-deal.cjs +19 -0
- package/dist/actions/delete-deal.cjs.map +1 -0
- package/dist/actions/delete-deal.d.cts +9 -0
- package/dist/actions/delete-deal.d.cts.map +1 -0
- package/dist/actions/delete-deal.d.mts +9 -0
- package/dist/actions/delete-deal.d.mts.map +1 -0
- package/dist/actions/delete-deal.mjs +16 -0
- package/dist/actions/delete-deal.mjs.map +1 -0
- package/dist/actions/delete-groups.cjs +16 -0
- package/dist/actions/delete-groups.cjs.map +1 -0
- package/dist/actions/delete-groups.d.cts +9 -0
- package/dist/actions/delete-groups.d.cts.map +1 -0
- package/dist/actions/delete-groups.d.mts +9 -0
- package/dist/actions/delete-groups.d.mts.map +1 -0
- package/dist/actions/delete-groups.mjs +13 -0
- package/dist/actions/delete-groups.mjs.map +1 -0
- package/dist/actions/delete-people-relationship.cjs +16 -0
- package/dist/actions/delete-people-relationship.cjs.map +1 -0
- package/dist/actions/delete-people-relationship.d.cts +9 -0
- package/dist/actions/delete-people-relationship.d.cts.map +1 -0
- package/dist/actions/delete-people-relationship.d.mts +9 -0
- package/dist/actions/delete-people-relationship.d.mts.map +1 -0
- package/dist/actions/delete-people-relationship.mjs +13 -0
- package/dist/actions/delete-people-relationship.mjs.map +1 -0
- package/dist/actions/delete-pipeline.cjs +19 -0
- package/dist/actions/delete-pipeline.cjs.map +1 -0
- package/dist/actions/delete-pipeline.d.cts +9 -0
- package/dist/actions/delete-pipeline.d.cts.map +1 -0
- package/dist/actions/delete-pipeline.d.mts +9 -0
- package/dist/actions/delete-pipeline.d.mts.map +1 -0
- package/dist/actions/delete-pipeline.mjs +16 -0
- package/dist/actions/delete-pipeline.mjs.map +1 -0
- package/dist/actions/delete-pond.cjs +19 -0
- package/dist/actions/delete-pond.cjs.map +1 -0
- package/dist/actions/delete-pond.d.cts +9 -0
- package/dist/actions/delete-pond.d.cts.map +1 -0
- package/dist/actions/delete-pond.d.mts +9 -0
- package/dist/actions/delete-pond.d.mts.map +1 -0
- package/dist/actions/delete-pond.mjs +16 -0
- package/dist/actions/delete-pond.mjs.map +1 -0
- package/dist/actions/delete-stage.cjs +22 -0
- package/dist/actions/delete-stage.cjs.map +1 -0
- package/dist/actions/delete-stage.d.cts +9 -0
- package/dist/actions/delete-stage.d.cts.map +1 -0
- package/dist/actions/delete-stage.d.mts +9 -0
- package/dist/actions/delete-stage.d.mts.map +1 -0
- package/dist/actions/delete-stage.mjs +19 -0
- package/dist/actions/delete-stage.mjs.map +1 -0
- package/dist/actions/delete-teams.cjs +19 -0
- package/dist/actions/delete-teams.cjs.map +1 -0
- package/dist/actions/delete-teams.d.cts +9 -0
- package/dist/actions/delete-teams.d.cts.map +1 -0
- package/dist/actions/delete-teams.d.mts +9 -0
- package/dist/actions/delete-teams.d.mts.map +1 -0
- package/dist/actions/delete-teams.mjs +16 -0
- package/dist/actions/delete-teams.mjs.map +1 -0
- package/dist/actions/delete-text-message-template.cjs +16 -0
- package/dist/actions/delete-text-message-template.cjs.map +1 -0
- package/dist/actions/delete-text-message-template.d.cts +9 -0
- package/dist/actions/delete-text-message-template.d.cts.map +1 -0
- package/dist/actions/delete-text-message-template.d.mts +9 -0
- package/dist/actions/delete-text-message-template.d.mts.map +1 -0
- package/dist/actions/delete-text-message-template.mjs +13 -0
- package/dist/actions/delete-text-message-template.mjs.map +1 -0
- package/dist/actions/get-appointment-outcome.cjs +20 -0
- package/dist/actions/get-appointment-outcome.cjs.map +1 -0
- package/dist/actions/get-appointment-outcome.d.cts +9 -0
- package/dist/actions/get-appointment-outcome.d.cts.map +1 -0
- package/dist/actions/get-appointment-outcome.d.mts +9 -0
- package/dist/actions/get-appointment-outcome.d.mts.map +1 -0
- package/dist/actions/get-appointment-outcome.mjs +17 -0
- package/dist/actions/get-appointment-outcome.mjs.map +1 -0
- package/dist/actions/get-appointment-types.cjs +20 -0
- package/dist/actions/get-appointment-types.cjs.map +1 -0
- package/dist/actions/get-appointment-types.d.cts +9 -0
- package/dist/actions/get-appointment-types.d.cts.map +1 -0
- package/dist/actions/get-appointment-types.d.mts +9 -0
- package/dist/actions/get-appointment-types.d.mts.map +1 -0
- package/dist/actions/get-appointment-types.mjs +17 -0
- package/dist/actions/get-appointment-types.mjs.map +1 -0
- package/dist/actions/get-appointment.cjs +46 -0
- package/dist/actions/get-appointment.cjs.map +1 -0
- package/dist/actions/get-appointment.d.cts +9 -0
- package/dist/actions/get-appointment.d.cts.map +1 -0
- package/dist/actions/get-appointment.d.mts +9 -0
- package/dist/actions/get-appointment.d.mts.map +1 -0
- package/dist/actions/get-appointment.mjs +45 -0
- package/dist/actions/get-appointment.mjs.map +1 -0
- package/dist/actions/get-call.cjs +32 -0
- package/dist/actions/get-call.cjs.map +1 -0
- package/dist/actions/get-call.d.cts +9 -0
- package/dist/actions/get-call.d.cts.map +1 -0
- package/dist/actions/get-call.d.mts +9 -0
- package/dist/actions/get-call.d.mts.map +1 -0
- package/dist/actions/get-call.mjs +29 -0
- package/dist/actions/get-call.mjs.map +1 -0
- package/dist/actions/get-deal-custom-field.cjs +25 -0
- package/dist/actions/get-deal-custom-field.cjs.map +1 -0
- package/dist/actions/get-deal-custom-field.d.cts +9 -0
- package/dist/actions/get-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/get-deal-custom-field.d.mts +9 -0
- package/dist/actions/get-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/get-deal-custom-field.mjs +22 -0
- package/dist/actions/get-deal-custom-field.mjs.map +1 -0
- package/dist/actions/get-deal.cjs +68 -0
- package/dist/actions/get-deal.cjs.map +1 -0
- package/dist/actions/get-deal.d.cts +9 -0
- package/dist/actions/get-deal.d.cts.map +1 -0
- package/dist/actions/get-deal.d.mts +9 -0
- package/dist/actions/get-deal.d.mts.map +1 -0
- package/dist/actions/get-deal.mjs +67 -0
- package/dist/actions/get-deal.mjs.map +1 -0
- package/dist/actions/get-event.cjs +66 -0
- package/dist/actions/get-event.cjs.map +1 -0
- package/dist/actions/get-event.d.cts +9 -0
- package/dist/actions/get-event.d.cts.map +1 -0
- package/dist/actions/get-event.d.mts +9 -0
- package/dist/actions/get-event.d.mts.map +1 -0
- package/dist/actions/get-event.mjs +65 -0
- package/dist/actions/get-event.mjs.map +1 -0
- package/dist/actions/get-groups.cjs +35 -0
- package/dist/actions/get-groups.cjs.map +1 -0
- package/dist/actions/get-groups.d.cts +9 -0
- package/dist/actions/get-groups.d.cts.map +1 -0
- package/dist/actions/get-groups.d.mts +9 -0
- package/dist/actions/get-groups.d.mts.map +1 -0
- package/dist/actions/get-groups.mjs +34 -0
- package/dist/actions/get-groups.mjs.map +1 -0
- package/dist/actions/get-identity.cjs +33 -0
- package/dist/actions/get-identity.cjs.map +1 -0
- package/dist/actions/get-identity.d.cts +9 -0
- package/dist/actions/get-identity.d.cts.map +1 -0
- package/dist/actions/get-identity.d.mts +9 -0
- package/dist/actions/get-identity.d.mts.map +1 -0
- package/dist/actions/get-identity.mjs +32 -0
- package/dist/actions/get-identity.mjs.map +1 -0
- package/dist/actions/get-me.cjs +55 -0
- package/dist/actions/get-me.cjs.map +1 -0
- package/dist/actions/get-me.d.cts +9 -0
- package/dist/actions/get-me.d.cts.map +1 -0
- package/dist/actions/get-me.d.mts +9 -0
- package/dist/actions/get-me.d.mts.map +1 -0
- package/dist/actions/get-me.mjs +54 -0
- package/dist/actions/get-me.mjs.map +1 -0
- package/dist/actions/get-people-relationship.cjs +24 -0
- package/dist/actions/get-people-relationship.cjs.map +1 -0
- package/dist/actions/get-people-relationship.d.cts +9 -0
- package/dist/actions/get-people-relationship.d.cts.map +1 -0
- package/dist/actions/get-people-relationship.d.mts +9 -0
- package/dist/actions/get-people-relationship.d.mts.map +1 -0
- package/dist/actions/get-people-relationship.mjs +21 -0
- package/dist/actions/get-people-relationship.mjs.map +1 -0
- package/dist/actions/get-pipelines.cjs +29 -0
- package/dist/actions/get-pipelines.cjs.map +1 -0
- package/dist/actions/get-pipelines.d.cts +9 -0
- package/dist/actions/get-pipelines.d.cts.map +1 -0
- package/dist/actions/get-pipelines.d.mts +9 -0
- package/dist/actions/get-pipelines.d.mts.map +1 -0
- package/dist/actions/get-pipelines.mjs +28 -0
- package/dist/actions/get-pipelines.mjs.map +1 -0
- package/dist/actions/get-ponds.cjs +21 -0
- package/dist/actions/get-ponds.cjs.map +1 -0
- package/dist/actions/get-ponds.d.cts +9 -0
- package/dist/actions/get-ponds.d.cts.map +1 -0
- package/dist/actions/get-ponds.d.mts +9 -0
- package/dist/actions/get-ponds.d.mts.map +1 -0
- package/dist/actions/get-ponds.mjs +18 -0
- package/dist/actions/get-ponds.mjs.map +1 -0
- package/dist/actions/get-smart-list.cjs +19 -0
- package/dist/actions/get-smart-list.cjs.map +1 -0
- package/dist/actions/get-smart-list.d.cts +9 -0
- package/dist/actions/get-smart-list.d.cts.map +1 -0
- package/dist/actions/get-smart-list.d.mts +9 -0
- package/dist/actions/get-smart-list.d.mts.map +1 -0
- package/dist/actions/get-smart-list.mjs +16 -0
- package/dist/actions/get-smart-list.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +22 -0
- package/dist/actions/get-stage.cjs.map +1 -0
- package/dist/actions/get-stage.d.cts +9 -0
- package/dist/actions/get-stage.d.cts.map +1 -0
- package/dist/actions/get-stage.d.mts +9 -0
- package/dist/actions/get-stage.d.mts.map +1 -0
- package/dist/actions/get-stage.mjs +19 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-teams.cjs +21 -0
- package/dist/actions/get-teams.cjs.map +1 -0
- package/dist/actions/get-teams.d.cts +9 -0
- package/dist/actions/get-teams.d.cts.map +1 -0
- package/dist/actions/get-teams.d.mts +9 -0
- package/dist/actions/get-teams.d.mts.map +1 -0
- package/dist/actions/get-teams.mjs +18 -0
- package/dist/actions/get-teams.mjs.map +1 -0
- package/dist/actions/get-template.cjs +37 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +9 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +9 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +36 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-text-message-template.cjs +30 -0
- package/dist/actions/get-text-message-template.cjs.map +1 -0
- package/dist/actions/get-text-message-template.d.cts +9 -0
- package/dist/actions/get-text-message-template.d.cts.map +1 -0
- package/dist/actions/get-text-message-template.d.mts +9 -0
- package/dist/actions/get-text-message-template.d.mts.map +1 -0
- package/dist/actions/get-text-message-template.mjs +29 -0
- package/dist/actions/get-text-message-template.mjs.map +1 -0
- package/dist/actions/get-text-message.cjs +47 -0
- package/dist/actions/get-text-message.cjs.map +1 -0
- package/dist/actions/get-text-message.d.cts +9 -0
- package/dist/actions/get-text-message.d.cts.map +1 -0
- package/dist/actions/get-text-message.d.mts +9 -0
- package/dist/actions/get-text-message.d.mts.map +1 -0
- package/dist/actions/get-text-message.mjs +46 -0
- package/dist/actions/get-text-message.mjs.map +1 -0
- package/dist/actions/get-user.cjs +36 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +35 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +199 -0
- package/dist/actions/index.d.cts +100 -0
- package/dist/actions/index.d.mts +100 -0
- package/dist/actions/index.mjs +100 -0
- package/dist/actions/list-action-plans-people.cjs +39 -0
- package/dist/actions/list-action-plans-people.cjs.map +1 -0
- package/dist/actions/list-action-plans-people.d.cts +9 -0
- package/dist/actions/list-action-plans-people.d.cts.map +1 -0
- package/dist/actions/list-action-plans-people.d.mts +9 -0
- package/dist/actions/list-action-plans-people.d.mts.map +1 -0
- package/dist/actions/list-action-plans-people.mjs +38 -0
- package/dist/actions/list-action-plans-people.mjs.map +1 -0
- package/dist/actions/list-action-plans.cjs +41 -0
- package/dist/actions/list-action-plans.cjs.map +1 -0
- package/dist/actions/list-action-plans.d.cts +9 -0
- package/dist/actions/list-action-plans.d.cts.map +1 -0
- package/dist/actions/list-action-plans.d.mts +9 -0
- package/dist/actions/list-action-plans.d.mts.map +1 -0
- package/dist/actions/list-action-plans.mjs +40 -0
- package/dist/actions/list-action-plans.mjs.map +1 -0
- package/dist/actions/list-appointment-outcomes.cjs +36 -0
- package/dist/actions/list-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/list-appointment-outcomes.d.cts +9 -0
- package/dist/actions/list-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/list-appointment-outcomes.d.mts +9 -0
- package/dist/actions/list-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/list-appointment-outcomes.mjs +35 -0
- package/dist/actions/list-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/list-appointment-types.cjs +36 -0
- package/dist/actions/list-appointment-types.cjs.map +1 -0
- package/dist/actions/list-appointment-types.d.cts +9 -0
- package/dist/actions/list-appointment-types.d.cts.map +1 -0
- package/dist/actions/list-appointment-types.d.mts +9 -0
- package/dist/actions/list-appointment-types.d.mts.map +1 -0
- package/dist/actions/list-appointment-types.mjs +35 -0
- package/dist/actions/list-appointment-types.mjs.map +1 -0
- package/dist/actions/list-appointments.cjs +66 -0
- package/dist/actions/list-appointments.cjs.map +1 -0
- package/dist/actions/list-appointments.d.cts +9 -0
- package/dist/actions/list-appointments.d.cts.map +1 -0
- package/dist/actions/list-appointments.d.mts +9 -0
- package/dist/actions/list-appointments.d.mts.map +1 -0
- package/dist/actions/list-appointments.mjs +65 -0
- package/dist/actions/list-appointments.mjs.map +1 -0
- package/dist/actions/list-calls.cjs +50 -0
- package/dist/actions/list-calls.cjs.map +1 -0
- package/dist/actions/list-calls.d.cts +9 -0
- package/dist/actions/list-calls.d.cts.map +1 -0
- package/dist/actions/list-calls.d.mts +9 -0
- package/dist/actions/list-calls.d.mts.map +1 -0
- package/dist/actions/list-calls.mjs +49 -0
- package/dist/actions/list-calls.mjs.map +1 -0
- package/dist/actions/list-custom-fields.cjs +44 -0
- package/dist/actions/list-custom-fields.cjs.map +1 -0
- package/dist/actions/list-custom-fields.d.cts +9 -0
- package/dist/actions/list-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-custom-fields.d.mts +9 -0
- package/dist/actions/list-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-custom-fields.mjs +43 -0
- package/dist/actions/list-custom-fields.mjs.map +1 -0
- package/dist/actions/list-deal-custom-fields.cjs +46 -0
- package/dist/actions/list-deal-custom-fields.cjs.map +1 -0
- package/dist/actions/list-deal-custom-fields.d.cts +9 -0
- package/dist/actions/list-deal-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-deal-custom-fields.d.mts +9 -0
- package/dist/actions/list-deal-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-deal-custom-fields.mjs +45 -0
- package/dist/actions/list-deal-custom-fields.mjs.map +1 -0
- package/dist/actions/list-deals.cjs +71 -0
- package/dist/actions/list-deals.cjs.map +1 -0
- package/dist/actions/list-deals.d.cts +9 -0
- package/dist/actions/list-deals.d.cts.map +1 -0
- package/dist/actions/list-deals.d.mts +9 -0
- package/dist/actions/list-deals.d.mts.map +1 -0
- package/dist/actions/list-deals.mjs +70 -0
- package/dist/actions/list-deals.mjs.map +1 -0
- package/dist/actions/list-em-campaigns.cjs +40 -0
- package/dist/actions/list-em-campaigns.cjs.map +1 -0
- package/dist/actions/list-em-campaigns.d.cts +9 -0
- package/dist/actions/list-em-campaigns.d.cts.map +1 -0
- package/dist/actions/list-em-campaigns.d.mts +9 -0
- package/dist/actions/list-em-campaigns.d.mts.map +1 -0
- package/dist/actions/list-em-campaigns.mjs +39 -0
- package/dist/actions/list-em-campaigns.mjs.map +1 -0
- package/dist/actions/list-em-events.cjs +50 -0
- package/dist/actions/list-em-events.cjs.map +1 -0
- package/dist/actions/list-em-events.d.cts +9 -0
- package/dist/actions/list-em-events.d.cts.map +1 -0
- package/dist/actions/list-em-events.d.mts +9 -0
- package/dist/actions/list-em-events.d.mts.map +1 -0
- package/dist/actions/list-em-events.mjs +49 -0
- package/dist/actions/list-em-events.mjs.map +1 -0
- package/dist/actions/list-events.cjs +89 -0
- package/dist/actions/list-events.cjs.map +1 -0
- package/dist/actions/list-events.d.cts +9 -0
- package/dist/actions/list-events.d.cts.map +1 -0
- package/dist/actions/list-events.d.mts +9 -0
- package/dist/actions/list-events.d.mts.map +1 -0
- package/dist/actions/list-events.mjs +88 -0
- package/dist/actions/list-events.mjs.map +1 -0
- package/dist/actions/list-groups-round-robin.cjs +56 -0
- package/dist/actions/list-groups-round-robin.cjs.map +1 -0
- package/dist/actions/list-groups-round-robin.d.cts +9 -0
- package/dist/actions/list-groups-round-robin.d.cts.map +1 -0
- package/dist/actions/list-groups-round-robin.d.mts +9 -0
- package/dist/actions/list-groups-round-robin.d.mts.map +1 -0
- package/dist/actions/list-groups-round-robin.mjs +55 -0
- package/dist/actions/list-groups-round-robin.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +68 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +67 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-inbox-apps.cjs +38 -0
- package/dist/actions/list-inbox-apps.cjs.map +1 -0
- package/dist/actions/list-inbox-apps.d.cts +9 -0
- package/dist/actions/list-inbox-apps.d.cts.map +1 -0
- package/dist/actions/list-inbox-apps.d.mts +9 -0
- package/dist/actions/list-inbox-apps.d.mts.map +1 -0
- package/dist/actions/list-inbox-apps.mjs +37 -0
- package/dist/actions/list-inbox-apps.mjs.map +1 -0
- package/dist/actions/list-people-relationships.cjs +42 -0
- package/dist/actions/list-people-relationships.cjs.map +1 -0
- package/dist/actions/list-people-relationships.d.cts +9 -0
- package/dist/actions/list-people-relationships.d.cts.map +1 -0
- package/dist/actions/list-people-relationships.d.mts +9 -0
- package/dist/actions/list-people-relationships.d.mts.map +1 -0
- package/dist/actions/list-people-relationships.mjs +41 -0
- package/dist/actions/list-people-relationships.mjs.map +1 -0
- package/dist/actions/list-pipelines.cjs +39 -0
- package/dist/actions/list-pipelines.cjs.map +1 -0
- package/dist/actions/list-pipelines.d.cts +9 -0
- package/dist/actions/list-pipelines.d.cts.map +1 -0
- package/dist/actions/list-pipelines.d.mts +9 -0
- package/dist/actions/list-pipelines.d.mts.map +1 -0
- package/dist/actions/list-pipelines.mjs +38 -0
- package/dist/actions/list-pipelines.mjs.map +1 -0
- package/dist/actions/list-ponds.cjs +34 -0
- package/dist/actions/list-ponds.cjs.map +1 -0
- package/dist/actions/list-ponds.d.cts +9 -0
- package/dist/actions/list-ponds.d.cts.map +1 -0
- package/dist/actions/list-ponds.d.mts +9 -0
- package/dist/actions/list-ponds.d.mts.map +1 -0
- package/dist/actions/list-ponds.mjs +33 -0
- package/dist/actions/list-ponds.mjs.map +1 -0
- package/dist/actions/list-smart-lists.cjs +37 -0
- package/dist/actions/list-smart-lists.cjs.map +1 -0
- package/dist/actions/list-smart-lists.d.cts +9 -0
- package/dist/actions/list-smart-lists.d.cts.map +1 -0
- package/dist/actions/list-smart-lists.d.mts +9 -0
- package/dist/actions/list-smart-lists.d.mts.map +1 -0
- package/dist/actions/list-smart-lists.mjs +36 -0
- package/dist/actions/list-smart-lists.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +40 -0
- package/dist/actions/list-stages.cjs.map +1 -0
- package/dist/actions/list-stages.d.cts +9 -0
- package/dist/actions/list-stages.d.cts.map +1 -0
- package/dist/actions/list-stages.d.mts +9 -0
- package/dist/actions/list-stages.d.mts.map +1 -0
- package/dist/actions/list-stages.mjs +39 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-team-inboxes.cjs +28 -0
- package/dist/actions/list-team-inboxes.cjs.map +1 -0
- package/dist/actions/list-team-inboxes.d.cts +9 -0
- package/dist/actions/list-team-inboxes.d.cts.map +1 -0
- package/dist/actions/list-team-inboxes.d.mts +9 -0
- package/dist/actions/list-team-inboxes.d.mts.map +1 -0
- package/dist/actions/list-team-inboxes.mjs +27 -0
- package/dist/actions/list-team-inboxes.mjs.map +1 -0
- package/dist/actions/list-teams.cjs +34 -0
- package/dist/actions/list-teams.cjs.map +1 -0
- package/dist/actions/list-teams.d.cts +9 -0
- package/dist/actions/list-teams.d.cts.map +1 -0
- package/dist/actions/list-teams.d.mts +9 -0
- package/dist/actions/list-teams.d.mts.map +1 -0
- package/dist/actions/list-teams.mjs +33 -0
- package/dist/actions/list-teams.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +49 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +48 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-text-message-templates.cjs +45 -0
- package/dist/actions/list-text-message-templates.cjs.map +1 -0
- package/dist/actions/list-text-message-templates.d.cts +9 -0
- package/dist/actions/list-text-message-templates.d.cts.map +1 -0
- package/dist/actions/list-text-message-templates.d.mts +9 -0
- package/dist/actions/list-text-message-templates.d.mts.map +1 -0
- package/dist/actions/list-text-message-templates.mjs +44 -0
- package/dist/actions/list-text-message-templates.mjs.map +1 -0
- package/dist/actions/list-text-messages.cjs +70 -0
- package/dist/actions/list-text-messages.cjs.map +1 -0
- package/dist/actions/list-text-messages.d.cts +9 -0
- package/dist/actions/list-text-messages.d.cts.map +1 -0
- package/dist/actions/list-text-messages.d.mts +9 -0
- package/dist/actions/list-text-messages.d.mts.map +1 -0
- package/dist/actions/list-text-messages.mjs +69 -0
- package/dist/actions/list-text-messages.mjs.map +1 -0
- package/dist/actions/list-timeframes.cjs +31 -0
- package/dist/actions/list-timeframes.cjs.map +1 -0
- package/dist/actions/list-timeframes.d.cts +9 -0
- package/dist/actions/list-timeframes.d.cts.map +1 -0
- package/dist/actions/list-timeframes.d.mts +9 -0
- package/dist/actions/list-timeframes.d.mts.map +1 -0
- package/dist/actions/list-timeframes.mjs +30 -0
- package/dist/actions/list-timeframes.mjs.map +1 -0
- package/dist/actions/list-users.cjs +56 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +55 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +36 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +35 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/merge-template.cjs +46 -0
- package/dist/actions/merge-template.cjs.map +1 -0
- package/dist/actions/merge-template.d.cts +9 -0
- package/dist/actions/merge-template.d.cts.map +1 -0
- package/dist/actions/merge-template.d.mts +9 -0
- package/dist/actions/merge-template.d.mts.map +1 -0
- package/dist/actions/merge-template.mjs +43 -0
- package/dist/actions/merge-template.mjs.map +1 -0
- package/dist/actions/merge-text-message-template.cjs +23 -0
- package/dist/actions/merge-text-message-template.cjs.map +1 -0
- package/dist/actions/merge-text-message-template.d.cts +9 -0
- package/dist/actions/merge-text-message-template.d.cts.map +1 -0
- package/dist/actions/merge-text-message-template.d.mts +9 -0
- package/dist/actions/merge-text-message-template.d.mts.map +1 -0
- package/dist/actions/merge-text-message-template.mjs +20 -0
- package/dist/actions/merge-text-message-template.mjs.map +1 -0
- package/dist/actions/update-action-plans-people.cjs +19 -0
- package/dist/actions/update-action-plans-people.cjs.map +1 -0
- package/dist/actions/update-action-plans-people.d.cts +9 -0
- package/dist/actions/update-action-plans-people.d.cts.map +1 -0
- package/dist/actions/update-action-plans-people.d.mts +9 -0
- package/dist/actions/update-action-plans-people.d.mts.map +1 -0
- package/dist/actions/update-action-plans-people.mjs +16 -0
- package/dist/actions/update-action-plans-people.mjs.map +1 -0
- package/dist/actions/update-appointment-outcomes.cjs +24 -0
- package/dist/actions/update-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/update-appointment-outcomes.d.cts +9 -0
- package/dist/actions/update-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/update-appointment-outcomes.d.mts +9 -0
- package/dist/actions/update-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/update-appointment-outcomes.mjs +21 -0
- package/dist/actions/update-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/update-appointment-types.cjs +24 -0
- package/dist/actions/update-appointment-types.cjs.map +1 -0
- package/dist/actions/update-appointment-types.d.cts +9 -0
- package/dist/actions/update-appointment-types.d.cts.map +1 -0
- package/dist/actions/update-appointment-types.d.mts +9 -0
- package/dist/actions/update-appointment-types.d.mts.map +1 -0
- package/dist/actions/update-appointment-types.mjs +21 -0
- package/dist/actions/update-appointment-types.mjs.map +1 -0
- package/dist/actions/update-appointment.cjs +63 -0
- package/dist/actions/update-appointment.cjs.map +1 -0
- package/dist/actions/update-appointment.d.cts +9 -0
- package/dist/actions/update-appointment.d.cts.map +1 -0
- package/dist/actions/update-appointment.d.mts +9 -0
- package/dist/actions/update-appointment.d.mts.map +1 -0
- package/dist/actions/update-appointment.mjs +62 -0
- package/dist/actions/update-appointment.mjs.map +1 -0
- package/dist/actions/update-calls.cjs +53 -0
- package/dist/actions/update-calls.cjs.map +1 -0
- package/dist/actions/update-calls.d.cts +9 -0
- package/dist/actions/update-calls.d.cts.map +1 -0
- package/dist/actions/update-calls.d.mts +9 -0
- package/dist/actions/update-calls.d.mts.map +1 -0
- package/dist/actions/update-calls.mjs +50 -0
- package/dist/actions/update-calls.mjs.map +1 -0
- package/dist/actions/update-custom-fields.cjs +30 -0
- package/dist/actions/update-custom-fields.cjs.map +1 -0
- package/dist/actions/update-custom-fields.d.cts +9 -0
- package/dist/actions/update-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-custom-fields.d.mts +9 -0
- package/dist/actions/update-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-custom-fields.mjs +27 -0
- package/dist/actions/update-custom-fields.mjs.map +1 -0
- package/dist/actions/update-deal-custom-fields.cjs +40 -0
- package/dist/actions/update-deal-custom-fields.cjs.map +1 -0
- package/dist/actions/update-deal-custom-fields.d.cts +9 -0
- package/dist/actions/update-deal-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-deal-custom-fields.d.mts +9 -0
- package/dist/actions/update-deal-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-deal-custom-fields.mjs +37 -0
- package/dist/actions/update-deal-custom-fields.mjs.map +1 -0
- package/dist/actions/update-deals.cjs +52 -0
- package/dist/actions/update-deals.cjs.map +1 -0
- package/dist/actions/update-deals.d.cts +9 -0
- package/dist/actions/update-deals.d.cts.map +1 -0
- package/dist/actions/update-deals.d.mts +9 -0
- package/dist/actions/update-deals.d.mts.map +1 -0
- package/dist/actions/update-deals.mjs +49 -0
- package/dist/actions/update-deals.mjs.map +1 -0
- package/dist/actions/update-em-campaigns.cjs +28 -0
- package/dist/actions/update-em-campaigns.cjs.map +1 -0
- package/dist/actions/update-em-campaigns.d.cts +9 -0
- package/dist/actions/update-em-campaigns.d.cts.map +1 -0
- package/dist/actions/update-em-campaigns.d.mts +9 -0
- package/dist/actions/update-em-campaigns.d.mts.map +1 -0
- package/dist/actions/update-em-campaigns.mjs +25 -0
- package/dist/actions/update-em-campaigns.mjs.map +1 -0
- package/dist/actions/update-groups.cjs +45 -0
- package/dist/actions/update-groups.cjs.map +1 -0
- package/dist/actions/update-groups.d.cts +9 -0
- package/dist/actions/update-groups.d.cts.map +1 -0
- package/dist/actions/update-groups.d.mts +9 -0
- package/dist/actions/update-groups.d.mts.map +1 -0
- package/dist/actions/update-groups.mjs +44 -0
- package/dist/actions/update-groups.mjs.map +1 -0
- package/dist/actions/update-people-relationships.cjs +50 -0
- package/dist/actions/update-people-relationships.cjs.map +1 -0
- package/dist/actions/update-people-relationships.d.cts +9 -0
- package/dist/actions/update-people-relationships.d.cts.map +1 -0
- package/dist/actions/update-people-relationships.d.mts +9 -0
- package/dist/actions/update-people-relationships.d.mts.map +1 -0
- package/dist/actions/update-people-relationships.mjs +47 -0
- package/dist/actions/update-people-relationships.mjs.map +1 -0
- package/dist/actions/update-pipelines.cjs +42 -0
- package/dist/actions/update-pipelines.cjs.map +1 -0
- package/dist/actions/update-pipelines.d.cts +9 -0
- package/dist/actions/update-pipelines.d.cts.map +1 -0
- package/dist/actions/update-pipelines.d.mts +9 -0
- package/dist/actions/update-pipelines.d.mts.map +1 -0
- package/dist/actions/update-pipelines.mjs +41 -0
- package/dist/actions/update-pipelines.mjs.map +1 -0
- package/dist/actions/update-ponds.cjs +26 -0
- package/dist/actions/update-ponds.cjs.map +1 -0
- package/dist/actions/update-ponds.d.cts +9 -0
- package/dist/actions/update-ponds.d.cts.map +1 -0
- package/dist/actions/update-ponds.d.mts +9 -0
- package/dist/actions/update-ponds.d.mts.map +1 -0
- package/dist/actions/update-ponds.mjs +23 -0
- package/dist/actions/update-ponds.mjs.map +1 -0
- package/dist/actions/update-stages.cjs +26 -0
- package/dist/actions/update-stages.cjs.map +1 -0
- package/dist/actions/update-stages.d.cts +9 -0
- package/dist/actions/update-stages.d.cts.map +1 -0
- package/dist/actions/update-stages.d.mts +9 -0
- package/dist/actions/update-stages.d.mts.map +1 -0
- package/dist/actions/update-stages.mjs +23 -0
- package/dist/actions/update-stages.mjs.map +1 -0
- package/dist/actions/update-teams.cjs +25 -0
- package/dist/actions/update-teams.cjs.map +1 -0
- package/dist/actions/update-teams.d.cts +9 -0
- package/dist/actions/update-teams.d.cts.map +1 -0
- package/dist/actions/update-teams.d.mts +9 -0
- package/dist/actions/update-teams.d.mts.map +1 -0
- package/dist/actions/update-teams.mjs +22 -0
- package/dist/actions/update-teams.mjs.map +1 -0
- package/dist/actions/update-templates.cjs +27 -0
- package/dist/actions/update-templates.cjs.map +1 -0
- package/dist/actions/update-templates.d.cts +9 -0
- package/dist/actions/update-templates.d.cts.map +1 -0
- package/dist/actions/update-templates.d.mts +9 -0
- package/dist/actions/update-templates.d.mts.map +1 -0
- package/dist/actions/update-templates.mjs +24 -0
- package/dist/actions/update-templates.mjs.map +1 -0
- package/dist/actions/update-text-message-template.cjs +42 -0
- package/dist/actions/update-text-message-template.cjs.map +1 -0
- package/dist/actions/update-text-message-template.d.cts +9 -0
- package/dist/actions/update-text-message-template.d.cts.map +1 -0
- package/dist/actions/update-text-message-template.d.mts +9 -0
- package/dist/actions/update-text-message-template.d.mts.map +1 -0
- package/dist/actions/update-text-message-template.mjs +41 -0
- package/dist/actions/update-text-message-template.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +204 -0
- package/dist/index.d.cts +102 -0
- package/dist/index.d.mts +102 -0
- package/dist/index.mjs +103 -0
- package/package.json +49 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossCreateEmCampaign = action("FOLLOW_UP_BOSS_CREATE_EM_CAMPAIGN", {
|
|
4
|
+
slug: "follow_up_boss-create-em-campaign",
|
|
5
|
+
name: "Create Email Marketing Campaign",
|
|
6
|
+
description: "Tool to create an email marketing campaign in Follow Up Boss. Use when you need to create a new email campaign with HTML content.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("Name of the email campaign or template."),
|
|
9
|
+
origin: z.string().describe("Name of the email marketing system where this campaign originated from."),
|
|
10
|
+
subject: z.string().describe("Email subject line."),
|
|
11
|
+
bodyHtml: z.string().describe("Email body in HTML format. Must be valid HTML."),
|
|
12
|
+
originId: z.string().describe("Internal ID of the new campaign or email in the origin system. Must be unique.")
|
|
13
|
+
}).describe("Request model for creating a new email marketing campaign in Follow Up Boss."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.number().int().describe("The unique ID assigned to the newly created campaign.").nullable().optional(),
|
|
16
|
+
name: z.string().describe("Name of the created email campaign.").nullable().optional(),
|
|
17
|
+
origin: z.string().describe("Name of the email marketing system where this campaign originated from.").nullable().optional(),
|
|
18
|
+
subject: z.string().describe("Email subject line of the created campaign.").nullable().optional(),
|
|
19
|
+
bodyHtml: z.string().describe("Email body in HTML format.").nullable().optional(),
|
|
20
|
+
originId: z.string().describe("Internal ID of the campaign in the origin system.").nullable().optional()
|
|
21
|
+
}).describe("Response model returned after creating an email marketing campaign.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { followUpBossCreateEmCampaign };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=create-em-campaign.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-campaign.mjs","names":[],"sources":["../../src/actions/create-em-campaign.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateEmCampaignInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the email campaign or template.\"),\n origin: z.string().describe(\"Name of the email marketing system where this campaign originated from.\"),\n subject: z.string().describe(\"Email subject line.\"),\n bodyHtml: z.string().describe(\"Email body in HTML format. Must be valid HTML.\"),\n originId: z.string().describe(\"Internal ID of the new campaign or email in the origin system. Must be unique.\"),\n}).describe(\"Request model for creating a new email marketing campaign in Follow Up Boss.\");\nexport const FollowUpBossCreateEmCampaignOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique ID assigned to the newly created campaign.\").nullable().optional(),\n name: z.string().describe(\"Name of the created email campaign.\").nullable().optional(),\n origin: z.string().describe(\"Name of the email marketing system where this campaign originated from.\").nullable().optional(),\n subject: z.string().describe(\"Email subject line of the created campaign.\").nullable().optional(),\n bodyHtml: z.string().describe(\"Email body in HTML format.\").nullable().optional(),\n originId: z.string().describe(\"Internal ID of the campaign in the origin system.\").nullable().optional(),\n}).describe(\"Response model returned after creating an email marketing campaign.\");\n\nexport const followUpBossCreateEmCampaign = action(\"FOLLOW_UP_BOSS_CREATE_EM_CAMPAIGN\", {\n slug: \"follow_up_boss-create-em-campaign\",\n name: \"Create Email Marketing Campaign\",\n description: \"Tool to create an email marketing campaign in Follow Up Boss. Use when you need to create a new email campaign with HTML content.\",\n input: FollowUpBossCreateEmCampaignInput,\n output: FollowUpBossCreateEmCampaignOutput,\n});\n"],"mappings":";;AAoBA,MAAa,+BAA+B,OAAO,qCAAqC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACrG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAClD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAChH,CAAC,CAAC,CAAC,SAAS,8EAcH;CACP,QAd8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,qEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-em-events.ts
|
|
4
|
+
const FollowUpBossCreateEmEventsInput = zod.z.object({ emEvents: zod.z.array(zod.z.object({
|
|
5
|
+
url: zod.z.string().describe("URL that was clicked (required for 'click' event types).").optional(),
|
|
6
|
+
type: zod.z.enum([
|
|
7
|
+
"delivered",
|
|
8
|
+
"open",
|
|
9
|
+
"click",
|
|
10
|
+
"bounced",
|
|
11
|
+
"soft-bounce",
|
|
12
|
+
"hard-bounce",
|
|
13
|
+
"unsubscribe"
|
|
14
|
+
]).describe("Type of email event. Must be one of: delivered, open, click, bounced, soft-bounce, hard-bounce, or unsubscribe."),
|
|
15
|
+
userId: zod.z.number().int().describe("The ID of the user in Follow Up Boss associated with this email event.").optional(),
|
|
16
|
+
occurred: zod.z.string().describe("ISO 8601 timestamp when the event occurred (e.g., '2026-02-12T20:30:00Z')."),
|
|
17
|
+
personId: zod.z.number().int().describe("The ID of the person in Follow Up Boss associated with this email event.").optional(),
|
|
18
|
+
recipient: zod.z.string().describe("Email address of the recipient."),
|
|
19
|
+
campaignId: zod.z.string().describe("Campaign ID associated with this email event.")
|
|
20
|
+
}).describe("Individual email marketing event object.")).describe("Array of email marketing event objects. Can send up to 1000 events per request.") }).describe("Request schema for creating email marketing events.");
|
|
21
|
+
const FollowUpBossCreateEmEventsOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates if the email marketing events were created successfully.").nullable().optional() }).describe("Response schema for creating email marketing events.");
|
|
22
|
+
const followUpBossCreateEmEvents = require_action.action("FOLLOW_UP_BOSS_CREATE_EM_EVENTS", {
|
|
23
|
+
slug: "follow_up_boss-create-em-events",
|
|
24
|
+
name: "Create Email Marketing Events",
|
|
25
|
+
description: "Tool to notify Follow Up Boss about marketing emails sent, opens, clicks, bounces, unsubscribes and spam reports. Use when you need to track email marketing events.",
|
|
26
|
+
input: FollowUpBossCreateEmEventsInput,
|
|
27
|
+
output: FollowUpBossCreateEmEventsOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.followUpBossCreateEmEvents = followUpBossCreateEmEvents;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=create-em-events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-events.cjs","names":["z","action"],"sources":["../../src/actions/create-em-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateEmEventsInput: z.ZodTypeAny = z.object({\n emEvents: z.array(z.object({\n url: z.string().describe(\"URL that was clicked (required for 'click' event types).\").optional(),\n type: z.enum([\"delivered\", \"open\", \"click\", \"bounced\", \"soft-bounce\", \"hard-bounce\", \"unsubscribe\"]).describe(\"Type of email event. Must be one of: delivered, open, click, bounced, soft-bounce, hard-bounce, or unsubscribe.\"),\n userId: z.number().int().describe(\"The ID of the user in Follow Up Boss associated with this email event.\").optional(),\n occurred: z.string().describe(\"ISO 8601 timestamp when the event occurred (e.g., '2026-02-12T20:30:00Z').\"),\n personId: z.number().int().describe(\"The ID of the person in Follow Up Boss associated with this email event.\").optional(),\n recipient: z.string().describe(\"Email address of the recipient.\"),\n campaignId: z.string().describe(\"Campaign ID associated with this email event.\"),\n}).describe(\"Individual email marketing event object.\")).describe(\"Array of email marketing event objects. Can send up to 1000 events per request.\"),\n}).describe(\"Request schema for creating email marketing events.\");\nexport const FollowUpBossCreateEmEventsOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the email marketing events were created successfully.\").nullable().optional(),\n}).describe(\"Response schema for creating email marketing events.\");\n\nexport const followUpBossCreateEmEvents = action(\"FOLLOW_UP_BOSS_CREATE_EM_EVENTS\", {\n slug: \"follow_up_boss-create-em-events\",\n name: \"Create Email Marketing Events\",\n description: \"Tool to notify Follow Up Boss about marketing emails sent, opens, clicks, bounces, unsubscribes and spam reports. Use when you need to track email marketing events.\",\n input: FollowUpBossCreateEmEventsInput,\n output: FollowUpBossCreateEmEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAa;EAAQ;EAAS;EAAW;EAAe;EAAe;CAAa,CAAC,CAAC,CAAC,SAAS,iHAAiH;CAC/N,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACzH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,iFAAiF,EACnJ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1H,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,6BAA6BC,eAAAA,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-em-events.d.ts
|
|
4
|
+
declare const FollowUpBossCreateEmEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateEmEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateEmEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateEmEvents };
|
|
9
|
+
//# sourceMappingURL=create-em-events.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-events.d.cts","names":[],"sources":["../../src/actions/create-em-events.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAUkB;AAAA,cACrD,gCAAA,EAAkC,CAAA,CAAE,UAEkB;AAAA,cAEtD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-em-events.d.ts
|
|
4
|
+
declare const FollowUpBossCreateEmEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateEmEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateEmEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateEmEvents };
|
|
9
|
+
//# sourceMappingURL=create-em-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-events.d.mts","names":[],"sources":["../../src/actions/create-em-events.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAUkB;AAAA,cACrD,gCAAA,EAAkC,CAAA,CAAE,UAEkB;AAAA,cAEtD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossCreateEmEvents = action("FOLLOW_UP_BOSS_CREATE_EM_EVENTS", {
|
|
4
|
+
slug: "follow_up_boss-create-em-events",
|
|
5
|
+
name: "Create Email Marketing Events",
|
|
6
|
+
description: "Tool to notify Follow Up Boss about marketing emails sent, opens, clicks, bounces, unsubscribes and spam reports. Use when you need to track email marketing events.",
|
|
7
|
+
input: z.object({ emEvents: z.array(z.object({
|
|
8
|
+
url: z.string().describe("URL that was clicked (required for 'click' event types).").optional(),
|
|
9
|
+
type: z.enum([
|
|
10
|
+
"delivered",
|
|
11
|
+
"open",
|
|
12
|
+
"click",
|
|
13
|
+
"bounced",
|
|
14
|
+
"soft-bounce",
|
|
15
|
+
"hard-bounce",
|
|
16
|
+
"unsubscribe"
|
|
17
|
+
]).describe("Type of email event. Must be one of: delivered, open, click, bounced, soft-bounce, hard-bounce, or unsubscribe."),
|
|
18
|
+
userId: z.number().int().describe("The ID of the user in Follow Up Boss associated with this email event.").optional(),
|
|
19
|
+
occurred: z.string().describe("ISO 8601 timestamp when the event occurred (e.g., '2026-02-12T20:30:00Z')."),
|
|
20
|
+
personId: z.number().int().describe("The ID of the person in Follow Up Boss associated with this email event.").optional(),
|
|
21
|
+
recipient: z.string().describe("Email address of the recipient."),
|
|
22
|
+
campaignId: z.string().describe("Campaign ID associated with this email event.")
|
|
23
|
+
}).describe("Individual email marketing event object.")).describe("Array of email marketing event objects. Can send up to 1000 events per request.") }).describe("Request schema for creating email marketing events."),
|
|
24
|
+
output: z.object({ success: z.boolean().describe("Indicates if the email marketing events were created successfully.").nullable().optional() }).describe("Response schema for creating email marketing events.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { followUpBossCreateEmEvents };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=create-em-events.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-em-events.mjs","names":[],"sources":["../../src/actions/create-em-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateEmEventsInput: z.ZodTypeAny = z.object({\n emEvents: z.array(z.object({\n url: z.string().describe(\"URL that was clicked (required for 'click' event types).\").optional(),\n type: z.enum([\"delivered\", \"open\", \"click\", \"bounced\", \"soft-bounce\", \"hard-bounce\", \"unsubscribe\"]).describe(\"Type of email event. Must be one of: delivered, open, click, bounced, soft-bounce, hard-bounce, or unsubscribe.\"),\n userId: z.number().int().describe(\"The ID of the user in Follow Up Boss associated with this email event.\").optional(),\n occurred: z.string().describe(\"ISO 8601 timestamp when the event occurred (e.g., '2026-02-12T20:30:00Z').\"),\n personId: z.number().int().describe(\"The ID of the person in Follow Up Boss associated with this email event.\").optional(),\n recipient: z.string().describe(\"Email address of the recipient.\"),\n campaignId: z.string().describe(\"Campaign ID associated with this email event.\"),\n}).describe(\"Individual email marketing event object.\")).describe(\"Array of email marketing event objects. Can send up to 1000 events per request.\"),\n}).describe(\"Request schema for creating email marketing events.\");\nexport const FollowUpBossCreateEmEventsOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the email marketing events were created successfully.\").nullable().optional(),\n}).describe(\"Response schema for creating email marketing events.\");\n\nexport const followUpBossCreateEmEvents = action(\"FOLLOW_UP_BOSS_CREATE_EM_EVENTS\", {\n slug: \"follow_up_boss-create-em-events\",\n name: \"Create Email Marketing Events\",\n description: \"Tool to notify Follow Up Boss about marketing emails sent, opens, clicks, bounces, unsubscribes and spam reports. Use when you need to track email marketing events.\",\n input: FollowUpBossCreateEmEventsInput,\n output: FollowUpBossCreateEmEventsOutput,\n});\n"],"mappings":";;AAmBA,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB2D,EAAE,OAAO,EACpE,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAC9F,MAAM,EAAE,KAAK;GAAC;GAAa;GAAQ;GAAS;GAAW;GAAe;GAAe;EAAa,CAAC,CAAC,CAAC,SAAS,iHAAiH;EAC/N,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EACrH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EACzH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACjF,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,iFAAiF,EACnJ,CAAC,CAAC,CAAC,SAAS,qDASH;CACP,QAT4D,EAAE,OAAO,EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1H,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-events.ts
|
|
4
|
+
const FollowUpBossCreateEventsInput = zod.z.object({
|
|
5
|
+
type: zod.z.enum([
|
|
6
|
+
"Registration",
|
|
7
|
+
"Inquiry",
|
|
8
|
+
"Seller Inquiry",
|
|
9
|
+
"Property Inquiry",
|
|
10
|
+
"General Inquiry",
|
|
11
|
+
"Viewed Property",
|
|
12
|
+
"Saved Property",
|
|
13
|
+
"Visited Website",
|
|
14
|
+
"Incoming Call",
|
|
15
|
+
"Unsubscribed",
|
|
16
|
+
"Property Search",
|
|
17
|
+
"Saved Property Search",
|
|
18
|
+
"Visited Open House",
|
|
19
|
+
"Viewed Page"
|
|
20
|
+
]).describe("Event types supported by Follow Up Boss.").optional(),
|
|
21
|
+
person: zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("The ID of the person the event corresponds to (optional)").optional(),
|
|
23
|
+
tags: zod.z.array(zod.z.string()).describe("A list of tags applied to the person").optional(),
|
|
24
|
+
price: zod.z.number().int().describe("The estimated sell/buy price for this person").optional(),
|
|
25
|
+
stage: zod.z.string().describe("The stage of the person (e.g., Lead or Trash)").optional(),
|
|
26
|
+
emails: zod.z.array(zod.z.object({ value: zod.z.string().describe("Email address") }).describe("Email information for a person.")).describe("A list of email addresses associated with this person").optional(),
|
|
27
|
+
phones: zod.z.array(zod.z.object({ value: zod.z.string().describe("Phone number") }).describe("Phone number information for a person.")).describe("A list of phone numbers associated with the person").optional(),
|
|
28
|
+
source: zod.z.string().describe("The source of the lead").optional(),
|
|
29
|
+
lastName: zod.z.string().describe("The last/family name of the person").optional(),
|
|
30
|
+
addresses: zod.z.array(zod.z.object({
|
|
31
|
+
city: zod.z.string().describe("City name").optional(),
|
|
32
|
+
code: zod.z.string().describe("Zip code").optional(),
|
|
33
|
+
state: zod.z.string().describe("State abbreviation").optional(),
|
|
34
|
+
street: zod.z.string().describe("Street address of the person").optional()
|
|
35
|
+
}).describe("Address information for a person.")).describe("A list of addresses associated with the person").optional(),
|
|
36
|
+
contacted: zod.z.boolean().describe("Sets whether the person has been contacted or not").optional(),
|
|
37
|
+
firstName: zod.z.string().describe("The first/given name of the person").optional(),
|
|
38
|
+
sourceUrl: zod.z.string().describe("This is a direct link to the information about a person at the lead provider").optional(),
|
|
39
|
+
assignedTo: zod.z.string().describe("Full name of the agent to assign to this person").optional(),
|
|
40
|
+
assignedUserId: zod.z.number().int().describe("ID of the agent assigned to this person").optional(),
|
|
41
|
+
assignedLenderId: zod.z.number().int().describe("ID of the lender assigned to this person").optional(),
|
|
42
|
+
assignedLenderName: zod.z.string().describe("Full name of the lender to assign to this person").optional()
|
|
43
|
+
}).describe("Information about the lead who triggered this event.").optional(),
|
|
44
|
+
source: zod.z.string().describe("The name of the lead source").optional(),
|
|
45
|
+
system: zod.z.string().describe("The name of the system used in providing leads").optional(),
|
|
46
|
+
message: zod.z.string().describe("A message from the user about this inquiry").optional(),
|
|
47
|
+
pageUrl: zod.z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the url of the page viewed").optional(),
|
|
48
|
+
campaign: zod.z.object({
|
|
49
|
+
term: zod.z.string().describe("The search terms entered by the person").optional(),
|
|
50
|
+
medium: zod.z.string().describe("The medium of the campaign (e.g., for an organic search the medium is 'organic')").optional(),
|
|
51
|
+
source: zod.z.string().describe("The source of the campaign"),
|
|
52
|
+
content: zod.z.string().describe("The content of the campaign").optional(),
|
|
53
|
+
campaign: zod.z.string().describe("The name or identifier for this campaign").optional()
|
|
54
|
+
}).describe("Marketing campaign information.").optional(),
|
|
55
|
+
property: zod.z.object({
|
|
56
|
+
lot: zod.z.string().describe("Area of the lot/land in acres").optional(),
|
|
57
|
+
url: zod.z.string().describe("A URL for the property provided by the lead source").optional(),
|
|
58
|
+
area: zod.z.string().describe("Area of the property in square feet").optional(),
|
|
59
|
+
city: zod.z.string().describe("City name").optional(),
|
|
60
|
+
code: zod.z.string().describe("Zipcode (only as a string, not a number, e.g., '90210')").optional(),
|
|
61
|
+
type: zod.z.string().describe("A freeform description of property type (e.g., 'Bungalow' or 'Apartment')").optional(),
|
|
62
|
+
price: zod.z.number().int().describe("The asking price or price estimate for the property").optional(),
|
|
63
|
+
state: zod.z.string().describe("Abbreviated state code (e.g., 'CA', 'NY')").optional(),
|
|
64
|
+
street: zod.z.string().describe("Street address (e.g., '3595 South Higuera St, Suite B')").optional(),
|
|
65
|
+
forRent: zod.z.boolean().describe("Sets whether this property is for rent or not").optional(),
|
|
66
|
+
bedrooms: zod.z.string().describe("The number of bedrooms").optional(),
|
|
67
|
+
bathrooms: zod.z.string().describe("The number of bathrooms").optional(),
|
|
68
|
+
mlsNumber: zod.z.string().describe("MLS Number for the property").optional()
|
|
69
|
+
}).describe("Information about the property this event is related to.").optional(),
|
|
70
|
+
pageTitle: zod.z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the title of the page viewed").optional(),
|
|
71
|
+
occurredAt: zod.z.string().describe("The date this event occurred (format: YYYY-MM-DD). Events older than 1 day are considered historical and won't trigger workflows").optional(),
|
|
72
|
+
description: zod.z.string().describe("Any additional information about this inquiry").optional(),
|
|
73
|
+
pageDuration: zod.z.number().int().describe("This field is to be used with the 'Viewed Page' event type and indicates the duration of the visitor on the page viewed given in seconds").optional(),
|
|
74
|
+
pageReferrer: zod.z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the referrer url where the visitor came from (Note: If pageReferrer is sent in, pageUrl should be set as well)").optional(),
|
|
75
|
+
propertySearch: zod.z.object({
|
|
76
|
+
city: zod.z.string().describe("The city in which a person was searching").optional(),
|
|
77
|
+
code: zod.z.array(zod.z.string()).describe("The zipcode(s) in which a person was searching").optional(),
|
|
78
|
+
type: zod.z.string().describe("The type of property the person was searching for (e.g., 'Residential', 'Lot', 'Apartment')").optional(),
|
|
79
|
+
state: zod.z.string().describe("The state in which a person was searching").optional(),
|
|
80
|
+
maxPrice: zod.z.number().int().describe("The maximum price in which a person was searching").optional(),
|
|
81
|
+
minPrice: zod.z.number().int().describe("The minimum price in which a person was searching").optional(),
|
|
82
|
+
maxBedrooms: zod.z.number().int().describe("The maximum number of bedrooms that a person was searching for").optional(),
|
|
83
|
+
minBedrooms: zod.z.number().int().describe("The minimum number of bedrooms that a person was searching for").optional(),
|
|
84
|
+
maxBathrooms: zod.z.number().describe("The maximum number of bathrooms that a person was searching for").optional(),
|
|
85
|
+
minBathrooms: zod.z.number().describe("The minimum number of bathrooms that a person was searching for").optional(),
|
|
86
|
+
neighborhood: zod.z.string().describe("The neighborhood or area in which a person is searching for a property").optional()
|
|
87
|
+
}).describe("Information about what the person was searching for.").optional()
|
|
88
|
+
}).describe("Request model for creating a new event in Follow Up Boss.");
|
|
89
|
+
const FollowUpBossCreateEventsOutput = zod.z.object({
|
|
90
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The person/lead data created or updated from this event").nullable().optional(),
|
|
91
|
+
error: zod.z.unknown().describe("Error information if the request failed").nullable().optional(),
|
|
92
|
+
successfull: zod.z.boolean().describe("Indicates if the event was created successfully").nullable().optional()
|
|
93
|
+
}).describe("Response model returned after creating an event in Follow Up Boss.");
|
|
94
|
+
const followUpBossCreateEvents = require_action.action("FOLLOW_UP_BOSS_CREATE_EVENTS", {
|
|
95
|
+
slug: "follow_up_boss-create-events",
|
|
96
|
+
name: "Create Events",
|
|
97
|
+
description: "Tool to send in a lead or an event related to a lead in Follow Up Boss. Use when you need to track lead activities, inquiries, property views, or any other event type supported by the system.",
|
|
98
|
+
input: FollowUpBossCreateEventsInput,
|
|
99
|
+
output: FollowUpBossCreateEventsOutput
|
|
100
|
+
});
|
|
101
|
+
//#endregion
|
|
102
|
+
exports.followUpBossCreateEvents = followUpBossCreateEvents;
|
|
103
|
+
|
|
104
|
+
//# sourceMappingURL=create-events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-events.cjs","names":["z","action"],"sources":["../../src/actions/create-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateEventsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"Registration\", \"Inquiry\", \"Seller Inquiry\", \"Property Inquiry\", \"General Inquiry\", \"Viewed Property\", \"Saved Property\", \"Visited Website\", \"Incoming Call\", \"Unsubscribed\", \"Property Search\", \"Saved Property Search\", \"Visited Open House\", \"Viewed Page\"]).describe(\"Event types supported by Follow Up Boss.\").optional(),\n person: z.object({\n id: z.number().int().describe(\"The ID of the person the event corresponds to (optional)\").optional(),\n tags: z.array(z.string()).describe(\"A list of tags applied to the person\").optional(),\n price: z.number().int().describe(\"The estimated sell/buy price for this person\").optional(),\n stage: z.string().describe(\"The stage of the person (e.g., Lead or Trash)\").optional(),\n emails: z.array(z.object({\n value: z.string().describe(\"Email address\"),\n}).describe(\"Email information for a person.\")).describe(\"A list of email addresses associated with this person\").optional(),\n phones: z.array(z.object({\n value: z.string().describe(\"Phone number\"),\n}).describe(\"Phone number information for a person.\")).describe(\"A list of phone numbers associated with the person\").optional(),\n source: z.string().describe(\"The source of the lead\").optional(),\n lastName: z.string().describe(\"The last/family name of the person\").optional(),\n addresses: z.array(z.object({\n city: z.string().describe(\"City name\").optional(),\n code: z.string().describe(\"Zip code\").optional(),\n state: z.string().describe(\"State abbreviation\").optional(),\n street: z.string().describe(\"Street address of the person\").optional(),\n}).describe(\"Address information for a person.\")).describe(\"A list of addresses associated with the person\").optional(),\n contacted: z.boolean().describe(\"Sets whether the person has been contacted or not\").optional(),\n firstName: z.string().describe(\"The first/given name of the person\").optional(),\n sourceUrl: z.string().describe(\"This is a direct link to the information about a person at the lead provider\").optional(),\n assignedTo: z.string().describe(\"Full name of the agent to assign to this person\").optional(),\n assignedUserId: z.number().int().describe(\"ID of the agent assigned to this person\").optional(),\n assignedLenderId: z.number().int().describe(\"ID of the lender assigned to this person\").optional(),\n assignedLenderName: z.string().describe(\"Full name of the lender to assign to this person\").optional(),\n}).describe(\"Information about the lead who triggered this event.\").optional(),\n source: z.string().describe(\"The name of the lead source\").optional(),\n system: z.string().describe(\"The name of the system used in providing leads\").optional(),\n message: z.string().describe(\"A message from the user about this inquiry\").optional(),\n pageUrl: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the url of the page viewed\").optional(),\n campaign: z.object({\n term: z.string().describe(\"The search terms entered by the person\").optional(),\n medium: z.string().describe(\"The medium of the campaign (e.g., for an organic search the medium is 'organic')\").optional(),\n source: z.string().describe(\"The source of the campaign\"),\n content: z.string().describe(\"The content of the campaign\").optional(),\n campaign: z.string().describe(\"The name or identifier for this campaign\").optional(),\n}).describe(\"Marketing campaign information.\").optional(),\n property: z.object({\n lot: z.string().describe(\"Area of the lot/land in acres\").optional(),\n url: z.string().describe(\"A URL for the property provided by the lead source\").optional(),\n area: z.string().describe(\"Area of the property in square feet\").optional(),\n city: z.string().describe(\"City name\").optional(),\n code: z.string().describe(\"Zipcode (only as a string, not a number, e.g., '90210')\").optional(),\n type: z.string().describe(\"A freeform description of property type (e.g., 'Bungalow' or 'Apartment')\").optional(),\n price: z.number().int().describe(\"The asking price or price estimate for the property\").optional(),\n state: z.string().describe(\"Abbreviated state code (e.g., 'CA', 'NY')\").optional(),\n street: z.string().describe(\"Street address (e.g., '3595 South Higuera St, Suite B')\").optional(),\n forRent: z.boolean().describe(\"Sets whether this property is for rent or not\").optional(),\n bedrooms: z.string().describe(\"The number of bedrooms\").optional(),\n bathrooms: z.string().describe(\"The number of bathrooms\").optional(),\n mlsNumber: z.string().describe(\"MLS Number for the property\").optional(),\n}).describe(\"Information about the property this event is related to.\").optional(),\n pageTitle: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the title of the page viewed\").optional(),\n occurredAt: z.string().describe(\"The date this event occurred (format: YYYY-MM-DD). Events older than 1 day are considered historical and won't trigger workflows\").optional(),\n description: z.string().describe(\"Any additional information about this inquiry\").optional(),\n pageDuration: z.number().int().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the duration of the visitor on the page viewed given in seconds\").optional(),\n pageReferrer: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the referrer url where the visitor came from (Note: If pageReferrer is sent in, pageUrl should be set as well)\").optional(),\n propertySearch: z.object({\n city: z.string().describe(\"The city in which a person was searching\").optional(),\n code: z.array(z.string()).describe(\"The zipcode(s) in which a person was searching\").optional(),\n type: z.string().describe(\"The type of property the person was searching for (e.g., 'Residential', 'Lot', 'Apartment')\").optional(),\n state: z.string().describe(\"The state in which a person was searching\").optional(),\n maxPrice: z.number().int().describe(\"The maximum price in which a person was searching\").optional(),\n minPrice: z.number().int().describe(\"The minimum price in which a person was searching\").optional(),\n maxBedrooms: z.number().int().describe(\"The maximum number of bedrooms that a person was searching for\").optional(),\n minBedrooms: z.number().int().describe(\"The minimum number of bedrooms that a person was searching for\").optional(),\n maxBathrooms: z.number().describe(\"The maximum number of bathrooms that a person was searching for\").optional(),\n minBathrooms: z.number().describe(\"The minimum number of bathrooms that a person was searching for\").optional(),\n neighborhood: z.string().describe(\"The neighborhood or area in which a person is searching for a property\").optional(),\n}).describe(\"Information about what the person was searching for.\").optional(),\n}).describe(\"Request model for creating a new event in Follow Up Boss.\");\nexport const FollowUpBossCreateEventsOutput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The person/lead data created or updated from this event\").nullable().optional(),\n error: z.unknown().describe(\"Error information if the request failed\").nullable().optional(),\n successfull: z.boolean().describe(\"Indicates if the event was created successfully\").nullable().optional(),\n}).describe(\"Response model returned after creating an event in Follow Up Boss.\");\n\nexport const followUpBossCreateEvents = action(\"FOLLOW_UP_BOSS_CREATE_EVENTS\", {\n slug: \"follow_up_boss-create-events\",\n name: \"Create Events\",\n description: \"Tool to send in a lead or an event related to a lead in Follow Up Boss. Use when you need to track lead activities, inquiries, property views, or any other event type supported by the system.\",\n input: FollowUpBossCreateEventsInput,\n output: FollowUpBossCreateEventsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-events.d.ts
|
|
4
|
+
declare const FollowUpBossCreateEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateEvents };
|
|
9
|
+
//# sourceMappingURL=create-events.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-events.d.cts","names":[],"sources":["../../src/actions/create-events.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAyE0B;AAAA,cAC3D,8BAAA,EAAgC,CAAA,CAAE,UAIkC;AAAA,cAEpE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-events.d.ts
|
|
4
|
+
declare const FollowUpBossCreateEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateEvents };
|
|
9
|
+
//# sourceMappingURL=create-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-events.d.mts","names":[],"sources":["../../src/actions/create-events.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAyE0B;AAAA,cAC3D,8BAAA,EAAgC,CAAA,CAAE,UAIkC;AAAA,cAEpE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossCreateEvents = action("FOLLOW_UP_BOSS_CREATE_EVENTS", {
|
|
4
|
+
slug: "follow_up_boss-create-events",
|
|
5
|
+
name: "Create Events",
|
|
6
|
+
description: "Tool to send in a lead or an event related to a lead in Follow Up Boss. Use when you need to track lead activities, inquiries, property views, or any other event type supported by the system.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
type: z.enum([
|
|
9
|
+
"Registration",
|
|
10
|
+
"Inquiry",
|
|
11
|
+
"Seller Inquiry",
|
|
12
|
+
"Property Inquiry",
|
|
13
|
+
"General Inquiry",
|
|
14
|
+
"Viewed Property",
|
|
15
|
+
"Saved Property",
|
|
16
|
+
"Visited Website",
|
|
17
|
+
"Incoming Call",
|
|
18
|
+
"Unsubscribed",
|
|
19
|
+
"Property Search",
|
|
20
|
+
"Saved Property Search",
|
|
21
|
+
"Visited Open House",
|
|
22
|
+
"Viewed Page"
|
|
23
|
+
]).describe("Event types supported by Follow Up Boss.").optional(),
|
|
24
|
+
person: z.object({
|
|
25
|
+
id: z.number().int().describe("The ID of the person the event corresponds to (optional)").optional(),
|
|
26
|
+
tags: z.array(z.string()).describe("A list of tags applied to the person").optional(),
|
|
27
|
+
price: z.number().int().describe("The estimated sell/buy price for this person").optional(),
|
|
28
|
+
stage: z.string().describe("The stage of the person (e.g., Lead or Trash)").optional(),
|
|
29
|
+
emails: z.array(z.object({ value: z.string().describe("Email address") }).describe("Email information for a person.")).describe("A list of email addresses associated with this person").optional(),
|
|
30
|
+
phones: z.array(z.object({ value: z.string().describe("Phone number") }).describe("Phone number information for a person.")).describe("A list of phone numbers associated with the person").optional(),
|
|
31
|
+
source: z.string().describe("The source of the lead").optional(),
|
|
32
|
+
lastName: z.string().describe("The last/family name of the person").optional(),
|
|
33
|
+
addresses: z.array(z.object({
|
|
34
|
+
city: z.string().describe("City name").optional(),
|
|
35
|
+
code: z.string().describe("Zip code").optional(),
|
|
36
|
+
state: z.string().describe("State abbreviation").optional(),
|
|
37
|
+
street: z.string().describe("Street address of the person").optional()
|
|
38
|
+
}).describe("Address information for a person.")).describe("A list of addresses associated with the person").optional(),
|
|
39
|
+
contacted: z.boolean().describe("Sets whether the person has been contacted or not").optional(),
|
|
40
|
+
firstName: z.string().describe("The first/given name of the person").optional(),
|
|
41
|
+
sourceUrl: z.string().describe("This is a direct link to the information about a person at the lead provider").optional(),
|
|
42
|
+
assignedTo: z.string().describe("Full name of the agent to assign to this person").optional(),
|
|
43
|
+
assignedUserId: z.number().int().describe("ID of the agent assigned to this person").optional(),
|
|
44
|
+
assignedLenderId: z.number().int().describe("ID of the lender assigned to this person").optional(),
|
|
45
|
+
assignedLenderName: z.string().describe("Full name of the lender to assign to this person").optional()
|
|
46
|
+
}).describe("Information about the lead who triggered this event.").optional(),
|
|
47
|
+
source: z.string().describe("The name of the lead source").optional(),
|
|
48
|
+
system: z.string().describe("The name of the system used in providing leads").optional(),
|
|
49
|
+
message: z.string().describe("A message from the user about this inquiry").optional(),
|
|
50
|
+
pageUrl: z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the url of the page viewed").optional(),
|
|
51
|
+
campaign: z.object({
|
|
52
|
+
term: z.string().describe("The search terms entered by the person").optional(),
|
|
53
|
+
medium: z.string().describe("The medium of the campaign (e.g., for an organic search the medium is 'organic')").optional(),
|
|
54
|
+
source: z.string().describe("The source of the campaign"),
|
|
55
|
+
content: z.string().describe("The content of the campaign").optional(),
|
|
56
|
+
campaign: z.string().describe("The name or identifier for this campaign").optional()
|
|
57
|
+
}).describe("Marketing campaign information.").optional(),
|
|
58
|
+
property: z.object({
|
|
59
|
+
lot: z.string().describe("Area of the lot/land in acres").optional(),
|
|
60
|
+
url: z.string().describe("A URL for the property provided by the lead source").optional(),
|
|
61
|
+
area: z.string().describe("Area of the property in square feet").optional(),
|
|
62
|
+
city: z.string().describe("City name").optional(),
|
|
63
|
+
code: z.string().describe("Zipcode (only as a string, not a number, e.g., '90210')").optional(),
|
|
64
|
+
type: z.string().describe("A freeform description of property type (e.g., 'Bungalow' or 'Apartment')").optional(),
|
|
65
|
+
price: z.number().int().describe("The asking price or price estimate for the property").optional(),
|
|
66
|
+
state: z.string().describe("Abbreviated state code (e.g., 'CA', 'NY')").optional(),
|
|
67
|
+
street: z.string().describe("Street address (e.g., '3595 South Higuera St, Suite B')").optional(),
|
|
68
|
+
forRent: z.boolean().describe("Sets whether this property is for rent or not").optional(),
|
|
69
|
+
bedrooms: z.string().describe("The number of bedrooms").optional(),
|
|
70
|
+
bathrooms: z.string().describe("The number of bathrooms").optional(),
|
|
71
|
+
mlsNumber: z.string().describe("MLS Number for the property").optional()
|
|
72
|
+
}).describe("Information about the property this event is related to.").optional(),
|
|
73
|
+
pageTitle: z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the title of the page viewed").optional(),
|
|
74
|
+
occurredAt: z.string().describe("The date this event occurred (format: YYYY-MM-DD). Events older than 1 day are considered historical and won't trigger workflows").optional(),
|
|
75
|
+
description: z.string().describe("Any additional information about this inquiry").optional(),
|
|
76
|
+
pageDuration: z.number().int().describe("This field is to be used with the 'Viewed Page' event type and indicates the duration of the visitor on the page viewed given in seconds").optional(),
|
|
77
|
+
pageReferrer: z.string().describe("This field is to be used with the 'Viewed Page' event type and indicates the referrer url where the visitor came from (Note: If pageReferrer is sent in, pageUrl should be set as well)").optional(),
|
|
78
|
+
propertySearch: z.object({
|
|
79
|
+
city: z.string().describe("The city in which a person was searching").optional(),
|
|
80
|
+
code: z.array(z.string()).describe("The zipcode(s) in which a person was searching").optional(),
|
|
81
|
+
type: z.string().describe("The type of property the person was searching for (e.g., 'Residential', 'Lot', 'Apartment')").optional(),
|
|
82
|
+
state: z.string().describe("The state in which a person was searching").optional(),
|
|
83
|
+
maxPrice: z.number().int().describe("The maximum price in which a person was searching").optional(),
|
|
84
|
+
minPrice: z.number().int().describe("The minimum price in which a person was searching").optional(),
|
|
85
|
+
maxBedrooms: z.number().int().describe("The maximum number of bedrooms that a person was searching for").optional(),
|
|
86
|
+
minBedrooms: z.number().int().describe("The minimum number of bedrooms that a person was searching for").optional(),
|
|
87
|
+
maxBathrooms: z.number().describe("The maximum number of bathrooms that a person was searching for").optional(),
|
|
88
|
+
minBathrooms: z.number().describe("The minimum number of bathrooms that a person was searching for").optional(),
|
|
89
|
+
neighborhood: z.string().describe("The neighborhood or area in which a person is searching for a property").optional()
|
|
90
|
+
}).describe("Information about what the person was searching for.").optional()
|
|
91
|
+
}).describe("Request model for creating a new event in Follow Up Boss."),
|
|
92
|
+
output: z.object({
|
|
93
|
+
data: z.record(z.string(), z.unknown()).describe("The person/lead data created or updated from this event").nullable().optional(),
|
|
94
|
+
error: z.unknown().describe("Error information if the request failed").nullable().optional(),
|
|
95
|
+
successfull: z.boolean().describe("Indicates if the event was created successfully").nullable().optional()
|
|
96
|
+
}).describe("Response model returned after creating an event in Follow Up Boss.")
|
|
97
|
+
});
|
|
98
|
+
//#endregion
|
|
99
|
+
export { followUpBossCreateEvents };
|
|
100
|
+
|
|
101
|
+
//# sourceMappingURL=create-events.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-events.mjs","names":[],"sources":["../../src/actions/create-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateEventsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"Registration\", \"Inquiry\", \"Seller Inquiry\", \"Property Inquiry\", \"General Inquiry\", \"Viewed Property\", \"Saved Property\", \"Visited Website\", \"Incoming Call\", \"Unsubscribed\", \"Property Search\", \"Saved Property Search\", \"Visited Open House\", \"Viewed Page\"]).describe(\"Event types supported by Follow Up Boss.\").optional(),\n person: z.object({\n id: z.number().int().describe(\"The ID of the person the event corresponds to (optional)\").optional(),\n tags: z.array(z.string()).describe(\"A list of tags applied to the person\").optional(),\n price: z.number().int().describe(\"The estimated sell/buy price for this person\").optional(),\n stage: z.string().describe(\"The stage of the person (e.g., Lead or Trash)\").optional(),\n emails: z.array(z.object({\n value: z.string().describe(\"Email address\"),\n}).describe(\"Email information for a person.\")).describe(\"A list of email addresses associated with this person\").optional(),\n phones: z.array(z.object({\n value: z.string().describe(\"Phone number\"),\n}).describe(\"Phone number information for a person.\")).describe(\"A list of phone numbers associated with the person\").optional(),\n source: z.string().describe(\"The source of the lead\").optional(),\n lastName: z.string().describe(\"The last/family name of the person\").optional(),\n addresses: z.array(z.object({\n city: z.string().describe(\"City name\").optional(),\n code: z.string().describe(\"Zip code\").optional(),\n state: z.string().describe(\"State abbreviation\").optional(),\n street: z.string().describe(\"Street address of the person\").optional(),\n}).describe(\"Address information for a person.\")).describe(\"A list of addresses associated with the person\").optional(),\n contacted: z.boolean().describe(\"Sets whether the person has been contacted or not\").optional(),\n firstName: z.string().describe(\"The first/given name of the person\").optional(),\n sourceUrl: z.string().describe(\"This is a direct link to the information about a person at the lead provider\").optional(),\n assignedTo: z.string().describe(\"Full name of the agent to assign to this person\").optional(),\n assignedUserId: z.number().int().describe(\"ID of the agent assigned to this person\").optional(),\n assignedLenderId: z.number().int().describe(\"ID of the lender assigned to this person\").optional(),\n assignedLenderName: z.string().describe(\"Full name of the lender to assign to this person\").optional(),\n}).describe(\"Information about the lead who triggered this event.\").optional(),\n source: z.string().describe(\"The name of the lead source\").optional(),\n system: z.string().describe(\"The name of the system used in providing leads\").optional(),\n message: z.string().describe(\"A message from the user about this inquiry\").optional(),\n pageUrl: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the url of the page viewed\").optional(),\n campaign: z.object({\n term: z.string().describe(\"The search terms entered by the person\").optional(),\n medium: z.string().describe(\"The medium of the campaign (e.g., for an organic search the medium is 'organic')\").optional(),\n source: z.string().describe(\"The source of the campaign\"),\n content: z.string().describe(\"The content of the campaign\").optional(),\n campaign: z.string().describe(\"The name or identifier for this campaign\").optional(),\n}).describe(\"Marketing campaign information.\").optional(),\n property: z.object({\n lot: z.string().describe(\"Area of the lot/land in acres\").optional(),\n url: z.string().describe(\"A URL for the property provided by the lead source\").optional(),\n area: z.string().describe(\"Area of the property in square feet\").optional(),\n city: z.string().describe(\"City name\").optional(),\n code: z.string().describe(\"Zipcode (only as a string, not a number, e.g., '90210')\").optional(),\n type: z.string().describe(\"A freeform description of property type (e.g., 'Bungalow' or 'Apartment')\").optional(),\n price: z.number().int().describe(\"The asking price or price estimate for the property\").optional(),\n state: z.string().describe(\"Abbreviated state code (e.g., 'CA', 'NY')\").optional(),\n street: z.string().describe(\"Street address (e.g., '3595 South Higuera St, Suite B')\").optional(),\n forRent: z.boolean().describe(\"Sets whether this property is for rent or not\").optional(),\n bedrooms: z.string().describe(\"The number of bedrooms\").optional(),\n bathrooms: z.string().describe(\"The number of bathrooms\").optional(),\n mlsNumber: z.string().describe(\"MLS Number for the property\").optional(),\n}).describe(\"Information about the property this event is related to.\").optional(),\n pageTitle: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the title of the page viewed\").optional(),\n occurredAt: z.string().describe(\"The date this event occurred (format: YYYY-MM-DD). Events older than 1 day are considered historical and won't trigger workflows\").optional(),\n description: z.string().describe(\"Any additional information about this inquiry\").optional(),\n pageDuration: z.number().int().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the duration of the visitor on the page viewed given in seconds\").optional(),\n pageReferrer: z.string().describe(\"This field is to be used with the 'Viewed Page' event type and indicates the referrer url where the visitor came from (Note: If pageReferrer is sent in, pageUrl should be set as well)\").optional(),\n propertySearch: z.object({\n city: z.string().describe(\"The city in which a person was searching\").optional(),\n code: z.array(z.string()).describe(\"The zipcode(s) in which a person was searching\").optional(),\n type: z.string().describe(\"The type of property the person was searching for (e.g., 'Residential', 'Lot', 'Apartment')\").optional(),\n state: z.string().describe(\"The state in which a person was searching\").optional(),\n maxPrice: z.number().int().describe(\"The maximum price in which a person was searching\").optional(),\n minPrice: z.number().int().describe(\"The minimum price in which a person was searching\").optional(),\n maxBedrooms: z.number().int().describe(\"The maximum number of bedrooms that a person was searching for\").optional(),\n minBedrooms: z.number().int().describe(\"The minimum number of bedrooms that a person was searching for\").optional(),\n maxBathrooms: z.number().describe(\"The maximum number of bathrooms that a person was searching for\").optional(),\n minBathrooms: z.number().describe(\"The minimum number of bathrooms that a person was searching for\").optional(),\n neighborhood: z.string().describe(\"The neighborhood or area in which a person is searching for a property\").optional(),\n}).describe(\"Information about what the person was searching for.\").optional(),\n}).describe(\"Request model for creating a new event in Follow Up Boss.\");\nexport const FollowUpBossCreateEventsOutput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The person/lead data created or updated from this event\").nullable().optional(),\n error: z.unknown().describe(\"Error information if the request failed\").nullable().optional(),\n successfull: z.boolean().describe(\"Indicates if the event was created successfully\").nullable().optional(),\n}).describe(\"Response model returned after creating an event in Follow Up Boss.\");\n\nexport const followUpBossCreateEvents = action(\"FOLLOW_UP_BOSS_CREATE_EVENTS\", {\n slug: \"follow_up_boss-create-events\",\n name: \"Create Events\",\n description: \"Tool to send in a lead or an event related to a lead in Follow Up Boss. Use when you need to track lead activities, inquiries, property views, or any other event type supported by the system.\",\n input: FollowUpBossCreateEventsInput,\n output: FollowUpBossCreateEventsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-groups.ts
|
|
4
|
+
const FollowUpBossCreateGroupsInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the group."),
|
|
6
|
+
type: zod.z.enum(["Agent", "Lender"]).default("Agent").describe("Type of group defining which user roles can be members.").optional(),
|
|
7
|
+
users: zod.z.array(zod.z.number().int()).describe("An array of user IDs that will be members of this group."),
|
|
8
|
+
claimWindow: zod.z.number().int().default(1800).describe("Number of seconds to allow someone to claim a lead in a first-to-claim group before reassigning. The default is 30 minutes (1800 seconds) with a minimum of 1 minute (60) and maximum of 30 minutes (1800).").optional(),
|
|
9
|
+
distribution: zod.z.enum(["first-to-claim", "round-robin"]).default("round-robin").describe("Distribution model for group lead assignment.").optional(),
|
|
10
|
+
defaultPondId: zod.z.number().int().describe("The ID of the pond to assign unclaimed first-to-claim leads to after the claim window expires.").optional(),
|
|
11
|
+
defaultUserId: zod.z.number().int().describe("The ID of the user to assign unclaimed first-to-claim leads to after the claim window expires.").optional(),
|
|
12
|
+
defaultGroupId: zod.z.number().int().describe("The ID of the group to assign unclaimed first-to-claim leads to after the claim window expires.").optional()
|
|
13
|
+
}).describe("Request model for creating a new Follow Up Boss group.");
|
|
14
|
+
const FollowUpBossCreateGroups_UserDetailSchema = zod.z.object({
|
|
15
|
+
id: zod.z.number().int().describe("User ID.").nullable().optional(),
|
|
16
|
+
name: zod.z.string().describe("User full name.").nullable().optional(),
|
|
17
|
+
role: zod.z.string().describe("User role.").nullable().optional(),
|
|
18
|
+
lastName: zod.z.string().describe("User last name.").nullable().optional(),
|
|
19
|
+
firstName: zod.z.string().describe("User first name.").nullable().optional()
|
|
20
|
+
}).describe("User detail object in the response.");
|
|
21
|
+
const FollowUpBossCreateGroupsOutput = zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("The unique identifier of the created group.").nullable().optional(),
|
|
23
|
+
name: zod.z.string().describe("The name of the created group.").nullable().optional(),
|
|
24
|
+
type: zod.z.string().describe("The type of group (Agent or Lender).").nullable().optional(),
|
|
25
|
+
users: zod.z.array(FollowUpBossCreateGroups_UserDetailSchema).describe("Array of user details that are members of this group.").nullable().optional(),
|
|
26
|
+
claimWindow: zod.z.number().int().describe("Claim window in seconds for first-to-claim groups.").nullable().optional(),
|
|
27
|
+
distribution: zod.z.string().describe("The distribution model assigned to the group.").nullable().optional(),
|
|
28
|
+
defaultPondId: zod.z.number().int().describe("Default pond ID for unclaimed leads.").nullable().optional(),
|
|
29
|
+
defaultUserId: zod.z.number().int().describe("Default user ID for unclaimed leads.").nullable().optional(),
|
|
30
|
+
defaultGroupId: zod.z.number().int().describe("Default group ID for unclaimed leads.").nullable().optional()
|
|
31
|
+
}).describe("Response model for the created Follow Up Boss group.");
|
|
32
|
+
const followUpBossCreateGroups = require_action.action("FOLLOW_UP_BOSS_CREATE_GROUPS", {
|
|
33
|
+
slug: "follow_up_boss-create-groups",
|
|
34
|
+
name: "Create Group",
|
|
35
|
+
description: "Tool to create a new Follow Up Boss group with specified members and distribution settings. Use when you need to organize team members into groups for lead distribution.",
|
|
36
|
+
input: FollowUpBossCreateGroupsInput,
|
|
37
|
+
output: FollowUpBossCreateGroupsOutput
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
exports.followUpBossCreateGroups = followUpBossCreateGroups;
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=create-groups.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-groups.cjs","names":["z","action"],"sources":["../../src/actions/create-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossCreateGroupsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the group.\"),\n type: z.enum([\"Agent\", \"Lender\"]).default(\"Agent\").describe(\"Type of group defining which user roles can be members.\").optional(),\n users: z.array(z.number().int()).describe(\"An array of user IDs that will be members of this group.\"),\n claimWindow: z.number().int().default(1800).describe(\"Number of seconds to allow someone to claim a lead in a first-to-claim group before reassigning. The default is 30 minutes (1800 seconds) with a minimum of 1 minute (60) and maximum of 30 minutes (1800).\").optional(),\n distribution: z.enum([\"first-to-claim\", \"round-robin\"]).default(\"round-robin\").describe(\"Distribution model for group lead assignment.\").optional(),\n defaultPondId: z.number().int().describe(\"The ID of the pond to assign unclaimed first-to-claim leads to after the claim window expires.\").optional(),\n defaultUserId: z.number().int().describe(\"The ID of the user to assign unclaimed first-to-claim leads to after the claim window expires.\").optional(),\n defaultGroupId: z.number().int().describe(\"The ID of the group to assign unclaimed first-to-claim leads to after the claim window expires.\").optional(),\n}).describe(\"Request model for creating a new Follow Up Boss group.\");\nconst FollowUpBossCreateGroups_UserDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User ID.\").nullable().optional(),\n name: z.string().describe(\"User full name.\").nullable().optional(),\n role: z.string().describe(\"User role.\").nullable().optional(),\n lastName: z.string().describe(\"User last name.\").nullable().optional(),\n firstName: z.string().describe(\"User first name.\").nullable().optional(),\n}).describe(\"User detail object in the response.\");\nexport const FollowUpBossCreateGroupsOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the created group.\").nullable().optional(),\n name: z.string().describe(\"The name of the created group.\").nullable().optional(),\n type: z.string().describe(\"The type of group (Agent or Lender).\").nullable().optional(),\n users: z.array(FollowUpBossCreateGroups_UserDetailSchema).describe(\"Array of user details that are members of this group.\").nullable().optional(),\n claimWindow: z.number().int().describe(\"Claim window in seconds for first-to-claim groups.\").nullable().optional(),\n distribution: z.string().describe(\"The distribution model assigned to the group.\").nullable().optional(),\n defaultPondId: z.number().int().describe(\"Default pond ID for unclaimed leads.\").nullable().optional(),\n defaultUserId: z.number().int().describe(\"Default user ID for unclaimed leads.\").nullable().optional(),\n defaultGroupId: z.number().int().describe(\"Default group ID for unclaimed leads.\").nullable().optional(),\n}).describe(\"Response model for the created Follow Up Boss group.\");\n\nexport const followUpBossCreateGroups = action(\"FOLLOW_UP_BOSS_CREATE_GROUPS\", {\n slug: \"follow_up_boss-create-groups\",\n name: \"Create Group\",\n description: \"Tool to create a new Follow Up Boss group with specified members and distribution settings. Use when you need to organize team members into groups for lead distribution.\",\n input: FollowUpBossCreateGroupsInput,\n output: FollowUpBossCreateGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,MAAMA,IAAAA,EAAE,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,QAAQ,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChI,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,0DAA0D;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,6MAA6M,CAAC,CAAC,SAAS;CAC7Q,cAAcA,IAAAA,EAAE,KAAK,CAAC,kBAAkB,aAAa,CAAC,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAClJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACpJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACpJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-groups.d.ts
|
|
4
|
+
declare const FollowUpBossCreateGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateGroups };
|
|
9
|
+
//# sourceMappingURL=create-groups.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-groups.d.cts","names":[],"sources":["../../src/actions/create-groups.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UASuB;AAAA,cAQxD,8BAAA,EAAgC,CAAA,CAAE,UAUoB;AAAA,cAEtD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-groups.d.ts
|
|
4
|
+
declare const FollowUpBossCreateGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossCreateGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossCreateGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossCreateGroups };
|
|
9
|
+
//# sourceMappingURL=create-groups.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-groups.d.mts","names":[],"sources":["../../src/actions/create-groups.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UASuB;AAAA,cAQxD,8BAAA,EAAgC,CAAA,CAAE,UAUoB;AAAA,cAEtD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-groups.ts
|
|
4
|
+
const FollowUpBossCreateGroupsInput = z.object({
|
|
5
|
+
name: z.string().describe("The name of the group."),
|
|
6
|
+
type: z.enum(["Agent", "Lender"]).default("Agent").describe("Type of group defining which user roles can be members.").optional(),
|
|
7
|
+
users: z.array(z.number().int()).describe("An array of user IDs that will be members of this group."),
|
|
8
|
+
claimWindow: z.number().int().default(1800).describe("Number of seconds to allow someone to claim a lead in a first-to-claim group before reassigning. The default is 30 minutes (1800 seconds) with a minimum of 1 minute (60) and maximum of 30 minutes (1800).").optional(),
|
|
9
|
+
distribution: z.enum(["first-to-claim", "round-robin"]).default("round-robin").describe("Distribution model for group lead assignment.").optional(),
|
|
10
|
+
defaultPondId: z.number().int().describe("The ID of the pond to assign unclaimed first-to-claim leads to after the claim window expires.").optional(),
|
|
11
|
+
defaultUserId: z.number().int().describe("The ID of the user to assign unclaimed first-to-claim leads to after the claim window expires.").optional(),
|
|
12
|
+
defaultGroupId: z.number().int().describe("The ID of the group to assign unclaimed first-to-claim leads to after the claim window expires.").optional()
|
|
13
|
+
}).describe("Request model for creating a new Follow Up Boss group.");
|
|
14
|
+
const FollowUpBossCreateGroups_UserDetailSchema = z.object({
|
|
15
|
+
id: z.number().int().describe("User ID.").nullable().optional(),
|
|
16
|
+
name: z.string().describe("User full name.").nullable().optional(),
|
|
17
|
+
role: z.string().describe("User role.").nullable().optional(),
|
|
18
|
+
lastName: z.string().describe("User last name.").nullable().optional(),
|
|
19
|
+
firstName: z.string().describe("User first name.").nullable().optional()
|
|
20
|
+
}).describe("User detail object in the response.");
|
|
21
|
+
const followUpBossCreateGroups = action("FOLLOW_UP_BOSS_CREATE_GROUPS", {
|
|
22
|
+
slug: "follow_up_boss-create-groups",
|
|
23
|
+
name: "Create Group",
|
|
24
|
+
description: "Tool to create a new Follow Up Boss group with specified members and distribution settings. Use when you need to organize team members into groups for lead distribution.",
|
|
25
|
+
input: FollowUpBossCreateGroupsInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
id: z.number().int().describe("The unique identifier of the created group.").nullable().optional(),
|
|
28
|
+
name: z.string().describe("The name of the created group.").nullable().optional(),
|
|
29
|
+
type: z.string().describe("The type of group (Agent or Lender).").nullable().optional(),
|
|
30
|
+
users: z.array(FollowUpBossCreateGroups_UserDetailSchema).describe("Array of user details that are members of this group.").nullable().optional(),
|
|
31
|
+
claimWindow: z.number().int().describe("Claim window in seconds for first-to-claim groups.").nullable().optional(),
|
|
32
|
+
distribution: z.string().describe("The distribution model assigned to the group.").nullable().optional(),
|
|
33
|
+
defaultPondId: z.number().int().describe("Default pond ID for unclaimed leads.").nullable().optional(),
|
|
34
|
+
defaultUserId: z.number().int().describe("Default user ID for unclaimed leads.").nullable().optional(),
|
|
35
|
+
defaultGroupId: z.number().int().describe("Default group ID for unclaimed leads.").nullable().optional()
|
|
36
|
+
}).describe("Response model for the created Follow Up Boss group.")
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
export { followUpBossCreateGroups };
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=create-groups.mjs.map
|