How is it possible to have an Automation Goal named "API" and drop API support in REST V2?

Hi @Jeffrey_Chimene and @Pav,

I’m happy to share that this has just been released for v2! The documentation hasn’t been updated yet, but we’ll get that done soon.

Here’s an example of how you can call the endpoint using curl:

curl -X POST "https://api.infusionsoft.com/crm/rest/v2/automations/goals/achieve" \
  -H "Authorization: Bearer <redacted>" \
  -H "Content-Type: application/json" \
  -d '{
    "contact_id": 123,
    "integration": "abc123",
    "call_name": "testcall"
  }'

CC: @Todd_Stoker @Timothy_Withers @andreibuga @David_Bullock Thought you might also be interested.