Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 2.88 KB

AutomationsApi.md

File metadata and controls

96 lines (59 loc) · 2.88 KB

\AutomationsApi

All URIs are relative to https://api.bombbomb.com/v2

Method HTTP request Description
GetDripDropStats Get /automation/{dripId}/dripdrop/{dripDropId}/stats Get Automation Email Stats
GetDripStats Get /automation/{id}/stats Get Automation Stats
GetSchedulingStatus Get /automation/{id}/scheduling/status Get the number of pending scheduling calculations

GetDripDropStats

GetDripDropStats(ctx, dripId, dripDropId) Get Automation Email Stats

Get Automation Email Stats

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
dripId string The id of the drip
dripDropId string The id of the drip drop

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetDripStats

GetDripStats(ctx, id) Get Automation Stats

Get Automation Stats

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
id string The id of the automation

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetSchedulingStatus

GetSchedulingStatus(ctx, id) Get the number of pending scheduling calculations

Get the number of pending scheduling calculations

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
id string The id of the automation

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]