OCNORA

Action Network

CRM & salesAPI keycredential probe

Manage Action Network people, petitions, events and tags (OSDI API v2).

OCNORA ships 10 typed Action Network operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://actionnetwork.org/api/v2 through the HTTP node with the same credential.

Operations 10

  • Create Event
    Create an event with its title, schedule and venue details.
    action_network.create_event
  • Create Petition
    Create a petition with its public title, letter text and targets.
    action_network.create_petition
  • Create Tag
    Create a tag, or return the existing one when a tag of that name is already in the group.
    action_network.create_tag
  • Get Person
    Return one person resource by its Action Network id.
    action_network.get_person
  • List Events
    Return a page of the events this API key can see, optionally narrowed by an OData filter.
    action_network.list_events
  • List People
    Return a page of the people on the list this API key belongs to, optionally narrowed by an OData filter.
    action_network.list_people
  • List Petitions
    Return a page of the petitions this API key can see, optionally narrowed by an OData filter.
    action_network.list_petitions
  • List Tags
    Return a page of the tags belonging to this API key's group.
    action_network.list_tags
  • Update Person
    Change one or more fields on an existing Action Network person.
    action_network.update_person
  • Add or Update Person
    Add a person through the Person Signup Helper, updating the existing record when the email address or phone number already matches one.
    action_network.upsert_person

Run your first Action Network workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.