I provided the appropriate scopes, tried both through a personal token and through the oauth2.
I pass the API version in the headers API-Version 2024-10
mutation {create_custom_activity (color: SLATE_BLUE, icon_id: TRIPOD, name: “Emails”) {id}}
{
“errors”: o
{
“message”: “Field ‘create_custom_activity’ doesn’t exist on type ‘Mutation’”,
“locations”:
{
“line”: 1,
“column”: 11
}
],
“path”: r
“mutation”,
“create_custom_activity”
],
“extensions”: {
“code”: “undefinedField”,
“typeName”: “Mutation”,
“fieldName”: “create_custom_activity”
}
}
],
“account_id”: 26709801
}