Spongecell API Documentation: Reference - Reminders

Reminders

Lets you create reminders (via e-mail or sms) for any event that you are authorized to view.

You can also view and delete reminders that you created.

Updating reminders is not supported. However, you can delete and then create another reminder.

Please log in (above) to see more examples.

Actions

The following actions are supported for this resource:

index GET /api/reminders Return a list of the resources, returning a limited set of fields for each resource.
event_id INTEGER The id of the event
 
create POST /api/reminders Create a new resource from the data in the POST request.
event_id INTEGER The id of the event
minutes_before INTEGER Number of minutes before the event start time to send the reminder
email STRING Email address
mobile_number STRING Mobile phone number
mobile_type STRING Mobile phone type
opt_in BOOLEAN Whether to opt the email or sms address in to the list
 
destroy DELETE /api/reminders/1 Delete the specified resource.