get_sequences: Get Outreach Sequence Information

Description Usage Arguments Value

View source: R/get_sequences.R View source: R/get-sequences.R

Description

Returns a tibble containing sequence ID, attributes, and relationships. The sequence ID is used to add prospects to sequences using add_prospect_seq().

Returns a tibble containing sequence ID, attributes, and relationships. The sequence ID is used to add prospects to sequences using add_prospect_seq().

Usage

1
2
3
get_sequences(token = Sys.getenv("OUTREACH_TOKEN"))

get_sequences(token = Sys.getenv("OUTREACH_TOKEN"))

Arguments

token

Your Outreach.io token which should be stored in the environment variable OUTEREACH_TOKEN if authentication was done with outreach_auth()

Value

A tibble containing sequence identifiers and associated information.

A tibble containing sequence identifiers and associated information.


JosiahParry/outReach documentation built on June 7, 2021, 7:45 a.m.