Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for automation-activity 'Wait' / CSCLSROZ-233 #37

Closed
SabrinaEspino opened this issue May 5, 2021 · 2 comments · Fixed by #1829 or #1847
Closed

Add support for automation-activity 'Wait' / CSCLSROZ-233 #37

SabrinaEspino opened this issue May 5, 2021 · 2 comments · Fixed by #1829 or #1847
Assignees
Labels
c/automation COMPONENT c/waitActivity COMPONENT e/Metadata support EPIC enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone

Comments

@SabrinaEspino
Copy link

SabrinaEspino commented May 5, 2021

https://help.salesforce.com/articleView?id=mc_as_automation_studio_activities_reference.htm&type=5

possible solution:
https://salesforce.stackexchange.com/a/386492/28940

@SabrinaEspino SabrinaEspino added enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" e/Metadata support EPIC c/automation COMPONENT NEW not yet analyzed new issues get this label c/waitActivity COMPONENT labels May 5, 2021
@JoernBerkefeld JoernBerkefeld removed the NEW not yet analyzed new issues get this label label Jul 30, 2021
@JoernBerkefeld JoernBerkefeld added this to the 4.3.0 milestone Dec 8, 2022
@JoernBerkefeld JoernBerkefeld modified the milestones: 4.4.0, 4.5.0 Feb 8, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 5.6.0 , 5.2.0 Jul 3, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 5.2.0, 5.3.0 Jul 11, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 5.3.0, 5.4.0 Aug 23, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 6.2.0, 6.3.0 May 14, 2024
@JoernBerkefeld
Copy link
Contributor

the info on stackoverflow worked, it seems:

POST /automation/v1/automations
Authorization: Bearer ACCESS_TOKEN
Content-Type: application/json

{
  "name": "SSJS_API_Test",
  "key": "SSJS_API_Test_Key",
  "steps": [ 
    {
      "annotation":"",
      "stepNumber":0,
      "activities": [
        {
          "name":"10 Minutes",
          "objectTypeId":467,
          "displayOrder":0,
          "activityObjectId":"00000000-0000-0000-0000-000000000000",
          "serializedObject":"{\"duration\":10,\"durationUnits\":\"Minutes\"}"
        }
      ]
    }
  ],
  "startSource": {
    "typeId":1
  },
  "categoryId":544
}

Copy link

github-actions bot commented Nov 7, 2024

Closed by #1829.

@JoernBerkefeld JoernBerkefeld mentioned this issue Nov 8, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/automation COMPONENT c/waitActivity COMPONENT e/Metadata support EPIC enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Projects
None yet
2 participants