Pagerduty - Create Incident

So I’ve just started playing with N8N and I have it deployed on K8S at home, my goal is to create Pagerduty Incident through it but no matter what I do I get

{ "error": { "message": "Arguments Caused Error", "code": 2002, "errors": [ "Incident could not be assigned" ] } }

Even using template workflow, is this a limitation of the Free Pagerduty Account? Or a bug?

Hey @Typositoire, hope all is well and welcome to the community.

I was able to registed an account, create a user, a service and make a call from n8n to create an incident. Would you like to share more details? Maybe a workflow. which is failing?

I think I found why, my current escalation is an escalation where nobody is on call except during the night, that would explain the error. The free plan only accepts a single escalation policy :confused: So I can’t test that theory without breaking everything? Can you confirm that if you setup the escalation policy to have someone on-call only at night you get the same error?

Yeah, I get the same if there is nobody oncall right now.

Awesome, so that solves my issue then xD Not fully sure that’s a wanted behavior but I can work around that I just won’t be able to test it :scream:

Thanks a lot for your testing!

Glad to help.

1 Like

Is there such a thing as “Mark as resolved” ?

There got to be, I’ve seen it being marked as such :slight_smile: